/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 | 27 private boolean mProgress = false; 45 progressBar.setVisibility(mProgress ? View.VISIBLE : View.GONE); 47 if (mProgress || !noDeviceFound) { 68 mProgress = progressOn;
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ProcessStatsPreference.java | 31 private int mProgress; 46 mProgress = (int) Math.ceil(percentOfWeight); 57 progress.setProgress(mProgress);
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerGaugePreference.java | 35 private int mProgress; 46 mProgress = (int) Math.ceil(percentOfMax); 61 progress.setProgress(mProgress);
|
/packages/apps/Camera2/src/com/android/camera/data/ |
RotationTask.java | 45 private ProgressDialog mProgress; 58 mProgress = new ProgressDialog(mContext); 60 mProgress.setTitle(mContext.getString(titleStringId)); 61 mProgress.setMessage(mContext.getString(R.string.please_wait)); 62 mProgress.setCancelable(false); 63 mProgress.show(); 147 mProgress.dismiss();
|
/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 += 10; 63 if (mProgress <= 100) {
|
/cts/tests/src/android/webkit/cts/ |
WebViewOnUiThread.java | 77 private int mProgress; 159 mProgress = progress; 773 return mLoaded && mNewPicture && mProgress == 100; 798 mProgress = 0;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 74 private int mProgress; 355 mProgress = 0; 413 if (mProgress >= MAX_PROGRESS) { 416 mProgress++;
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
SaveFragment.java | 46 private ProgressBar mProgress; 88 mProgress = (ProgressBar) view.findViewById(android.R.id.progress); 149 mProgress.setVisibility(pending ? View.VISIBLE : View.GONE);
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
AttachmentGridDrawable.java | 32 private final Drawable mProgress; 42 mProgress = progress; 52 mDecodeAggregator, mCoordinates, mPlaceholder, mProgress);
|
AttachmentDrawable.java | 62 private Progress mProgress; 106 mProgress = new Progress(progress.getConstantState().newDrawable(res), res, 108 mProgress.setCallback(this); 233 mProgress.draw(canvas); 242 mProgress.setAlpha(alpha); 252 mProgress.setColorFilter(cf); 267 mProgress.setBounds(bounds); 397 mProgress.reset(); 402 mProgress.setVisible(false); 406 mProgress.setVisible(true) [all...] |
/development/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);
|
/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/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; 64 seekBar.setProgress(mProgress); 75 setProgress(restoreValue ? getPersistedInt(mProgress) 118 if (progress != mProgress) { 119 mProgress = progress; 128 return mProgress; 137 if (progress != mProgress) { 141 seekBar.setProgress(mProgress); 162 if (seekBar.getProgress() != mProgress) { 183 myState.progress = mProgress; [all...] |
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
ColorPickerDialog.java | 54 private ProgressBar mProgress; 107 mProgress = (ProgressBar) view.findViewById(android.R.id.progress); 145 if (mProgress != null && mPalette != null) { 146 mProgress.setVisibility(View.GONE); 153 if (mProgress != null && mPalette != null) { 154 mProgress.setVisibility(View.VISIBLE);
|
/packages/apps/Camera/src/com/android/camera/ |
PanoProgressBar.java | 32 private float mProgress = 0; 142 mProgress = progress * mWidth / mMaxProgress + mProgressOffset; 144 mProgress = Math.min(mWidth, Math.max(0, mProgress)); 147 mRightMostProgress = Math.max(mRightMostProgress, mProgress); 151 mLeftMostProgress = Math.min(mLeftMostProgress, mProgress); 158 mProgress = 0; 176 l = Math.max(mProgress - mIndicatorWidth, 0f); 177 r = mProgress; 179 l = mProgress; [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
PanoProgressBar.java | 32 private float mProgress = 0; 142 mProgress = progress * mWidth / mMaxProgress + mProgressOffset; 144 mProgress = Math.min(mWidth, Math.max(0, mProgress)); 147 mRightMostProgress = Math.max(mRightMostProgress, mProgress); 151 mLeftMostProgress = Math.min(mLeftMostProgress, mProgress); 158 mProgress = 0; 176 l = Math.max(mProgress - mIndicatorWidth, 0f); 177 r = mProgress; 179 l = mProgress; [all...] |
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactsUnavailableFragment.java | 47 private ProgressBar mProgress; 76 mProgress = (ProgressBar) mView.findViewById(R.id.progress); 104 mProgress.setVisibility(View.GONE); 116 mProgress.setVisibility(View.VISIBLE); 128 mProgress.setVisibility(View.VISIBLE); 142 mProgress.setVisibility(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/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/VideoEditor/src/com/android/videoeditor/widgets/ |
AudioTrackView.java | 49 private int mProgress; 132 mProgress = -1; 276 mProgress = progress; 293 if (mProgress >= 0) { 294 ProgressBar.getProgressBar(getContext()).draw(canvas, mProgress,
|