Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java207 private Rect mTmpBounds = new Rect(); field in AllAppsGridAdapter.GridItemDecoration
324 mSectionTextPaint.getTextBounds(sectionName, 0, sectionName.length(), mTmpBounds); in getAndCacheSectionBounds()
325 … bounds = new PointF(mSectionTextPaint.measureText(sectionName), mTmpBounds.height()); in getAndCacheSectionBounds()