Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java302 if (!isWindowNotified(touchedWin)) { in reportDropWindowLock()
556 if (isWindowNotified(newWin)) { in sendDragStartedIfNeededLocked()
567 boolean isWindowNotified(WindowState newWin) { in isWindowNotified() method in DragState
H A DDragDropController.java387 if (!mDragState.isWindowNotified(winState)) { in dropForAccessibility()