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

/frameworks/base/core/java/android/widget/
H A DToast.java331 handleShow();
339 // Don't do this in handleHide() because it is also invoked by handleShow()
374 * schedule handleShow into the right thread
391 public void handleShow() { method in class:Toast.TN
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java312 private void handleShow() { method in class:ImmersiveModeConfirmation
347 handleShow();
H A DGlobalActions.java174 handleShow();
190 private void handleShow() { method in class:GlobalActions
1093 handleShow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1159 * @see #handleShow
1229 handleShow((Bundle) msg.obj);
1404 private void handleShow(Bundle options) { method in class:KeyguardViewMediator
1407 if (DEBUG) Log.d(TAG, "ignoring handleShow because system is not ready.");
1410 if (DEBUG) Log.d(TAG, "handleShow");

Completed in 144 milliseconds