Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DFocusRequester.java539 int dispatchFocusChangeWithFadeLocked(int focusChange, List<FocusRequester> otherActiveFrs) { in dispatchFocusChangeWithFadeLocked() argument
548 for (int index = 0; index < otherActiveFrs.size(); index++) { in dispatchFocusChangeWithFadeLocked()
550 if (mFocusController.fadeOutPlayers(otherActiveFrs.get(index), /* loser= */ this)) { in dispatchFocusChangeWithFadeLocked()
DMediaFocusControl.java968 ArrayList<FocusRequester> otherActiveFrs = new ArrayList<>(); in dispatchFocusChangeWithFade() local
975 otherActiveFrs.add(otherFr); in dispatchFocusChangeWithFade()
978 int status = fr.dispatchFocusChangeWithFadeLocked(focusChange, otherActiveFrs); in dispatchFocusChangeWithFade()