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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java95 private static final int MSG_CLEAR_SCREEN_DELAY = 5; field in class:PanoramaActivity
339 case MSG_CLEAR_SCREEN_DELAY:
1152 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_DELAY);
1157 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_DELAY);
1159 mMainHandler.sendEmptyMessageDelayed(MSG_CLEAR_SCREEN_DELAY, SCREEN_DELAY);
1163 mMainHandler.removeMessages(MSG_CLEAR_SCREEN_DELAY);

Completed in 37 milliseconds