Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DHandleMenu.java272 boolean isValidMenuInput(PointF inputPoint) { in isValidMenuInput() method in HandleMenu
H A DDesktopModeWindowDecoration.java385 if (!mHandleMenu.isValidMenuInput(inputPoint) && !pointInOpenMenuButton) { in closeHandleMenuIfNeeded()