Searched refs:TEMP_RECTF (Results 1 – 1 of 1) sorted by relevance
392 private static final RectF TEMP_RECTF = new RectF(); field in TextView7361 synchronized (TEMP_RECTF) { in invalidateCursorPath()7379 mHighlightPath.computeBounds(TEMP_RECTF, false); in invalidateCursorPath()7381 invalidate((int) Math.floor(horizontalPadding + TEMP_RECTF.left - thick), in invalidateCursorPath()7382 (int) Math.floor(verticalPadding + TEMP_RECTF.top - thick), in invalidateCursorPath()7383 (int) Math.ceil(horizontalPadding + TEMP_RECTF.right + thick), in invalidateCursorPath()7384 (int) Math.ceil(verticalPadding + TEMP_RECTF.bottom + thick)); in invalidateCursorPath()8025 synchronized (TEMP_RECTF) { in getFocusedRect()8026 mHighlightPath.computeBounds(TEMP_RECTF, true); in getFocusedRect()8027 r.left = (int) TEMP_RECTF.left - 1; in getFocusedRect()[all …]