Searched refs:sTemp (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DTemporaryBuffer.java27 buf = sTemp;
28 sTemp = null;
42 sTemp = temp;
46 private static char[] sTemp = null; field in class:TemporaryBuffer
/frameworks/base/core/java/android/text/
H A DBoringLayout.java211 synchronized (sTemp) {
212 mMax = (int) (FloatMath.ceil(Styled.measureText(paint, sTemp,
282 synchronized (sTemp) {
283 wid = (int) (FloatMath.ceil(Styled.measureText(paint, sTemp,
387 private static final TextPaint sTemp = field in class:BoringLayout
H A DTextUtils.java1359 buf = sTemp;
1360 sTemp = null;
1374 sTemp = temp;
1656 private static char[] sTemp = null; field in class:TextUtils

Completed in 57 milliseconds