Searched refs:looper (Results 1 – 1 of 1) sorted by relevance
300 public static boolean isCurrentThread(@NonNull Looper looper) { in isCurrentThread() argument301 return Thread.currentThread().equals(looper.getThread()); in isCurrentThread()