Home | History | Annotate | Download | only in hardware

Lines Matching defs:looper

19 import android.os.Looper;
357 Looper mMainLooper;
495 Looper looper = (handler != null) ? handler.getLooper() : mMainLooper;
497 // have one per looper (we'd need to pass the ListenerDelegate
499 mHandler = new Handler(looper) {
580 public SensorManager(Looper mainLooper) {