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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4335 public void dispatchInvalidateDelayed(View view, long delayMilliseconds) { argument
4337 mHandler.sendMessageDelayed(msg, delayMilliseconds);
4341 long delayMilliseconds) {
4343 mHandler.sendMessageDelayed(msg, delayMilliseconds);
4340 dispatchInvalidateRectDelayed(AttachInfo.InvalidateInfo info, long delayMilliseconds) argument
H A DView.java10593 * @param delayMilliseconds the duration in milliseconds to delay the
10599 public void postInvalidateDelayed(long delayMilliseconds) { argument
10604 attachInfo.mViewRootImpl.dispatchInvalidateDelayed(this, delayMilliseconds);
10615 * @param delayMilliseconds the duration in milliseconds to delay the
10626 public void postInvalidateDelayed(long delayMilliseconds, int left, int top, argument
10640 attachInfo.mViewRootImpl.dispatchInvalidateRectDelayed(info, delayMilliseconds);

Completed in 95 milliseconds