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

/frameworks/base/core/java/android/widget/
H A DToast.java313 handleShow();
321 // Don't do this in handleHide() because it is also invoked by handleShow()
356 * schedule handleShow into the right thread
373 public void handleShow() { method in class:Toast.TN
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java299 private void handleShow(String pkg) { method in class:ImmersiveModeConfirmation
337 handleShow((String)msg.obj);
H A DGlobalActions.java154 handleShow();
170 private void handleShow() { method in class:GlobalActions
897 handleShow();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewMediator.java967 * @see #handleShow()
1042 handleShow((Bundle) msg.obj);
1196 private void handleShow(Bundle options) { method in class:KeyguardViewMediator
1199 if (DEBUG) Log.d(TAG, "ignoring handleShow because system is not ready.");
1202 if (DEBUG) Log.d(TAG, "handleShow");

Completed in 149 milliseconds