Home | History | Annotate | Download | only in accessibility

Lines Matching refs:edgeType

317         public final int edgeType;
342 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor,
346 mHasEdgeType = edgeType != EDGE_TYPE_UNSPECIFIED;
354 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE;
376 overlay.edgeType : edgeType;
454 final int edgeType = Secure.getInt(
455 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_TYPE, defStyle.edgeType);
466 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor,