Searched refs:EDGE_TYPE_NONE (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1224 private int mEdgeType = CaptionStyle.EDGE_TYPE_NONE;
1284 || mEdgeType == CaptionStyle.EDGE_TYPE_NONE
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java303 public static final int EDGE_TYPE_NONE = 0; field in class:CaptioningManager.CaptionStyle
327 * <li>{@link #EDGE_TYPE_NONE}
338 * other than {@link #EDGE_TYPE_NONE}.
371 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE;
502 WHITE_ON_BLACK = new CaptionStyle(Color.WHITE, Color.BLACK, EDGE_TYPE_NONE,
504 BLACK_ON_WHITE = new CaptionStyle(Color.BLACK, Color.WHITE, EDGE_TYPE_NONE,
506 YELLOW_ON_BLACK = new CaptionStyle(Color.YELLOW, Color.BLACK, EDGE_TYPE_NONE,
508 YELLOW_ON_BLUE = new CaptionStyle(Color.YELLOW, Color.BLUE, EDGE_TYPE_NONE,

Completed in 31 milliseconds