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

/frameworks/base/core/java/android/widget/
H A DToast.java400 handleShow(token);
406 // handleShow()
413 // handleShow()
427 * schedule handleShow into the right thread
449 public void handleShow(IBinder windowToken) { method in class:Toast.TN
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java349 private void handleShow() { method in class:ImmersiveModeConfirmation
384 handleShow();
H A DLegacyGlobalActions.java178 handleShow();
194 private void handleShow() { method in class:LegacyGlobalActions
1162 handleShow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java176 handleShow();
192 private void handleShow() { method in class:GlobalActionsDialog
1159 handleShow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1376 * @see #handleShow
1482 handleShow((Bundle) msg.obj);
1706 private void handleShow(Bundle options) { method in class:KeyguardViewMediator
1707 Trace.beginSection("KeyguardViewMediator#handleShow");
1714 if (DEBUG) Log.d(TAG, "ignoring handleShow because system is not ready.");
1717 if (DEBUG) Log.d(TAG, "handleShow");

Completed in 107 milliseconds