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

/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java30 private final int mGapWidth; field in class:BulletSpan
39 mGapWidth = STANDARD_GAP_WIDTH;
45 mGapWidth = gapWidth;
51 mGapWidth = gapWidth;
57 mGapWidth = src.readInt();
81 dest.writeInt(mGapWidth);
87 return 2 * BULLET_RADIUS + mGapWidth;

Completed in 78 milliseconds