Home | History | Annotate | Download | only in ui

Lines Matching refs:mFromY

1440         public int mCurrentY, mFromY, mToY, mDefaultY;
1506 mFromY = mCurrentY;
1582 mCurrentY = (int) (mFromY + progress * (mToY - mFromY));
1611 public int mCurrentY, mFromY, mToY;
1670 mFromY = mCurrentY;
1721 mCurrentY = (int) (mFromY + progress * (mToY - mFromY));