Searched defs:sDebugPaint (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
H A DTypefaceEmojiSpan.java41 private static Paint sDebugPaint; field in class:TypefaceEmojiSpan
63 if (sDebugPaint == null) {
64 sDebugPaint = new TextPaint();
65 sDebugPaint.setColor(EmojiCompat.get().getEmojiSpanIndicatorColor());
66 sDebugPaint.setStyle(Paint.Style.FILL);
68 return sDebugPaint;
/frameworks/base/core/java/android/view/
H A DView.java1661 private static Paint sDebugPaint; field in class:View
20129 if (sDebugPaint == null) {
20130 sDebugPaint = new Paint();
20131 sDebugPaint.setAntiAlias(false);
20133 return sDebugPaint;
[all...]

Completed in 131 milliseconds