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

/frameworks/base/core/java/android/view/
H A DView.java5445 * @param delayMilliseconds the duration in milliseconds to delay the
5448 public void postInvalidateDelayed(long delayMilliseconds) { argument
5455 mAttachInfo.mHandler.sendMessageDelayed(msg, delayMilliseconds);
5463 * @param delayMilliseconds the duration in milliseconds to delay the
5470 public void postInvalidateDelayed(long delayMilliseconds, int left, int top, argument
5486 mAttachInfo.mHandler.sendMessageDelayed(msg, delayMilliseconds);

Completed in 189 milliseconds