Searched defs:AUDIOFOCUS_GAIN (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/media-compat/java/android/support/v4/media/
H A DTransportPerformer.java168 static final int AUDIOFOCUS_GAIN = 1; field in class:TransportPerformer
171 static final int AUDIOFOCUS_LOSS = -1 * AUDIOFOCUS_GAIN;
/frameworks/base/media/java/android/media/
H A DAudioManager.java2032 public static final int AUDIOFOCUS_GAIN = 1; field in class:AudioManager
2064 public static final int AUDIOFOCUS_LOSS = -1 * AUDIOFOCUS_GAIN;
2092 * @param focusChange the type of focus change, one of {@link AudioManager#AUDIOFOCUS_GAIN},
2262 * Use {@link #AUDIOFOCUS_GAIN} for a focus request of unknown duration such
2341 * Use {@link #AUDIOFOCUS_GAIN} for a focus request of unknown duration such
2403 if ((durationHint < AUDIOFOCUS_GAIN) ||

Completed in 93 milliseconds