Searched refs:mHeaderPaint (Results 1 – 1 of 1) sorted by relevance
150 private final Paint mHeaderPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in ActivityAllAppsContainerView1397 mHeaderPaint.setColor(mBottomSheetBackgroundColor); in drawOnScrimWithScaleAndBottomOffset()1398 mHeaderPaint.setAlpha((int) (255 * mBottomSheetAlpha)); in drawOnScrimWithScaleAndBottomOffset()1407 canvas.drawPath(mTmpPath, mHeaderPaint); in drawOnScrimWithScaleAndBottomOffset()1411 mHeaderPaint.setColor(Color.MAGENTA); in drawOnScrimWithScaleAndBottomOffset()1412 mHeaderPaint.setAlpha(255); in drawOnScrimWithScaleAndBottomOffset()1414 mHeaderPaint.setColor(mHeaderColor); in drawOnScrimWithScaleAndBottomOffset()1415 mHeaderPaint.setAlpha((int) (getAlpha() * Color.alpha(mHeaderColor))); in drawOnScrimWithScaleAndBottomOffset()1417 if (mHeaderPaint.getColor() == mScrimColor || mHeaderPaint.getColor() == 0) { in drawOnScrimWithScaleAndBottomOffset()1439 canvas.drawPath(mTmpPath, mHeaderPaint); in drawOnScrimWithScaleAndBottomOffset()[all …]