Searched refs:MSG_CLEAR_SCREEN_DELAY (Results 1 – 2 of 2) sorted by relevance
95 private static final int MSG_CLEAR_SCREEN_DELAY = 5; field in PanoramaActivity339 case MSG_CLEAR_SCREEN_DELAY: in onCreate()1152 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_DELAY); in resetScreenOn()1157 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_DELAY); in keepScreenOnAwhile()1159 mMainHandler.sendEmptyMessageDelayed(MSG_CLEAR_SCREEN_DELAY, SCREEN_DELAY); in keepScreenOnAwhile()1163 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_DELAY); in keepScreenOn()
94 private static final int MSG_CLEAR_SCREEN_DELAY = 4; field in PanoramaModule318 case MSG_CLEAR_SCREEN_DELAY: in init()1205 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_DELAY); in resetScreenOn()1210 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_DELAY); in keepScreenOnAwhile()1212 mMainHandler.sendEmptyMessageDelayed(MSG_CLEAR_SCREEN_DELAY, SCREEN_DELAY); in keepScreenOnAwhile()1216 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_DELAY); in keepScreenOn()