Searched defs:fromTouch (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
H A D | EffectParameter.java | 46 public void displayValue(int value, boolean fromTouch) { in displayValue() 65 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged() 77 displayValue(getParameter(), fromTouch); in onProgressChanged() local
|
H A D | PresetReverbTest.java | 196 public void displayValue(int value, boolean fromTouch) { in displayValue()
|
H A D | EqualizerTest.java | 313 public void displayValue(int value, boolean fromTouch) { in displayValue()
|
H A D | EnvReverbTest.java | 237 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | TooltipPopup.java | 63 public void show(View anchorView, int anchorX, int anchorY, boolean fromTouch, in show() 94 private void computePosition(View anchorView, int anchorX, int anchorY, boolean fromTouch, in computePosition()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | PointerSpeedPreference.java | 79 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
|
/aosp12/frameworks/base/core/java/android/preference/ |
H A D | SeekBarVolumizer.java | 67 void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch); in onProgressChanged() 427 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
|
H A D | VolumePreference.java | 169 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
|