|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Looper | |
---|---|
android.content | |
android.location | |
android.media | |
android.net.wifi.p2p | |
android.os |
Uses of Looper in android.content |
---|
Methods in android.content that return Looper | |
---|---|
abstract Looper |
Context.getMainLooper()
|
Looper |
ContextWrapper.getMainLooper()
|
Methods in android.content with parameters of type Looper | |
---|---|
protected Handler |
AsyncQueryHandler.createHandler(Looper looper)
|
Constructors in android.content with parameters of type Looper | |
---|---|
AsyncQueryHandler.WorkerHandler(Looper looper)
|
Uses of Looper in android.location |
---|
Methods in android.location with parameters of type Looper | |
---|---|
void |
LocationManager.requestLocationUpdates(long minTime,
float minDistance,
Criteria criteria,
LocationListener listener,
Looper looper)
|
void |
LocationManager.requestLocationUpdates(String provider,
long minTime,
float minDistance,
LocationListener listener,
Looper looper)
|
void |
LocationManager.requestSingleUpdate(Criteria criteria,
LocationListener listener,
Looper looper)
|
void |
LocationManager.requestSingleUpdate(String provider,
LocationListener listener,
Looper looper)
|
Uses of Looper in android.media |
---|
Constructors in android.media with parameters of type Looper | |
---|---|
RemoteControlClient(PendingIntent mediaButtonIntent,
Looper looper)
|
Uses of Looper in android.net.wifi.p2p |
---|
Methods in android.net.wifi.p2p with parameters of type Looper | |
---|---|
WifiP2pManager.Channel |
WifiP2pManager.initialize(Context srcContext,
Looper srcLooper,
WifiP2pManager.ChannelListener listener)
|
Uses of Looper in android.os |
---|
Methods in android.os that return Looper | |
---|---|
Looper |
HandlerThread.getLooper()
|
Looper |
Handler.getLooper()
|
static Looper |
Looper.getMainLooper()
|
static Looper |
Looper.myLooper()
|
Constructors in android.os with parameters of type Looper | |
---|---|
Handler(Looper looper)
|
|
Handler(Looper looper,
Handler.Callback callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |