Home
last modified time | relevance | path

Searched refs:mCurrentY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java352 b.mCurrentY = r.centerY() - mViewH / 2; in startOpeningAnimationIfNeeded()
442 mPlatform.mCurrentY = mPlatform.mToY; in skipAnimation()
448 b.mCurrentY = b.mToY; in skipAnimation()
482 float tempY = (tapY - b.mCurrentY) / b.mCurrentScale; in zoomIn()
507 mFocusY = (int) ((focusY - b.mCurrentY) / b.mCurrentScale + 0.5f); in beginScale()
528 int y = mFilmMode ? b.mCurrentY : (int) (focusY - s * mFocusY + 0.5f); in scaleBy()
586 int y = b.mCurrentY + dy; in scrollPage()
647 startAnimation(x, b.mCurrentY, b.mCurrentScale, ANIM_KIND_SCROLL); in scrollFilmX()
654 int y = b.mCurrentY + dy; in scrollFilmY()
683 mPageScroller.fling(p.mCurrentX, b.mCurrentY, velocityX, velocityY, in flingPage()
[all …]
DCropView.java283 private int mCurrentY; field in CropView.AnimationController
299 mCurrentY = mImageHeight / 2; in initialize()
319 mStartY = mCurrentY; in startParkingAnimation()
329 mStartY = mCurrentY = mTargetY; in parkNow()
338 + mCurrentY) / mImageHeight, 0, 1); in inverseMapPoint()
345 int y = mCurrentY; in mapRect()
358 mCurrentY = Math.round(mStartY + (mTargetY - mStartY) * progress); in onCalculate()
361 if (mCurrentX == mTargetX && mCurrentY == mTargetY in onCalculate()
370 return mCurrentY; in getCenterY()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java513 private int mCurrentY = 0; field in Keyboard.Builder
539 private final int mCurrentY; field in Keyboard.Builder.Row
562 mCurrentY = y; in Row()
599 return mCurrentY; in getKeyY()
871 return new Row(mResources, mParams, parser, mCurrentY); in parseRowAttributes()
1257 mCurrentY += mParams.mTopPadding; in startKeyboard()
1276 mCurrentY += row.mRowHeight; in endRow()