Searched refs:InvertedRoundedCornerDrawInfo (Results 1 – 1 of 1) sorted by relevance
46 private InvertedRoundedCornerDrawInfo mTopLeftCorner;47 private InvertedRoundedCornerDrawInfo mTopRightCorner;48 private InvertedRoundedCornerDrawInfo mBottomLeftCorner;49 private InvertedRoundedCornerDrawInfo mBottomRightCorner;64 mTopLeftCorner = new InvertedRoundedCornerDrawInfo(POSITION_TOP_LEFT); in onAttachedToWindow()65 mTopRightCorner = new InvertedRoundedCornerDrawInfo(POSITION_TOP_RIGHT); in onAttachedToWindow()66 mBottomLeftCorner = new InvertedRoundedCornerDrawInfo(POSITION_BOTTOM_LEFT); in onAttachedToWindow()67 mBottomRightCorner = new InvertedRoundedCornerDrawInfo(POSITION_BOTTOM_RIGHT); in onAttachedToWindow()110 private class InvertedRoundedCornerDrawInfo { class in DividerRoundedCorner118 InvertedRoundedCornerDrawInfo(@RoundedCorner.Position int cornerPosition) { in InvertedRoundedCornerDrawInfo() method in DividerRoundedCorner.InvertedRoundedCornerDrawInfo