Searched refs:HIDE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DToast.java334 private static final int HIDE = 1; field in class:Toast.TN
345 case HIDE: {
413 if (localLOGV) Log.v(TAG, "HIDE: " + this);
414 mHandler.obtainMessage(HIDE).sendToTarget();
481 if (localLOGV) Log.v(TAG, "HANDLE HIDE: " + this + " mView=" + mView);
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java154 mHandler.sendEmptyMessage(H.HIDE);
377 private static final int HIDE = 2; field in class:ImmersiveModeConfirmation.H
385 case HIDE:
398 mHandler.sendEmptyMessage(H.HIDE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java152 private static final int HIDE = 3; field in class:KeyguardViewMediator
1383 Message msg = mHandler.obtainMessage(HIDE);
1460 case HIDE:
1726 * @see #HIDE

Completed in 144 milliseconds