HomeSort by relevance Sort by last modified time
    Searched refs:virt_strength (Results 1 - 2 of 2) sorted by null

  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 62 global_enabled, virt_enabled, virt_strength_supported, virt_strength, virt_type, bb_enabled, enum constant in enum:ControlPanelEffect.Key
176 final int vIStrength = prefs.getInt(Key.virt_strength.toString(),
180 editor.putInt(Key.virt_strength.toString(), vIStrength);
376 final int vIStrength = prefs.getInt(Key.virt_strength.toString(),
379 audioSession, Key.virt_strength, vIStrength);
572 case virt_strength: {
    [all...]
ActivityMusic.java 332 mAudioSession, ControlPanelEffect.Key.virt_strength, progress);
576 ControlPanelEffect.Key.virt_strength);
    [all...]

Completed in 53 milliseconds