Searched defs:moveY (Results 1 – 5 of 5) sorted by relevance
115 val moveY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, 0f) regex121 val moveY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, 0f) regex
317 private void moveY(final View view, float newPosition) { in moveY() method in DefaultScrollBar
279 private void moveY(final View view, float newPosition) { in moveY() method in DefaultScrollBar
698 float moveY = e2.getY() - e1.getY(); in onFling() local
474 private void doTestDragDirection(float downX, float downY, float moveX, float moveY, in doTestDragDirection()