Searched refs:mHintTextBounds (Results 1 – 1 of 1) sorted by relevance
308 private Point mHintTextBounds = new Point(); field in TaskStack.DockState.ViewState334 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()