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

12 3 4 5 6 7 8 91011

  /frameworks/base/core/java/android/preference/
SeekBarPreference.java 35 private int mProgress;
77 seekBar.setProgress(mProgress);
83 setProgress(restoreValue ? getPersistedInt(mProgress)
123 if (progress != mProgress) {
124 mProgress = progress;
133 return mProgress;
142 if (progress != mProgress) {
146 seekBar.setProgress(mProgress);
167 if (seekBar.getProgress() != mProgress) {
188 myState.progress = mProgress;
    [all...]
  /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);
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
SeekBar.java 66 private int mProgress;
148 mProgress = progress;
169 return mProgress;
213 final float progressPixels = mProgress / (float) mMax * progressWidth;
  /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...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
SaveFragment.java 56 private ProgressBar mProgress;
124 mProgress = (ProgressBar) view.findViewById(android.R.id.progress);
210 mProgress.setVisibility(pending ? View.VISIBLE : View.GONE);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoFallbackEffect.java 58 private float mProgress;
102 float p = mProgress;
158 mProgress = progress;
SlideshowView.java 126 private float mProgress;
144 float scale = initScale * (1 + SCALE_SPEED * mProgress);
146 float centerX = viewWidth / 2 + mMovingVector.x * mProgress;
147 float centerY = viewHeight / 2 + mMovingVector.y * mProgress;
160 mProgress = progress;
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
TaskViewDrawable.java 44 return taskViewDrawable.mProgress;
61 private float mProgress = 1;
79 mProgress = progress;
95 if (mProgress > ICON_SCALE_THRESHOLD) {
97 float iconProgress = (mProgress - ICON_SCALE_THRESHOLD) / (1 - ICON_SCALE_THRESHOLD);
118 mClipAnimationHelper.drawForProgress(mThumbnailView, canvas, mProgress);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsTransitionController.java 52 return controller.mProgress;
68 // Animation in this class is controlled by a single variable {@link mProgress}.
72 // When {@link mProgress} is 0, all apps container is pulled up.
73 // When {@link mProgress} is 1, all apps container is pulled down.
75 private float mProgress; // [0, 1], mShiftRange * mProgress = shiftCurrent
82 mProgress = 1f;
120 mProgress = progress;
144 return mProgress;
166 if (Float.compare(mProgress, targetProgress) == 0)
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 31 private float mProgress = 0;
139 mProgress = progress * mWidth / mMaxProgress + mProgressOffset;
141 mProgress = Math.min(mWidth, Math.max(0, mProgress));
144 mRightMostProgress = Math.max(mRightMostProgress, mProgress);
148 mLeftMostProgress = Math.min(mLeftMostProgress, mProgress);
155 mProgress = 0;
173 l = Math.max(mProgress - mIndicatorWidth, 0f);
174 r = mProgress;
176 l = mProgress;
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardFormatProgress.java 81 private volatile int mProgress = 20;
132 mProgress = progress[0];
133 mActivity.setCurrentProgress(mProgress);
138 mActivity.setCurrentProgress(mProgress);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryDownloadProgressBar.java 152 private int mProgress;
156 setProgress(mProgress);
159 if (mProgress != progress) {
160 mProgress = progress;
  /frameworks/base/core/java/android/widget/
MediaController.java 79 private ProgressBar mProgress;
292 mProgress = v.findViewById(com.android.internal.R.id.mediacontroller_progress);
293 if (mProgress != null) {
294 if (mProgress instanceof SeekBar) {
295 SeekBar seeker = (SeekBar) mProgress;
298 mProgress.setMax(1000);
339 if (mProgress != null && !mPlayer.canSeekBackward() && !mPlayer.canSeekForward()) {
340 mProgress.setEnabled(false);
440 if (mProgress != null) {
444 mProgress.setProgress( (int) pos)
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SeekBarPreference.java 42 private int mProgress;
103 mSeekBar.setProgress(mProgress);
149 setProgress(restoreValue ? getPersistedInt(mProgress)
225 if (progress != mProgress) {
226 mProgress = progress;
235 return mProgress;
244 if (progress != mProgress) {
248 seekBar.setProgress(mProgress);
268 if (seekBar.getProgress() != mProgress) {
307 myState.progress = mProgress;
    [all...]
  /frameworks/base/core/java/android/print/
PrintJobInfo.java 190 private float mProgress;
207 mProgress = -1;
224 mProgress = other.mProgress;
251 mProgress = parcel.readFloat();
383 mProgress = progress;
667 parcel.writeFloat(mProgress);
694 builder.append(", progress: " + mProgress);
742 return mProgress;
821 mPrototype.mProgress = progress
    [all...]
  /frameworks/support/car/src/main/java/androidx/car/widget/
SeekbarListItem.java 106 private int mProgress;
147 mProgress = progress;
306 vh.getSeekBar().setProgress(mProgress);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DrawerArrowDrawable.java 119 private float mProgress;
350 arrowHeadBarLength = lerp(mBarLength, arrowHeadBarLength, mProgress);
351 final float arrowShaftLength = lerp(mBarLength, mArrowShaftLength, mProgress);
353 final float arrowShaftCut = Math.round(lerp(0, mMaxCutForBarSize, mProgress));
355 final float rotation = lerp(0, ARROW_HEAD_ANGLE, mProgress);
359 flipToPointRight ? 180 : 0, mProgress);
366 mProgress);
437 return mProgress;
448 if (mProgress != progress) {
449 mProgress = progress
    [all...]
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageSummaryPreference.java 79 private float mProgress;
108 mProgress = progress;
156 bar.setProgress((int) (mProgress * 100));
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 57 private PlaybackProgressBar mProgress;
173 mProgress = (PlaybackProgressBar) findViewById(R.id.progress);
421 mProgress.setMax(mProgramEndTimeMs - mProgramStartTimeMs);
580 mProgress.setProgressRange(
583 mProgress.setProgress(currentPlayingTimeMs - mProgramStartTimeMs);
585 mProgress.setProgressRange(0, 0);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 68 private ProgressBar mProgress;
169 mProgress = (ProgressBar) findViewById(R.id.attachment_progress);
405 mProgress.setMax(mAttachment.size);
406 mProgress.setProgress(mAttachment.downloadedSize);
407 mProgress.setIndeterminate(!showProgress);
408 mProgress.setVisibility(VISIBLE);
411 mProgress.setVisibility(INVISIBLE);
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
SwipeRefreshLayout.java 157 CircularProgressDrawable mProgress;
191 mProgress.setAlpha(MAX_ALPHA);
192 mProgress.start();
207 mProgress.stop();
235 mProgress.setAlpha(targetAlpha);
330 mProgress.setStyle(size);
331 mCircleView.setImageDrawable(mProgress);
399 mProgress = new CircularProgressDrawable(getContext());
400 mProgress.setStyle(CircularProgressDrawable.DEFAULT);
401 mCircleView.setImageDrawable(mProgress);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/views/
ScrimView.java 104 protected float mProgress = 1;
190 if (mProgress != progress) {
191 mProgress = progress;
201 mCurrentFlatColor = mProgress >= 1 ? 0 : setAlphaComponent(
202 mEndFlatColor, Math.round((1 - mProgress) * mEndFlatColorAlpha));
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 82 private ProgressBar mProgress;
101 mProgress = (ProgressBar) findViewById(android.R.id.progress);
226 if (mProgress instanceof SeekBar) {
227 SeekBar seeker = (SeekBar) mProgress;
256 mProgress.setMax(1000);
675 mProgress.setProgress(progress);
687 mProgress.setProgress(1000);
695 int width = mProgress.getWidth();
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 135 float mProgress; // Progress in range [0..1]
159 mProgress = 0.0f;
211 this.mProgress = progress;
236 mProgress = 0.0f;
327 progress = (float) mCurrentCount * progressUnit + mProgress * progressUnit;
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
CircledImageView.java 70 private float mProgress = 1f;
251 canvas.drawArc(mOval, -90, 360 * mProgress, false, mPaint);
539 if (progress != mProgress) {
540 mProgress = progress;

Completed in 631 milliseconds

12 3 4 5 6 7 8 91011