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

/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java34 private static final int BULLET_RADIUS = 3; field in class:BulletSpan
77 return 2 * BULLET_RADIUS + mGapWidth;
99 sBulletPath.addCircle(0.0f, 0.0f, 1.2f * BULLET_RADIUS, Direction.CW);
103 c.translate(x + dir * BULLET_RADIUS, (top + bottom) / 2.0f);
107 c.drawCircle(x + dir * BULLET_RADIUS, (top + bottom) / 2.0f, BULLET_RADIUS, p);

Completed in 43 milliseconds