Home
last modified time | relevance | path

Searched refs:onMotion (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DScrollableCustomVirtualView.java84 onMotion((int) event.getY()); in onDown()
DAbstractCustomVirtualView.java147 onMotion(y); in onTouchEvent()
156 protected void onMotion(int y) { in onMotion() method in AbstractCustomVirtualView