Home
last modified time | relevance | path

Searched refs:seekBar (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java221 final SeekBar seekBar = (SeekBar) mActivity.findViewById(R.id.seekBar); in testAccessKeyProgressIncrement() local
224 seekBar.setKeyProgressIncrement(keyProgressIncrement); in testAccessKeyProgressIncrement()
225 seekBar.setFocusable(true); in testAccessKeyProgressIncrement()
226 seekBar.requestFocus(); in testAccessKeyProgressIncrement()
228 PollingCheck.waitFor(1000, seekBar::hasWindowFocus); in testAccessKeyProgressIncrement()
229 assertEquals(keyProgressIncrement, seekBar.getKeyProgressIncrement()); in testAccessKeyProgressIncrement()
231 int oldProgress = seekBar.getProgress(); in testAccessKeyProgressIncrement()
234 assertEquals(oldProgress + keyProgressIncrement, seekBar.getProgress()); in testAccessKeyProgressIncrement()
235 oldProgress = seekBar.getProgress(); in testAccessKeyProgressIncrement()
238 assertEquals(oldProgress - keyProgressIncrement, seekBar.getProgress()); in testAccessKeyProgressIncrement()
DSeekBarCtsActivity.java36 View v = findViewById(R.id.seekBar); in onCreate()
DSeekBarTest.java69 mSeekBar = mActivity.findViewById(R.id.seekBar); in setup()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java102 public void onStopTrackingTouch(SeekBar seekBar) {} in onCreate()
105 public void onStartTrackingTouch(SeekBar seekBar) {} in onCreate()
109 SeekBar seekBar, int progress, boolean fromUser) { in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackBaseActivity.java148 public void onStopTrackingTouch(SeekBar seekBar) {} in connectLoopbackUI()
151 public void onStartTrackingTouch(SeekBar seekBar) {} in connectLoopbackUI()
154 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in connectLoopbackUI()