Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java308 private Point mHintTextBounds = new Point(); field in TaskStack.DockState.ViewState
334 mHintTextBounds.set((int) mHintTextPaint.measureText(mHintText), mTmpRect.height()); in update()
349 int x = bounds.left + (bounds.width() - mHintTextBounds.x) / 2; in draw()
350 int y = bounds.top + (bounds.height() + mHintTextBounds.y) / 2; in draw()