Home
last modified time | relevance | path

Searched refs:InvertedRoundedCornerDrawInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerRoundedCorner.java45 private InvertedRoundedCornerDrawInfo mTopLeftCorner;
46 private InvertedRoundedCornerDrawInfo mTopRightCorner;
47 private InvertedRoundedCornerDrawInfo mBottomLeftCorner;
48 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 DividerRoundedCorner
118 InvertedRoundedCornerDrawInfo(@RoundedCorner.Position int cornerPosition) { in InvertedRoundedCornerDrawInfo() method in DividerRoundedCorner.InvertedRoundedCornerDrawInfo