Home
last modified time | relevance | path

Searched defs:fromTouch (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectParameter.java46 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 DPresetReverbTest.java196 public void displayValue(int value, boolean fromTouch) { in displayValue()
H A DEqualizerTest.java313 public void displayValue(int value, boolean fromTouch) { in displayValue()
H A DEnvReverbTest.java237 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DTooltipPopup.java63 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 DPointerSpeedPreference.java79 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
/aosp12/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java67 void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch); in onProgressChanged()
427 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
H A DVolumePreference.java169 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()