HomeSort by relevance Sort by last modified time
    Searched defs:MSG_HIDE (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/src/com/android/tv/ui/hideable/
AutoHideScheduler.java 27 private static final int MSG_HIDE = 1;
48 mHandler.removeMessages(MSG_HIDE);
54 mHandler.sendEmptyMessageDelayed(MSG_HIDE, delayMs);
64 return mHandler.hasMessages(MSG_HIDE);
79 case MSG_HIDE:
  /frameworks/base/services/core/java/com/android/server/am/
PreBootBroadcaster.java 79 mHandler.obtainMessage(MSG_HIDE).sendToTarget();
86 mHandler.obtainMessage(MSG_HIDE).sendToTarget();
121 private static final int MSG_HIDE = 2;
167 case MSG_HIDE:
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 229 mHandlerCaller.sendMessage(mHandlerCaller.obtainMessage(MSG_HIDE));
781 static final int MSG_HIDE = 107;
    [all...]

Completed in 756 milliseconds