Searched refs:listenersToNotify (Results 1 – 1 of 1) sorted by relevance
267 List<FocusListener> listenersToNotify = Collections.emptyList(); in setFocusedDisplayId() local272 listenersToNotify = new ArrayList<>(mFocusListeners); in setFocusedDisplayId()282 for (FocusListener focusListener : listenersToNotify) { in setFocusedDisplayId()