Searched refs:mTmpBounds (Results 1 – 1 of 1) sorted by relevance
207 private Rect mTmpBounds = new Rect(); field in AllAppsGridAdapter.GridItemDecoration324 mSectionTextPaint.getTextBounds(sectionName, 0, sectionName.length(), mTmpBounds); in getAndCacheSectionBounds()325 … bounds = new PointF(mSectionTextPaint.measureText(sectionName), mTmpBounds.height()); in getAndCacheSectionBounds()