Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java313 void handleMotionEvent(boolean keepHandling, float newX, float newY) { in handleMotionEvent() argument
322 mDragState.updateDragSurfaceLocked(keepHandling, newX, newY); in handleMotionEvent()
H A DDragState.java605 void updateDragSurfaceLocked(boolean keepHandling, float x, float y) { in updateDragSurfaceLocked() argument
612 if (!keepHandling) { in updateDragSurfaceLocked()