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

/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DTypefaceEmojiSpan.java40 private static Paint sDebugPaint; field in class:TypefaceEmojiSpan
62 if (sDebugPaint == null) {
63 sDebugPaint = new TextPaint();
64 sDebugPaint.setColor(EmojiCompat.get().getEmojiSpanIndicatorColor());
65 sDebugPaint.setStyle(Paint.Style.FILL);
67 return sDebugPaint;
/frameworks/base/core/java/android/view/
H A DView.java1594 private static Paint sDebugPaint; field in class:View
19114 if (sDebugPaint == null) {
19115 sDebugPaint = new Paint();
19116 sDebugPaint.setAntiAlias(false);
19118 return sDebugPaint;

Completed in 670 milliseconds