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