Home | History | Annotate | Download | only in accessibility

Lines Matching refs:looper

52 import android.os.Looper;
1566 public MainHandler(Looper looper) {
1567 super(looper);
2511 public InvocationHandler(Looper looper) {
2512 super(looper, null, true);