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.java240 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 AllAppsGridAdapter
373 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()