HomeSort by relevance Sort by last modified time
    Searched refs:onMotion (Results 1 - 4 of 4) sorted by null

  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
ScrollableCustomVirtualView.java 84 onMotion((int) event.getY());
AbstractCustomVirtualView.java 147 onMotion(y);
156 protected void onMotion(int y) {
158 Log.d(TAG, "onMotion(): y=" + y + ", range=" + mLineLength + ", top=" + mTopMargin);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
ScrollableCustomVirtualView.java 84 onMotion((int) event.getY());
AbstractCustomVirtualView.java 147 onMotion(y);
156 protected void onMotion(int y) {
158 Log.d(TAG, "onMotion(): y=" + y + ", range=" + mLineLength + ", top=" + mTopMargin);

Completed in 117 milliseconds