Searched refs:mEdgeType (Results 1 – 4 of 4) sorted by relevance
155 private int mEdgeType; field in AutoScrollHelper354 mEdgeType = type; in setEdgeType()628 switch (mEdgeType) { in constrainEdgeValue()635 } else if (mAnimating && (mEdgeType == EDGE_TYPE_INSIDE_EXTEND)) { in constrainEdgeValue()
68 private int mEdgeType; field in SubtitleView168 mEdgeType = edgeType; in setEdgeType()280 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType; in setStyle()324 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()
1230 private int mEdgeType = CaptionStyle.EDGE_TYPE_NONE; field in ClosedCaptionWidget.CCLineBox1255 mEdgeType = captionStyle.edgeType; in setCaptionStyle()1259 if (mEdgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) { in setCaptionStyle()1289 if (mEdgeType == CaptionStyle.EDGE_TYPE_UNSPECIFIED in onDraw()1290 || mEdgeType == CaptionStyle.EDGE_TYPE_NONE in onDraw()1291 || mEdgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) { in onDraw()1297 if (mEdgeType == CaptionStyle.EDGE_TYPE_OUTLINE) { in onDraw()1340 final boolean raised = mEdgeType == CaptionStyle.EDGE_TYPE_RAISED; in drawEdgeRaisedOrDepressed()