Searched refs:mSectionTextPaint (Results 1 – 1 of 1) sorted by relevance
240 mSectionTextPaint.setAlpha(alpha); in onDraw()242 c.drawText(sectionName, x, y, mSectionTextPaint); in onDraw()265 mSectionTextPaint.getTextBounds(sectionName, 0, sectionName.length(), mTmpBounds); in getAndCacheSectionBounds()266 … bounds = new PointF(mSectionTextPaint.measureText(sectionName), mTmpBounds.height()); in getAndCacheSectionBounds()352 @Thunk Paint mSectionTextPaint; field in AllAppsGridAdapter373 mSectionTextPaint = new Paint(); in AllAppsGridAdapter()374 mSectionTextPaint.setTextSize(res.getDimensionPixelSize( in AllAppsGridAdapter()376 mSectionTextPaint.setColor(res.getColor(R.color.all_apps_grid_section_text_color)); in AllAppsGridAdapter()377 mSectionTextPaint.setAntiAlias(true); in AllAppsGridAdapter()