Searched defs:delayMilliseconds (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6022 public void dispatchInvalidateDelayed(View view, long delayMilliseconds) { argument
6024 mHandler.sendMessageDelayed(msg, delayMilliseconds);
6028 long delayMilliseconds) {
6030 mHandler.sendMessageDelayed(msg, delayMilliseconds);
6027 dispatchInvalidateRectDelayed(AttachInfo.InvalidateInfo info, long delayMilliseconds) argument
H A DView.java12213 * @param delayMilliseconds the duration in milliseconds to delay the
12219 public void postInvalidateDelayed(long delayMilliseconds) { argument
12224 attachInfo.mViewRootImpl.dispatchInvalidateDelayed(this, delayMilliseconds);
12235 * @param delayMilliseconds the duration in milliseconds to delay the
12246 public void postInvalidateDelayed(long delayMilliseconds, int left, int top, argument
12260 attachInfo.mViewRootImpl.dispatchInvalidateRectDelayed(info, delayMilliseconds);

Completed in 64 milliseconds