Searched refs:handleShow (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DToast.java310 handleShow();
318 // Don't do this in handleHide() because it is also invoked by handleShow()
353 * schedule handleShow into the right thread
370 public void handleShow() { method in class:Toast.TN
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java150 handleShow();
166 private void handleShow() { method in class:GlobalActions
880 handleShow();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewMediator.java968 * @see #handleShow()
1099 handleShow((Bundle) msg.obj);
1224 private void handleShow(Bundle options) { method in class:KeyguardViewMediator
1226 if (DEBUG) Log.d(TAG, "handleShow");
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewMediator.java779 * @see #handleShow()
983 handleShow();
1115 private void handleShow() { method in class:KeyguardViewMediator
1117 if (DEBUG) Log.d(TAG, "handleShow");

Completed in 64 milliseconds