Home
last modified time | relevance | path

Searched refs:setProgress (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/base/docs/html/training/notify-user/
Ddisplay-progress.jd55 {@link android.support.v4.app.NotificationCompat.Builder#setProgress setProgress()}. The
62 {@link android.support.v4.app.NotificationCompat.Builder#setProgress
63 setProgress(max, progress, false)} and then issue the notification.
69 {@link android.support.v4.app.NotificationCompat.Builder#setProgress setProgress()}
77 {@link android.support.v4.app.NotificationCompat.Builder#setProgress
78 setProgress(0, 0, false)}. For example:
100 mBuilder.setProgress(100, incr, false);
115 .setProgress(0,0,false);
138 {@link android.support.v4.app.NotificationCompat.Builder#setProgress setProgress(0, 0, true)}
146 {@link android.support.v4.app.NotificationCompat.Builder#setProgress
[all …]
/frameworks/base/core/java/android/preference/
DSeekBarPreference.java77 seekBar.setProgress(mProgress); in onBindView()
88 setProgress(restoreValue ? getPersistedInt(mProgress) in onSetInitialValue()
102 setProgress(getProgress() + 1); in onKey()
106 setProgress(getProgress() - 1); in onKey()
120 public void setProgress(int progress) { in setProgress() method in SeekBarPreference
121 setProgress(progress, true); in setProgress()
124 private void setProgress(int progress, boolean notifyChanged) { in setProgress() method in SeekBarPreference
152 setProgress(progress, false); in syncProgress()
154 seekBar.setProgress(mProgress); in syncProgress()
DSeekBarVolumizer.java139 mSeekBar.setProgress(mLastAudibleStreamVolume); in updateSeekBar()
141 mSeekBar.setProgress(0); in updateSeekBar()
143 mSeekBar.setProgress(0); in updateSeekBar()
145 mSeekBar.setProgress(mLastProgress > -1 ? mLastProgress : mOriginalStreamVolume); in updateSeekBar()
301 mSeekBar.setProgress(mVolumeBeforeMute); in muteVolume()
307 mSeekBar.setProgress(0); in muteVolume()
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DVignette.java43 b.setProgress(25); in onBar1Setup()
49 b.setProgress(50); in onBar2Setup()
55 b.setProgress(20); in onBar3Setup()
61 b.setProgress(50); in onBar4Setup()
67 b.setProgress(50); in onBar5Setup()
DMandelbrot.java35 b.setProgress(0); in onBar1Setup()
46 b.setProgress(0); in onBar2Setup()
59 b.setProgress(0); in onBar3Setup()
72 b.setProgress(0); in onBar4Setup()
DLevelsV4.java87 b.setProgress(50); in onBar1Setup()
93 b.setProgress(0); in onBar2Setup()
99 b.setProgress(0); in onBar3Setup()
105 b.setProgress(128); in onBar4Setup()
111 b.setProgress(128); in onBar5Setup()
DFisheye.java45 b.setProgress(25); in onBar1Setup()
51 b.setProgress(50); in onBar2Setup()
57 b.setProgress(50); in onBar3Setup()
DBlend.java100 b.setProgress(image1Alpha); in onBar1Setup()
111 b.setProgress(image2Alpha); in onBar2Setup()
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DVignette.java43 b.setProgress(25); in onBar1Setup()
49 b.setProgress(50); in onBar2Setup()
55 b.setProgress(20); in onBar3Setup()
61 b.setProgress(50); in onBar4Setup()
67 b.setProgress(50); in onBar5Setup()
DMandelbrot.java35 b.setProgress(0); in onBar1Setup()
46 b.setProgress(0); in onBar2Setup()
59 b.setProgress(0); in onBar3Setup()
72 b.setProgress(0); in onBar4Setup()
DLevelsV4.java87 b.setProgress(50); in onBar1Setup()
93 b.setProgress(0); in onBar2Setup()
99 b.setProgress(0); in onBar3Setup()
105 b.setProgress(128); in onBar4Setup()
111 b.setProgress(128); in onBar5Setup()
DFisheye.java42 b.setProgress(25); in onBar1Setup()
48 b.setProgress(50); in onBar2Setup()
54 b.setProgress(50); in onBar3Setup()
DBlend.java93 b.setProgress(image1Alpha); in onBar1Setup()
104 b.setProgress(image2Alpha); in onBar2Setup()
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DVignette.java47 b.setProgress(25); in onBar1Setup()
53 b.setProgress(50); in onBar2Setup()
59 b.setProgress(20); in onBar3Setup()
65 b.setProgress(50); in onBar4Setup()
71 b.setProgress(50); in onBar5Setup()
DMandelbrot.java41 b.setProgress(0); in onBar1Setup()
52 b.setProgress(0); in onBar2Setup()
65 b.setProgress(0); in onBar3Setup()
78 b.setProgress(0); in onBar4Setup()
DLevelsV4.java93 b.setProgress(50); in onBar1Setup()
99 b.setProgress(0); in onBar2Setup()
105 b.setProgress(0); in onBar3Setup()
111 b.setProgress(128); in onBar4Setup()
117 b.setProgress(128); in onBar5Setup()
DFisheye.java45 b.setProgress(25); in onBar1Setup()
51 b.setProgress(50); in onBar2Setup()
57 b.setProgress(50); in onBar3Setup()
DBlend.java101 b.setProgress(image1Alpha); in onBar1Setup()
112 b.setProgress(image2Alpha); in onBar2Setup()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DProgressBarWrapper.java65 public void setProgress(int progress) { in setProgress() method in ProgressBarWrapper
66 mDeterminate.setProgress(progress); in setProgress()
/frameworks/base/core/java/android/widget/
DMediaController.java362 setProgress(); in show()
416 pos = setProgress();
441 private int setProgress() { in setProgress() method in MediaController
451 mProgress.setProgress( (int) pos); in setProgress()
611 setProgress();
657 setProgress();
669 setProgress();
DRatingBar.java195 setProgress(Math.round(rating * getProgressPerStar())); in setRating()
221 setProgress(newProgress); in setStepSize()
/frameworks/base/core/java/android/app/
DProgressDialog.java176 setProgress(mProgressVal); in onCreate()
213 public void setProgress(int value) { in setProgress() method in ProgressDialog
215 mProgress.setProgress(value); in setProgress()
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
DVerticalSeekBar.java69 setProgress(getMax() - (int) (getMax() * event.getY() / getHeight())); in onTouchEvent()
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DEffectParameter.java50 mSeekBar.setProgress(value - mMin); in displayValue()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrActivity.java81 progressDialog.setProgress(0); in onPreExecute()
107 progressDialog.setProgress(progress[0]); in onProgressUpdate()

1234