Searched refs:mEdgeType (Results 1 – 2 of 2) sorted by relevance
74 private int mEdgeType; field in SubtitleView178 mEdgeType = style.edgeType; in setStyle()298 if (mEdgeType == CaptionStyleCompat.EDGE_TYPE_OUTLINE) { in onDraw()304 } else if (mEdgeType == CaptionStyleCompat.EDGE_TYPE_DROP_SHADOW) { in onDraw()306 } else if (mEdgeType == CaptionStyleCompat.EDGE_TYPE_RAISED in onDraw()307 || mEdgeType == CaptionStyleCompat.EDGE_TYPE_DEPRESSED) { in onDraw()308 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()