Home | History | Annotate | Download | only in wallpaper

Lines Matching refs:looper

36 import android.os.Looper;
233 public WallpaperInputEventReceiver(InputChannel inputChannel, Looper looper) {
234 super(inputChannel, looper);
623 mInputChannel, Looper.myLooper());