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

/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java35 private static Path sBulletPath = null; field in class:BulletSpan
96 if (sBulletPath == null) {
97 sBulletPath = new Path();
99 sBulletPath.addCircle(0.0f, 0.0f, 1.2f * BULLET_RADIUS, Direction.CW);
104 c.drawPath(sBulletPath, p);

Completed in 50 milliseconds