Searched refs:volumePercent (Results 1 - 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DMovieAudioTrack.java188 * @param volumePercent Percentage of the volume to apply. If it is set to
195 void setVolume(int volumePercent) { argument
196 mVolumePercent = volumePercent;
213 * @param volumePercent Percentage of the volume to apply. If it is set to
220 public void setAppVolume(int volumePercent) { argument
221 mAppVolumePercent = volumePercent;
H A DMovieMediaItem.java212 * @param volumePercent Percentage of the volume to apply. If it is set to
220 void setVolume(int volumePercent) { argument
221 mVolumePercent = volumePercent;
238 * @param volumePercent Percentage of the volume to apply. If it is set to
246 public void setAppVolume(int volumePercent) { argument
247 mAppVolumePercent = volumePercent;

Completed in 43 milliseconds