Searched refs:mSectionTextPaint (Results 1 – 1 of 1) sorted by relevance
299 mSectionTextPaint.setAlpha(alpha); in onDraw()301 c.drawText(sectionName, x, y, mSectionTextPaint); in onDraw()324 mSectionTextPaint.getTextBounds(sectionName, 0, sectionName.length(), mTmpBounds); in getAndCacheSectionBounds()325 … bounds = new PointF(mSectionTextPaint.measureText(sectionName), mTmpBounds.height()); in getAndCacheSectionBounds()397 private final Paint mSectionTextPaint; field in AllAppsGridAdapter435 mSectionTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG); in AllAppsGridAdapter()436 mSectionTextPaint.setTextSize(res.getDimensionPixelSize( in AllAppsGridAdapter()438 mSectionTextPaint.setColor(res.getColor(R.color.all_apps_grid_section_text_color)); in AllAppsGridAdapter()