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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenToast.java76 private void handleShow(int zen, String overrideText) { method in class:ZenToast
142 handleShow(msg.arg1, null);
157 handleShow(zen, text);
/frameworks/base/core/java/android/widget/
H A DToast.java322 handleShow();
330 // Don't do this in handleHide() because it is also invoked by handleShow()
365 * schedule handleShow into the right thread
382 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.java994 * @see #handleShow
1069 handleShow((Bundle) msg.obj);
1229 private void handleShow(Bundle options) { method in class:KeyguardViewMediator
1232 if (DEBUG) Log.d(TAG, "ignoring handleShow because system is not ready.");
1235 if (DEBUG) Log.d(TAG, "handleShow");

Completed in 1946 milliseconds