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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java88 private static final int MSG_ON_PICTURE_CENTER = 10; field in class:PhotoPage
339 case MSG_ON_PICTURE_CENTER: {
572 mHandler.removeMessages(MSG_ON_PICTURE_CENTER);
573 mHandler.sendEmptyMessage(isCamera ? MSG_ON_CAMERA_CENTER : MSG_ON_PICTURE_CENTER);

Completed in 28 milliseconds