Uses of Class
android.os.Looper

Packages that use Looper
android.content   
android.location   
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(java.lang.String provider, long minTime, float minDistance, LocationListener listener, Looper looper)
           
 

Uses of Looper in android.os
 

Methods in android.os that return Looper
 Looper Handler.getLooper()
           
 Looper HandlerThread.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)
           
 



Copyright © 2008-2010. All Rights Reserved.