HomeSort by relevance Sort by last modified time
    Searched defs:STANDARD_COLOR (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/text/style/
QuoteSpan.java 75 public static final int STANDARD_COLOR = 0xff0000ff;
88 this(STANDARD_COLOR, STANDARD_STRIPE_WIDTH_PX, STANDARD_GAP_WIDTH_PX);
BulletSpan.java 70 private static final int STANDARD_COLOR = 0;
85 this(STANDARD_GAP_WIDTH, STANDARD_COLOR, false, STANDARD_BULLET_RADIUS);
94 this(gapWidth, STANDARD_COLOR, false, STANDARD_BULLET_RADIUS);

Completed in 317 milliseconds