Home
last modified time | relevance | path

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

/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
H A DWearableListView.java195 handleTouchUp(null, newState); in WearableListView()
349 handleTouchUp(event, scrollState); in onTouchEvent()
649 private void handleTouchUp(MotionEvent event, int scrollState) { in handleTouchUp() method in WearableListView