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.java318 if (isWindowNotified(newWin)) { in sendDragStartedIfNeededLw()
328 private boolean isWindowNotified(WindowState newWin) { in isWindowNotified() method in DragState
431 if (touchedWin != null && !isWindowNotified(touchedWin)) { in notifyLocationLw()
482 if (!isWindowNotified(touchedWin)) { in notifyDropLw()