Searched refs:EDGE_TYPE_NONE (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | CaptioningManager.java | 404 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 D | ClosedCaptionRenderer.java | 1271 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 54746 field public static final int EDGE_TYPE_NONE = 0; // 0x0
|