Searched refs:mNoFocusPaint (Results 1 – 1 of 1) sorted by relevance
103 hasFocus() ? mFocusPaint : mNoFocusPaint); in draw()383 mNoFocusPaint.setARGB(125, 50, 50, 50); in setup()410 private final Paint mNoFocusPaint = new Paint(); field in HighlightView