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