Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecoration.java416 private boolean checkEventInCaptionView(MotionEvent ev, int layoutId) { in checkEventInCaptionView() method in DesktopModeWindowDecoration
425 return checkEventInCaptionView(ev, R.id.caption_handle); in checkTouchEventInHandle()