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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6150 public void dispatchInvalidateDelayed(View view, long delayMilliseconds) { argument
6152 mHandler.sendMessageDelayed(msg, delayMilliseconds);
6156 long delayMilliseconds) {
6158 mHandler.sendMessageDelayed(msg, delayMilliseconds);
6155 dispatchInvalidateRectDelayed(AttachInfo.InvalidateInfo info, long delayMilliseconds) argument
H A DView.java13131 * @param delayMilliseconds the duration in milliseconds to delay the
13137 public void postInvalidateDelayed(long delayMilliseconds) { argument
13142 attachInfo.mViewRootImpl.dispatchInvalidateDelayed(this, delayMilliseconds);
13153 * @param delayMilliseconds the duration in milliseconds to delay the
13164 public void postInvalidateDelayed(long delayMilliseconds, int left, int top, argument
13178 attachInfo.mViewRootImpl.dispatchInvalidateRectDelayed(info, delayMilliseconds);

Completed in 112 milliseconds