Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragResizeInputListener.java397 mShouldHandleEvents = isInResizeHandleBounds(x, y); in handleMotionEvent()
451 private boolean isInResizeHandleBounds(float x, float y) { in isInResizeHandleBounds() method in DragResizeInputListener.TaskResizeInputEventReceiver