Searched defs:SHOW (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DToast.java348 private static final int SHOW = 0; field in class:Toast.TN
398 case SHOW: {
431 if (localLOGV) Log.v(TAG, "SHOW: " + this);
432 mHandler.obtainMessage(SHOW, windowToken).sendToTarget();
450 if (localLOGV) Log.v(TAG, "HANDLE SHOW: " + this + " mView=" + mView
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java141 mHandler.removeMessages(H.SHOW);
152 mHandler.sendEmptyMessageDelayed(H.SHOW, mShowDelayMs);
378 private static final int SHOW = 1; field in class:ImmersiveModeConfirmation.H
384 case SHOW:
399 mHandler.removeMessages(H.SHOW);
/frameworks/base/core/java/android/app/
H A DDialog.java127 private static final int SHOW = 0x45; field in class:Dialog
1296 mShowMessage = mListenersHandler.obtainMessage(SHOW, listener);
1366 case SHOW:
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java154 private static final int SHOW = 1; field in class:KeyguardViewMediator
1399 Message msg = mHandler.obtainMessage(SHOW, options);
1497 case SHOW:
1720 * @see #SHOW
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java484 mHandler.obtainMessage(H.SHOW, reason, 0).sendToTarget();
493 mHandler.removeMessages(H.SHOW);
529 mHandler.removeMessages(H.SHOW);
1122 private static final int SHOW = 1; field in class:VolumeDialogImpl.H
1139 case SHOW: showH(msg.arg1); break;

Completed in 159 milliseconds