HomeSort by relevance Sort by last modified time
    Searched refs:mTouchCenterX (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java 35 private float mTouchCenterX = 0;
92 if (mCurrentX == mTouchCenterX && mCurrentY == mTouchCenterY) {
95 float dX1 = mTouchCenterX - mCenterX;
119 mTouchCenterX = x;
ImageStraighten.java 71 private float mTouchCenterX;
127 mTouchCenterX = x;
166 if (mCurrentX == mTouchCenterX && mCurrentY == mTouchCenterY) {
169 float dX1 = mTouchCenterX - centerX;

Completed in 42 milliseconds