Searched defs:postDelayed (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DHandler.java39 * {@link #postDelayed}, {@link #sendEmptyMessage},
329 public final boolean postDelayed(Runnable r, long delayMillis) method in class:Handler
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4000 postDelayed(mSendWindowContentChangedAccessibilityEvent,
4476 postDelayed(action, 0);
4479 void postDelayed(Runnable action, long delayMillis) { method in class:ViewRootImpl.RunQueue
4509 handler.postDelayed(handlerAction.action, handlerAction.delay);
H A DView.java6502 postDelayed(mUnsetPressedState,
6529 postDelayed(mPendingCheckForTap, ViewConfiguration.getTapTimeout());
8748 public boolean postDelayed(Runnable action, long delayMillis) { method in class:View
8755 ViewRootImpl.getRunQueue().postDelayed(action, delayMillis);
8759 return handler.postDelayed(action, delayMillis);
8890 postDelayed(mSendViewScrolledAccessibilityEvent,
11433 ViewRootImpl.getRunQueue().postDelayed(what, when - SystemClock.uptimeMillis());
13538 postDelayed(mPendingCheckForLongPress,

Completed in 72 milliseconds