Searched refs:mEdgeType (Results 1 – 6 of 6) sorted by relevance
67 private int mEdgeType; field in SubtitleView175 mEdgeType = style.edgeType; in setStyle()296 if (mEdgeType == CaptionStyleCompat.EDGE_TYPE_OUTLINE) { in onDraw()302 } else if (mEdgeType == CaptionStyleCompat.EDGE_TYPE_DROP_SHADOW) { in onDraw()304 } else if (mEdgeType == CaptionStyleCompat.EDGE_TYPE_RAISED in onDraw()305 || mEdgeType == CaptionStyleCompat.EDGE_TYPE_DEPRESSED) { in onDraw()306 boolean raised = mEdgeType == CaptionStyleCompat.EDGE_TYPE_RAISED; in onDraw()
68 private int mEdgeType; field in SubtitleView168 mEdgeType = edgeType; in setEdgeType()283 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType; in setStyle()327 final int edgeType = mEdgeType; in onDraw()
154 private int mEdgeType; field in AutoScrollHelper353 mEdgeType = type; in setEdgeType()627 switch (mEdgeType) { in constrainEdgeValue()634 } else if (mAnimating && (mEdgeType == EDGE_TYPE_INSIDE_EXTEND)) { in constrainEdgeValue()
83 private EdgeTypePreference mEdgeType; field in CaptionAppearanceFragment268 mEdgeType = (EdgeTypePreference) mCustom.findPreference(PREF_EDGE_TYPE); in initializeAllPreferences()281 mEdgeType.setOnValueChangedListener(this); in installUpdateListeners()297 mEdgeType.setValue(attrs.edgeType); in updateAllPreferences()395 } else if (mEdgeType == preference) { in onValueChanged()
1271 private int mEdgeType = CaptionStyle.EDGE_TYPE_NONE; field in Cea608CCWidget.CCLineBox1296 mEdgeType = captionStyle.edgeType; in setCaptionStyle()1300 if (mEdgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) { in setCaptionStyle()1329 if (mEdgeType == CaptionStyle.EDGE_TYPE_UNSPECIFIED in onDraw()1330 || mEdgeType == CaptionStyle.EDGE_TYPE_NONE in onDraw()1331 || mEdgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) { in onDraw()1337 if (mEdgeType == CaptionStyle.EDGE_TYPE_OUTLINE) { in onDraw()1380 final boolean raised = mEdgeType == CaptionStyle.EDGE_TYPE_RAISED; in drawEdgeRaisedOrDepressed()
28124 Landroid/media/Cea608CCWidget$CCLineBox;->mEdgeType:I89634 Lcom/android/internal/widget/AutoScrollHelper;->mEdgeType:I89979 Lcom/android/internal/widget/SubtitleView;->mEdgeType:I