Searched refs:mProgress (Results 1 – 3 of 3) 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()
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++;