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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DFlingScroller.java36 private int mStartX, mStartY; field in class:FlingScroller
79 mStartY = startY;
127 int r = (int) Math.round(mStartY + f * mDistance * mSinAngle);
128 if (mSinAngle > 0 && mStartY <= mMaxY) {
130 } else if (mSinAngle < 0 && mStartY >= mMinY) {
H A DCropView.java287 private int mStartY; field in class:CropView.AnimationController
320 mStartY = mCurrentY;
330 mStartY = mCurrentY = mTargetY;
359 mCurrentY = Math.round(mStartY + (mTargetY - mStartY) * progress);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java39 private int mStartY; field in class:Scroller
223 return mStartY;
267 mCurrY = mStartY + Math.round(x * mDeltaY);
283 mCurrY = mStartY + Math.round(distanceCoef * (mFinalY - mStartY));
340 mStartY = startY;
374 float dy = mFinalY - mStartY;
399 mStartY = startY;
496 mDeltaY = mFinalY - mStartY;
505 Math.signum(yvel) == Math.signum(mFinalY - mStartY);
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java188 private int mStartY; field in class:KeyboardView
427 detectAndSendKey(mDownKey, mStartX, mStartY, me1.getEventTime());
481 int keyIndex = getKeyIndices(mStartX, mStartY, null);
1212 mStartY = touchY;

Completed in 82 milliseconds