Home
last modified time | relevance | path

Searched refs:mBackgroundPaint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelCircleView.java45 private final Paint mBackgroundPaint = new Paint(); field in SearchPanelCircleView
134 mBackgroundPaint.setAntiAlias(true); in SearchPanelCircleView()
135 mBackgroundPaint.setColor(getResources().getColor(R.color.search_panel_circle_color)); in SearchPanelCircleView()
156 mBackgroundPaint); in drawBackground() local
403 mFadeOutAnimator = ValueAnimator.ofFloat(mBackgroundPaint.getAlpha() / 255.0f, 0.0f);
416 mBackgroundPaint.setAlpha((int) (backgroundValue * 255));
430 mBackgroundPaint.setAlpha(255);
494 mBackgroundPaint.setAlpha(255); in reset()