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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java953 private boolean mIgnoreScalingGesture; field in class:PhotoView.MyGestureListener
1147 mIgnoreScalingGesture = mPictures.get(0).isCamera();
1148 if (mIgnoreScalingGesture) {
1163 if (mIgnoreScalingGesture) return true;
1213 if (mIgnoreScalingGesture) return;

Completed in 12 milliseconds