Searched refs:mEdgeType (Results 1 – 2 of 2) sorted by relevance
72 private int mEdgeType; field in SubtitleView173 mEdgeType = style.edgeType; in setStyle()281 if (mEdgeType == CaptionStyleCompat.EDGE_TYPE_OUTLINE) { in onDraw()287 } else if (mEdgeType == CaptionStyleCompat.EDGE_TYPE_DROP_SHADOW) { in onDraw()289 } else if (mEdgeType == CaptionStyleCompat.EDGE_TYPE_RAISED in onDraw()290 || mEdgeType == CaptionStyleCompat.EDGE_TYPE_DEPRESSED) { in onDraw()291 boolean raised = mEdgeType == CaptionStyleCompat.EDGE_TYPE_RAISED; in onDraw()
89 private EdgeTypePreference mEdgeType; field in CaptionPropertiesFragment316 mEdgeType = (EdgeTypePreference) mCustom.findPreference(PREF_EDGE_TYPE); in initializeAllPreferences()329 mEdgeType.setOnValueChangedListener(this); in installUpdateListeners()345 mEdgeType.setValue(attrs.edgeType); in updateAllPreferences()445 } else if (mEdgeType == preference) { in onValueChanged()