Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerRoundedCorner.java118 InvertedRoundedCornerDrawInfo(@RoundedCorner.Position int cornerPosition) { in InvertedRoundedCornerDrawInfo() argument
119 mCornerPosition = cornerPosition; in InvertedRoundedCornerDrawInfo()
121 final RoundedCorner roundedCorner = getDisplay().getRoundedCorner(cornerPosition); in InvertedRoundedCornerDrawInfo()