Home | History | Annotate | Download | only in drawable

Lines Matching defs:mProgress

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);
323 if (mProgress != null) mProgress.setBounds(bounds);
405 if (mProgress != null) mProgress.reset();
412 if (mProgress != null) mProgress.setVisible(false);
415 if (mProgress == null) {
420 if (mProgress != null) mProgress.setVisible(true);
424 if (mProgress != null) mProgress.setVisible(false);
431 if (mProgress != null) mProgress.setVisible(false);
438 boolean progressVisible = mProgress != null && mProgress.isVisible();