Searched refs:mProgress (Results 1 – 9 of 9) sorted by relevance
47 private float mProgress; field in PartyLightView85 mCurrentColor = getColor(mProgress, mColors[mFromColorIndex], in init()88 mProgress += 0.1; in init()89 if (mProgress > 1.0) { in init()
48 private ProgressBar mProgress; field in MediaController152 mProgress = (ProgressBar) findViewById(R.id.mediacontroller_progress); in initControllerView()153 if (mProgress != null) { in initControllerView()154 if (mProgress instanceof SeekBar) { in initControllerView()155 SeekBar seeker = (SeekBar) mProgress; in initControllerView()158 mProgress.setMax(1000); in initControllerView()225 if (mProgress != null) { in updateProgress()229 mProgress.setProgress( (int) pos); in updateProgress()232 mProgress.setSecondaryProgress(percent * 10); in updateProgress()
57 private ProgressBar mProgress; field in LookupActivity100 mProgress = (ProgressBar) findViewById(R.id.progress); in onCreate()324 mProgress.setVisibility(View.INVISIBLE); in onPostExecute()334 mProgress.setVisibility(View.VISIBLE); in onAnimationEnd()
80 private int mProgress; field in AlertDialogSamples382 mProgress = 0;464 if (mProgress >= MAX_PROGRESS) {467 mProgress++;
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...