HomeSort by relevance Sort by last modified time
    Searched defs:mProgress (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /packages/apps/Settings/src/com/android/settings/
AppProgressPreference.java 25 private int mProgress;
34 mProgress = amount;
43 progress.setProgress(mProgress);
ProgressCategory.java 31 private boolean mProgress = false;
64 progressBar.setVisibility(mProgress ? View.VISIBLE : View.GONE);
66 if (mProgress || !noDeviceFound) {
87 mProgress = progressOn;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPageProgressBar.java 29 private View mProgress;
37 mProgress = mContainer.findViewById(R.id.photopage_progress_foreground);
42 LayoutParams layoutParams = mProgress.getLayoutParams();
44 mProgress.setLayoutParams(layoutParams);
TrimVideo.java 56 public ProgressDialog mProgress;
136 if (mProgress != null) {
137 mProgress.dismiss();
138 mProgress = null;
259 if (mProgress != null) {
260 mProgress.dismiss();
261 mProgress = null;
278 mProgress = new ProgressDialog(this);
279 mProgress.setTitle(getString(R.string.trimming));
280 mProgress.setMessage(getString(R.string.please_wait))
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
PreBootBroadcaster.java 53 private final ProgressReporter mProgress;
65 mProgress = progress;
96 if (mProgress != null) {
99 mProgress.setProgress(mIndex, mTargets.size(),
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 39 private CharSequence mProgress;
57 mProgress = Utils.formatPercentage((int) (percentOfTotal + 0.5));
71 ((TextView) view.findViewById(R.id.widget_summary)).setText(mProgress);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
SeekBarDialogTask.java 39 private final int mProgress;
47 mProgress = progress;
66 mSeekBar.setProgress(mProgress);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java 47 private int mProgress;
52 mProgress = progress;
58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress);
61 ProgressService.this, mProgress, mWhen));
62 mProgress += 2;
63 if (mProgress <= 100) {
  /cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java 83 private int mProgress;
171 mProgress = progress;
906 return mLoaded && mNewPicture && mProgress == 100;
931 mProgress = 0;
  /developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java 47 private float mProgress;
85 mCurrentColor = getColor(mProgress, mColors[mFromColorIndex],
88 mProgress += 0.1;
89 if (mProgress > 1.0) {
  /developers/samples/android/wearable/wear/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
PartyLightView.java 47 private float mProgress;
85 mCurrentColor = getColor(mProgress, mColors[mFromColorIndex],
88 mProgress += 0.1;
89 if (mProgress > 1.0) {
  /development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
PartyLightView.java 47 private float mProgress;
85 mCurrentColor = getColor(mProgress, mColors[mFromColorIndex],
88 mProgress += 0.1;
89 if (mProgress > 1.0) {
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
UrlDownloaderTask.java 52 private int mProgress = 0;
61 mProgress += count;
62 publishProgress(mProgress);
ZipExtractorTask.java 51 private int mProgress = 0;
63 mProgress += count;
64 publishProgress(mProgress);
  /frameworks/base/core/java/com/android/internal/util/
ProgressReporter.java 65 private int mProgress = 0;
99 listener.onProgress(mId, mProgress, mExtras);
146 mProgress = mSegmentRange[0]
151 notifyProgress(mId, mProgress, mExtras);
163 mSegmentRange = new int[] { mProgress, (size * mSegmentRange[1] / 100) };
173 mProgress = mSegmentRange[0] + mSegmentRange[1];
179 return mProgress;
193 notifyProgress(mId, mProgress, mExtras);
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaController.java 48 private ProgressBar mProgress;
152 mProgress = (ProgressBar) findViewById(R.id.mediacontroller_progress);
153 if (mProgress != null) {
154 if (mProgress instanceof SeekBar) {
155 SeekBar seeker = (SeekBar) mProgress;
158 mProgress.setMax(1000);
225 if (mProgress != null) {
229 mProgress.setProgress( (int) pos);
232 mProgress.setSecondaryProgress(percent * 10);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 69 private Progress mProgress;
130 mProgress = new Progress(mOpts.progressBar.getConstantState().newDrawable(mResources), mResources,
132 mProgress.setCallback(this);
133 mProgress.setBounds(getBounds());
135 mProgress = null;
282 if (mProgress != null) onDrawPlaceholderOrProgress(canvas, mProgress);
305 if (mProgress != null) mProgress.setAlpha(alpha);
315 if (mProgress != null) mProgress.setColorFilter(cf)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 77 private ProgressBar mProgress;
111 mProgress = (ProgressBar) findViewById(R.id.p2p_progress);
112 mProgress.setVisibility(ProgressBar.VISIBLE);
165 mProgress.setVisibility(ProgressBar.VISIBLE);
187 mProgress.setVisibility(ProgressBar.INVISIBLE);
198 mProgress.setVisibility(ProgressBar.INVISIBLE);
213 mProgress.setVisibility(ProgressBar.VISIBLE);
234 mProgress.setVisibility(ProgressBar.INVISIBLE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 80 private int mProgress;
382 mProgress = 0;
464 if (mProgress >= MAX_PROGRESS) {
467 mProgress++;
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 57 private ProgressBar mProgress;
100 mProgress = (ProgressBar) findViewById(R.id.progress);
324 mProgress.setVisibility(View.INVISIBLE);
334 mProgress.setVisibility(View.VISIBLE);
  /frameworks/base/core/java/android/app/
ProgressDialog.java 54 private ProgressBar mProgress;
137 int progress = mProgress.getProgress();
138 int max = mProgress.getMax();
159 mProgress = (ProgressBar) view.findViewById(R.id.progress);
167 mProgress = (ProgressBar) view.findViewById(R.id.progress);
215 mProgress.setProgress(value);
223 if (mProgress != null) {
224 mProgress.setSecondaryProgress(secondaryProgress);
232 if (mProgress != null) {
233 return mProgress.getProgress()
    [all...]
  /frameworks/base/core/java/android/preference/
SeekBarPreference.java 35 private int mProgress;
77 seekBar.setProgress(mProgress);
88 setProgress(restoreValue ? getPersistedInt(mProgress)
128 if (progress != mProgress) {
129 mProgress = progress;
138 return mProgress;
147 if (progress != mProgress) {
151 seekBar.setProgress(mProgress);
172 if (seekBar.getProgress() != mProgress) {
193 myState.progress = mProgress;
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SaveFragment.java 47 private ProgressBar mProgress;
115 mProgress = (ProgressBar) view.findViewById(android.R.id.progress);
185 mProgress.setVisibility(pending ? View.VISIBLE : View.GONE);
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerDialog.java 56 private ProgressBar mProgress;
111 mProgress = (ProgressBar) view.findViewById(android.R.id.progress);
149 if (mProgress != null && mPalette != null) {
150 mProgress.setVisibility(View.GONE);
157 if (mProgress != null && mPalette != null) {
158 mProgress.setVisibility(View.VISIBLE);
  /packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java 34 private float mProgress = 0;
144 mProgress = progress * mWidth / mMaxProgress + mProgressOffset;
146 mProgress = Math.min(mWidth, Math.max(0, mProgress));
149 mRightMostProgress = Math.max(mRightMostProgress, mProgress);
153 mLeftMostProgress = Math.min(mLeftMostProgress, mProgress);
160 mProgress = 0;
178 l = Math.max(mProgress - mIndicatorWidth, 0f);
179 r = mProgress;
181 l = mProgress;
    [all...]

Completed in 1063 milliseconds

1 2 3 4 5 6 7 8