Searched defs:fromTouch (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
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
|
D | PresetReverbTest.java | 196 public void displayValue(int value, boolean fromTouch) { in displayValue()
|
D | EqualizerTest.java | 313 public void displayValue(int value, boolean fromTouch) { in displayValue()
|
D | EnvReverbTest.java | 237 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
|
/frameworks/base/core/java/com/android/internal/view/ |
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()
|
/frameworks/base/core/java/android/preference/ |
D | VolumePreference.java | 169 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
|
D | SeekBarVolumizer.java | 71 void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch); in onProgressChanged() 482 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
D | BackAnimationController.java | 518 private void onGestureFinished(boolean fromTouch) { in onGestureFinished()
|