Searched defs:moveY (Results 1 – 3 of 3) sorted by relevance
115 val moveY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, 0f) in animateMove() constant121 val moveY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, 0f) in animateMove() constant
277 private void moveY(final View view, float newPosition) { in moveY() method in DefaultScrollBar
664 float moveY = e2.getY() - e1.getY(); in onFling() local