Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DDockState.java127 private Point mHintTextBounds = new Point(); field in DockState.ViewState
154 mHintTextBounds.set((int) mHintTextPaint.measureText(mHintText), mTmpRect.height()); in update()
169 int x = bounds.left + (bounds.width() - mHintTextBounds.x) / 2; in draw()
170 int y = bounds.top + (bounds.height() + mHintTextBounds.y) / 2; in draw()