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

/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java166 public void setEdgeType(int edgeType) { argument
167 mEdgeType = edgeType;
279 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType;
323 final int edgeType = mEdgeType;
324 if (edgeType == CaptionStyle.EDGE_TYPE_OUTLINE) {
333 } else if (edgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) {
335 } else if (edgeType == CaptionStyle.EDGE_TYPE_RAISED
336 || edgeType == CaptionStyle.EDGE_TYPE_DEPRESSED) {
337 final boolean raised = edgeType
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java334 public final int edgeType; field in class:CaptioningManager.CaptionStyle
359 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, argument
363 mHasEdgeType = edgeType != EDGE_TYPE_UNSPECIFIED;
371 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE;
407 overlay.edgeType : edgeType;
485 final int edgeType = Secure.getInt(
486 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_TYPE, defStyle.edgeType);
497 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColo
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 190 milliseconds