Searched refs:sMainHandler (Results 1 – 3 of 3) sorted by relevance
95 private static Handler sMainHandler; field in ImageLoader478 if (sMainHandler == null) { in getMainHandler()479 sMainHandler = new Handler(Looper.getMainLooper()); in getMainHandler()481 return sMainHandler; in getMainHandler()
51 private static final Handler sMainHandler = new Handler(Looper.getMainLooper()); field in LocationUtils131 sMainHandler.postDelayed(() -> {
78 private static @Nullable Handler sMainHandler; field in AndroidFuture114 if (sMainHandler == null) { in getMainHandler()115 sMainHandler = new Handler(Looper.getMainLooper()); in getMainHandler()117 return sMainHandler; in getMainHandler()