Home | History | Annotate | Download | only in media

Lines Matching defs:direction

793      * Adjusts the volume of a particular stream by one step in a direction.
801 * @param direction The direction to adjust the volume. One of
808 public void adjustStreamVolume(int streamType, int direction, int flags) {
811 service.adjustStreamVolume(streamType, direction, flags,
831 * @param direction The direction to adjust the volume. One of
841 public void adjustVolume(int direction, int flags) {
843 helper.sendAdjustVolumeBy(USE_DEFAULT_STREAM_TYPE, direction, flags);
857 * @param direction The direction to adjust the volume. One of
870 public void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags) {
872 helper.sendAdjustVolumeBy(suggestedStreamType, direction, flags);
1187 int direction = state ? ADJUST_MUTE : ADJUST_UNMUTE;
1189 adjustSuggestedStreamVolume(direction, streamType, 0);
1191 adjustStreamVolume(streamType, direction, 0);
1944 * Keyboard and direction pad click sound