Searched refs:TEMP_RECTF (Results 1 – 1 of 1) sorted by relevance
267 private static final RectF TEMP_RECTF = new RectF(); field in TextView4793 synchronized (TEMP_RECTF) { in invalidateCursorPath()4811 mHighlightPath.computeBounds(TEMP_RECTF, false); in invalidateCursorPath()4813 invalidate((int) FloatMath.floor(horizontalPadding + TEMP_RECTF.left - thick), in invalidateCursorPath()4814 (int) FloatMath.floor(verticalPadding + TEMP_RECTF.top - thick), in invalidateCursorPath()4815 (int) FloatMath.ceil(horizontalPadding + TEMP_RECTF.right + thick), in invalidateCursorPath()4816 (int) FloatMath.ceil(verticalPadding + TEMP_RECTF.bottom + thick)); in invalidateCursorPath()5487 synchronized (TEMP_RECTF) { in getFocusedRect()5488 mHighlightPath.computeBounds(TEMP_RECTF, true); in getFocusedRect()5489 r.left = (int)TEMP_RECTF.left-1; in getFocusedRect()[all …]