Searched refs:MSG_ON_PICTURE_CENTER (Results 1 – 1 of 1) sorted by relevance
85 private static final int MSG_ON_PICTURE_CENTER = 10; field in PhotoPage334 case MSG_ON_PICTURE_CENTER: { in onCreate()565 mHandler.removeMessages(MSG_ON_PICTURE_CENTER); in onPictureCenter()566 mHandler.sendEmptyMessage(isCamera ? MSG_ON_CAMERA_CENTER : MSG_ON_PICTURE_CENTER); in onPictureCenter()