Searched refs:mHasEdgeType (Results 1 – 2 of 2) sorted by relevance
453 private final boolean mHasEdgeType; field in CaptioningManager.CaptionStyle464 mHasEdgeType = edgeType != EDGE_TYPE_UNSPECIFIED; in CaptionStyle()472 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE; in CaptionStyle()543 return mHasEdgeType; in hasEdgeType()
58827 Landroid/view/accessibility/CaptioningManager$CaptionStyle;->mHasEdgeType:Z