Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java299 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 AllAppsGridAdapter
435 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()