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

/frameworks/base/core/java/android/widget/
H A DToast.java330 handleShow();
338 // Don't do this in handleHide() because it is also invoked by handleShow()
373 * schedule handleShow into the right thread
390 public void handleShow() { method in class:Toast.TN
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java300 private void handleShow() { method in class:ImmersiveModeConfirmation
336 handleShow();
H A DGlobalActions.java173 handleShow();
189 private void handleShow() { method in class:GlobalActions
1040 handleShow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1057 * @see #handleShow
1129 handleShow((Bundle) msg.obj);
1301 private void handleShow(Bundle options) { method in class:KeyguardViewMediator
1304 if (DEBUG) Log.d(TAG, "ignoring handleShow because system is not ready.");
1307 if (DEBUG) Log.d(TAG, "handleShow");

Completed in 709 milliseconds