Searched defs:mEdgeType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java68 private int mEdgeType; field in class:SubtitleView
168 mEdgeType = edgeType;
280 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType;
324 final int edgeType = mEdgeType;
H A DAutoScrollHelper.java154 private int mEdgeType; field in class:AutoScrollHelper
353 mEdgeType = type;
627 switch (mEdgeType) {
634 } else if (mAnimating && (mEdgeType == EDGE_TYPE_INSIDE_EXTEND)) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DAutoScrollHelper.java154 private int mEdgeType; field in class:AutoScrollHelper
353 mEdgeType = type;
627 switch (mEdgeType) {
634 } else if (mAnimating && (mEdgeType == EDGE_TYPE_INSIDE_EXTEND)) {
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1271 private int mEdgeType = CaptionStyle.EDGE_TYPE_NONE; field in class:Cea608CCWidget.CCLineBox
1296 mEdgeType = captionStyle.edgeType;
1300 if (mEdgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) {
1329 if (mEdgeType == CaptionStyle.EDGE_TYPE_UNSPECIFIED
1330 || mEdgeType == CaptionStyle.EDGE_TYPE_NONE
1331 || mEdgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) {
1337 if (mEdgeType == CaptionStyle.EDGE_TYPE_OUTLINE) {
1380 final boolean raised = mEdgeType == CaptionStyle.EDGE_TYPE_RAISED;

Completed in 169 milliseconds