Home
last modified time | relevance | path

Searched refs:TEMP_RECTF (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java416 private static final RectF TEMP_RECTF = new RectF(); field in TextView
7505 synchronized (TEMP_RECTF) { in invalidateCursorPath()
7523 mHighlightPath.computeBounds(TEMP_RECTF, false); in invalidateCursorPath()
7525 invalidate((int) Math.floor(horizontalPadding + TEMP_RECTF.left - thick), in invalidateCursorPath()
7526 (int) Math.floor(verticalPadding + TEMP_RECTF.top - thick), in invalidateCursorPath()
7527 (int) Math.ceil(horizontalPadding + TEMP_RECTF.right + thick), in invalidateCursorPath()
7528 (int) Math.ceil(verticalPadding + TEMP_RECTF.bottom + thick)); in invalidateCursorPath()
8169 synchronized (TEMP_RECTF) { in getFocusedRect()
8170 mHighlightPath.computeBounds(TEMP_RECTF, true); in getFocusedRect()
8171 r.left = (int) TEMP_RECTF.left - 1; in getFocusedRect()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73973 Landroid/widget/TextView;->TEMP_RECTF:Landroid/graphics/RectF;