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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsGridAdapter.java299 mSectionTextPaint.setAlpha(alpha);
301 c.drawText(sectionName, x, y, mSectionTextPaint);
324 mSectionTextPaint.getTextBounds(sectionName, 0, sectionName.length(), mTmpBounds);
325 bounds = new PointF(mSectionTextPaint.measureText(sectionName), mTmpBounds.height());
397 private final Paint mSectionTextPaint; field in class:AllAppsGridAdapter
435 mSectionTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
436 mSectionTextPaint.setTextSize(res.getDimensionPixelSize(
438 mSectionTextPaint.setColor(res.getColor(R.color.all_apps_grid_section_text_color));

Completed in 11 milliseconds