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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardRow.java94 private float mCurrentX; field in class:KeyboardRow
111 mCurrentX = 0.0f;
141 mCurrentX = keyXPos;
145 mCurrentX += width;
154 return mCurrentX;
163 // keyXPos shouldn't be less than mCurrentX because drawable area for this
164 // key starts at mCurrentX. Or, this key will overlaps the adjacent key on
167 return Math.max(keyXPos + keyboardRightEdge, mCurrentX);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageTinyPlanet.java37 private float mCurrentX = 0; field in class:ImageTinyPlanet
92 if (mCurrentX == mTouchCenterX && mCurrentY == mTouchCenterY) {
97 float dX2 = mCurrentX - mCenterX;
109 mCurrentX = x;
H A DImageStraighten.java69 private float mCurrentX; field in class:ImageStraighten
129 mCurrentX = x;
138 mCurrentX = x;
147 mCurrentX = x;
166 if (mCurrentX == mTouchCenterX && mCurrentY == mTouchCenterY) {
171 float dX2 = mCurrentX - centerX;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java168 // The focused box (Box*) centers at mPlatform's (mCurrentX, mCurrentY)
351 mPlatform.mCurrentX = r.centerX() - mViewW / 2;
441 mPlatform.mCurrentX = mPlatform.mToX;
481 float tempX = (tapX - mPlatform.mCurrentX) / b.mCurrentScale;
506 mFocusX = (int) ((focusX - p.mCurrentX) / b.mCurrentScale + 0.5f);
527 int x = mFilmMode ? p.mCurrentX : (int) (focusX - s * mFocusX + 0.5f);
585 int x = p.mCurrentX + dx;
634 int x = p.mCurrentX + dx;
683 mPageScroller.fling(p.mCurrentX, b.mCurrentY, velocityX, velocityY,
699 if ((!mHasPrev && p.mCurrentX >
1439 public int mCurrentX, mFromX, mToX, mDefaultX; field in class:PositionController.Platform
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DDynamicGridKeyboard.java227 private int mCurrentX; field in class:DynamicGridKeyboard.GridKey
235 mCurrentX = x0;
242 return mCurrentX;

Completed in 126 milliseconds