Searched refs:mHintTextPaint (Results 1 – 1 of 1) sorted by relevance
307 private Paint mHintTextPaint; field in TaskStack.DockState.ViewState321 mHintTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG); in ViewState()322 mHintTextPaint.setColor(Color.WHITE); in ViewState()331 mHintTextPaint.setTextSize(res.getDimensionPixelSize( in update()333 mHintTextPaint.getTextBounds(mHintText, 0, mHintText.length(), mTmpRect); in update()334 mHintTextBounds.set((int) mHintTextPaint.measureText(mHintText), mTmpRect.height()); in update()351 mHintTextPaint.setAlpha(mHintTextAlpha); in draw()356 canvas.drawText(mHintText, x, y, mHintTextPaint); in draw()