Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java360 if (!isWindowNotified(touchedWin)) { in reportDropWindowLockInner()
623 if (isWindowNotified(newWin)) { in sendDragStartedIfNeededLocked()
631 boolean isWindowNotified(WindowState newWin) { in isWindowNotified() method in DragState
DDragDropController.java541 if (!mDragState.isWindowNotified(winState)) { in dropForAccessibility()