HomeSort by relevance Sort by last modified time
    Searched refs:mTouchCenterX (Results 1 - 3 of 3) 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;
ImageFlip.java 81 float diffx = mTouchCenterX - x;
ImageGeometry.java 47 protected float mTouchCenterX;
93 if (mCurrentX == mTouchCenterX && mCurrentY == mTouchCenterY) {
96 float dX1 = mTouchCenterX - mCenterX;
296 mTouchCenterX = x;

Completed in 1872 milliseconds