Searched refs:otherActiveFrs (Results 1 – 2 of 2) sorted by relevance
539 int dispatchFocusChangeWithFadeLocked(int focusChange, List<FocusRequester> otherActiveFrs) { in dispatchFocusChangeWithFadeLocked() argument548 for (int index = 0; index < otherActiveFrs.size(); index++) { in dispatchFocusChangeWithFadeLocked()550 if (mFocusController.fadeOutPlayers(otherActiveFrs.get(index), /* loser= */ this)) { in dispatchFocusChangeWithFadeLocked()
968 ArrayList<FocusRequester> otherActiveFrs = new ArrayList<>(); in dispatchFocusChangeWithFade() local975 otherActiveFrs.add(otherFr); in dispatchFocusChangeWithFade()978 int status = fr.dispatchFocusChangeWithFadeLocked(focusChange, otherActiveFrs); in dispatchFocusChangeWithFade()