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

1 2 3 4 5 6 7 8 91011

  /frameworks/support/webkit/src/androidTest/java/androidx/webkit/
WebViewOnUiThread.java 53 private int mProgress;
108 mProgress = progress;
308 return mLoaded && mProgress == 100;
332 mProgress = 0;
  /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...]
  /packages/apps/Settings/src/com/android/settings/
ProgressCategory.java 31 private boolean mProgress = false;
67 progressBar.setVisibility(mProgress ? View.VISIBLE : View.GONE);
69 if (mProgress || !noDeviceFound) {
90 mProgress = progressOn;
  /packages/apps/Settings/src/com/android/settings/widget/
AppPreference.java 30 private int mProgress;
44 mProgress = amount;
57 progress.setProgress(mProgress);
  /frameworks/base/services/core/java/com/android/server/am/
PreBootBroadcaster.java 55 private final ProgressReporter mProgress;
67 mProgress = progress;
98 if (mProgress != null) {
101 mProgress.setProgress(mIndex, mTargets.size(),
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ViewScrim.java 35 return viewScrim.mProgress;
45 protected float mProgress = 0;
56 if (mProgress != progress) {
57 mProgress = progress;
  /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/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 41 private CharSequence mProgress;
73 mProgress = Utils.formatPercentage(percentOfTotal, true);
78 return mProgress.toString();
82 mProgress = subtitle;
87 return mProgress;
108 subtitle.setText(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 85 private int mProgress;
203 mProgress = progress;
934 return mLoaded && mNewPicture && mProgress == 100;
959 mProgress = 0;
    [all...]
  /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 50 private int mProgress = 0;
59 mProgress += count;
60 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);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 52 private ProgressBar mProgress;
84 mProgress = (ProgressBar) mView.findViewById(R.id.progress);
117 mProgress.setVisibility(View.GONE);
127 mProgress.setVisibility(View.VISIBLE);
  /packages/apps/TV/src/com/android/tv/menu/
PlaybackProgressBar.java 37 private long mProgress = 0;
92 if (mProgress > max) {
93 mProgress = max;
103 mProgress = constrain(mProgress, start, end);
114 if (progress != mProgress) {
115 mProgress = progress;
132 boolean progressUpdated = setProgressBound(mPrimaryDrawable, mProgressStart, mProgress);
133 progressUpdated |= setProgressBound(mSecondaryDrawable, mProgress, mProgressEnd);
  /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);
174 mProgress.setVisibility(ProgressBar.VISIBLE);
196 mProgress.setVisibility(ProgressBar.INVISIBLE);
207 mProgress.setVisibility(ProgressBar.INVISIBLE);
222 mProgress.setVisibility(ProgressBar.VISIBLE);
243 mProgress.setVisibility(ProgressBar.INVISIBLE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/
UsbAccessoryTestActivity.java 64 private ProgressBar mProgress;
75 mProgress = (ProgressBar) findViewById(R.id.progress_bar);
85 mProgress.setVisibility(View.VISIBLE);
  /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 66 private ProgressBar mProgress;
206 int progress = mProgress.getProgress();
207 int max = mProgress.getMax();
228 mProgress = (ProgressBar) view.findViewById(R.id.progress);
236 mProgress = (ProgressBar) view.findViewById(R.id.progress);
291 mProgress.setProgress(value);
307 if (mProgress != null) {
308 mProgress.setSecondaryProgress(secondaryProgress);
321 if (mProgress != null) {
322 return mProgress.getProgress()
    [all...]

Completed in 822 milliseconds

1 2 3 4 5 6 7 8 91011