Home
last modified time | relevance | path

Searched refs:EDGE_TYPE_NONE (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java404 public static final int EDGE_TYPE_NONE = 0; field in CaptioningManager.CaptionStyle
472 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE; in CaptionStyle()
603 WHITE_ON_BLACK = new CaptionStyle(Color.WHITE, Color.BLACK, EDGE_TYPE_NONE,
605 BLACK_ON_WHITE = new CaptionStyle(Color.BLACK, Color.WHITE, EDGE_TYPE_NONE,
607 YELLOW_ON_BLACK = new CaptionStyle(Color.YELLOW, Color.BLACK, EDGE_TYPE_NONE,
609 YELLOW_ON_BLUE = new CaptionStyle(Color.YELLOW, Color.BLUE, EDGE_TYPE_NONE,
/aosp14/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1271 private int mEdgeType = CaptionStyle.EDGE_TYPE_NONE;
1330 || mEdgeType == CaptionStyle.EDGE_TYPE_NONE in onDraw()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt54746 field public static final int EDGE_TYPE_NONE = 0; // 0x0