HomeSort by relevance Sort by last modified time
    Searched full:setprogress (Results 1 - 25 of 279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/Java/SevenZip/
ICodeProgress.java 5 public void SetProgress(long inSize, long outSize);
  /developers/samples/android/ui/DrawableTinting/Application/src/test/
SampleTests.java 123 mAlpha.setProgress(255);
124 mRed.setProgress(255);
125 mBlue.setProgress(0);
126 mGreen.setProgress(0);
130 mAlpha.setProgress(255);
131 mRed.setProgress(0);
132 mBlue.setProgress(255);
133 mGreen.setProgress(0);
137 mAlpha.setProgress(255);
138 mRed.setProgress(0)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSeekBar.java 24 public void setProgress(int progress) {
25 super.setProgress(progress);
ShadowRatingBar.java 57 setProgress(Math.round(rating * getProgressPerStar()));
85 setProgress(newProgress);
103 public void setProgress(int progress) {
104 super.setProgress(progress);
ShadowProgressBar.java 40 public void setProgress(int progress) {
71 if (!isIndeterminate()) setProgress(progress + diff);
  /frameworks/base/docs/html/training/notify-user/
display-progress.jd 57 {@link android.support.v4.app.NotificationCompat.Builder#setProgress setProgress()}. The
64 {@link android.support.v4.app.NotificationCompat.Builder#setProgress
65 setProgress(max, progress, false)} and then issue the notification.
71 {@link android.support.v4.app.NotificationCompat.Builder#setProgress setProgress()}
79 {@link android.support.v4.app.NotificationCompat.Builder#setProgress
80 setProgress(0, 0, false)}. For example:
102 mBuilder.setProgress(100, incr, false);
117 .setProgress(0,0,false)
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
CardViewActivity.java 113 mCornerRadiusSeekBar.setProgress((int) mCardView.getRadius());
117 mWidthSeekBar.setProgress(mCardView.getLayoutParams().width);
122 mHeightSeekBar.setProgress(mCardView.getLayoutParams().height);
126 mElevationSeekBar.setProgress((int) mCardView.getCardElevation());
130 mMaxElevationSeekBar.setProgress((int) mCardView.getMaxCardElevation());
134 mAlphaSeekBar.setProgress((int) ViewCompat.getAlpha(mCardView) * 255);
  /external/chromium_org/third_party/skia/src/views/animated/
SkProgressBarView.cpp 27 this->setProgress(newProg);
72 this->setProgress(temp);
102 void SkProgressBarView::setProgress(int progress)
106 e.setString("id", "setProgress");
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ProgressBarTest.java 42 progressBar.setProgress(progress);
64 progressBar.setProgress(10);
78 progressBar.setProgress(10);
104 progressBar.setProgress(50);
  /external/skia/src/views/animated/
SkProgressBarView.cpp 27 this->setProgress(newProg);
72 this->setProgress(temp);
102 void SkProgressBarView::setProgress(int progress)
106 e.setString("id", "setProgress");
  /frameworks/base/core/java/android/preference/
SeekBarPreference.java 77 seekBar.setProgress(mProgress);
88 setProgress(restoreValue ? getPersistedInt(mProgress)
102 setProgress(getProgress() + 1);
106 setProgress(getProgress() - 1);
120 public void setProgress(int progress) {
121 setProgress(progress, true);
124 private void setProgress(int progress, boolean notifyChanged) {
152 setProgress(progress, false);
154 seekBar.setProgress(mProgress);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Mandelbrot.java 41 b.setProgress(0);
52 b.setProgress(0);
65 b.setProgress(0);
78 b.setProgress(0);
LevelsV4.java 93 b.setProgress(50);
99 b.setProgress(0);
105 b.setProgress(0);
111 b.setProgress(128);
117 b.setProgress(128);
Vignette.java 47 b.setProgress(25);
53 b.setProgress(50);
59 b.setProgress(20);
65 b.setProgress(50);
71 b.setProgress(50);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Mandelbrot.java 30 b.setProgress(0);
41 b.setProgress(0);
54 b.setProgress(0);
67 b.setProgress(0);
LevelsV4.java 87 b.setProgress(50);
93 b.setProgress(0);
99 b.setProgress(0);
105 b.setProgress(128);
111 b.setProgress(128);
Vignette.java 43 b.setProgress(25);
49 b.setProgress(50);
55 b.setProgress(20);
61 b.setProgress(50);
67 b.setProgress(50);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Mandelbrot.java 41 b.setProgress(0);
52 b.setProgress(0);
65 b.setProgress(0);
78 b.setProgress(0);
LevelsV4.java 93 b.setProgress(50);
99 b.setProgress(0);
105 b.setProgress(0);
111 b.setProgress(128);
117 b.setProgress(128);
Vignette.java 47 b.setProgress(25);
53 b.setProgress(50);
59 b.setProgress(20);
65 b.setProgress(50);
71 b.setProgress(50);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar1.java 44 setProgress(progressHorizontal.getProgress() * 100);
52 setProgress(100 * progressHorizontal.getProgress());
61 setProgress(100 * progressHorizontal.getProgress());
  /external/chromium_org/third_party/skia/include/views/animated/
SkProgressBarView.h 25 void setProgress(int progress);
  /external/skia/include/views/animated/
SkProgressBarView.h 25 void setProgress(int progress);
  /developers/build/prebuilts/gradle/CardView/Application/tests/src/com/example/android/cardview/
SampleTests.java 54 mFragment.mRadiusSeekBar.setProgress((int) radius);
65 mFragment.mElevationSeekBar.setProgress((int) elevation);
  /developers/samples/android/ui/views/CardView/Application/tests/src/com/example/android/cardview/
SampleTests.java 54 mFragment.mRadiusSeekBar.setProgress((int) radius);
65 mFragment.mElevationSeekBar.setProgress((int) elevation);

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>