Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java396 if (isWindowNotified(newWin)) { in sendDragStartedIfNeededLocked()
406 private boolean isWindowNotified(WindowState newWin) { in isWindowNotified() method in DragState
468 if (touchedWin != null && !isWindowNotified(touchedWin)) { in notifyLocationLocked()
520 if (!isWindowNotified(touchedWin)) { in notifyDropLocked()