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

/frameworks/base/core/java/android/widget/
H A DToast.java342 handleShow(token);
347 // Don't do this in handleHide() because it is also invoked by handleShow()
353 // Don't do this in handleHide() because it is also invoked by handleShow()
400 * schedule handleShow into the right thread
422 public void handleShow(IBinder windowToken) { method in class:Toast.TN
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java348 private void handleShow() { method in class:ImmersiveModeConfirmation
383 handleShow();
H A DGlobalActions.java180 handleShow();
196 private void handleShow() { method in class:GlobalActions
1161 handleShow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1364 * @see #handleShow
1458 handleShow((Bundle) msg.obj);
1663 private void handleShow(Bundle options) { method in class:KeyguardViewMediator
1664 Trace.beginSection("KeyguardViewMediator#handleShow");
1671 if (DEBUG) Log.d(TAG, "ignoring handleShow because system is not ready.");
1674 if (DEBUG) Log.d(TAG, "handleShow");

Completed in 101 milliseconds