Home | History | Annotate | Download | only in view

Lines Matching refs:progress

51             public void onProgressChanged(SeekBar seekBar, int progress,
53 rotatingButton.setTranslationX((float)progress);
66 public void onProgressChanged(SeekBar seekBar, int progress,
68 rotatingButton.setTranslationY((float)progress);
82 public void onProgressChanged(SeekBar seekBar, int progress,
84 rotatingButton.setScaleX((float)progress/10f);
98 public void onProgressChanged(SeekBar seekBar, int progress,
100 rotatingButton.setScaleY((float)progress/10f);
113 public void onProgressChanged(SeekBar seekBar, int progress,
116 rotatingButton.setRotationX((float)progress);
129 public void onProgressChanged(SeekBar seekBar, int progress,
132 rotatingButton.setRotationY((float)progress);
145 public void onProgressChanged(SeekBar seekBar, int progress,
148 rotatingButton.setRotation((float)progress);