Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerRoundedCorner.java48 private InvertedRoundedCornerDrawInfo mBottomRightCorner; field in DividerRoundedCorner
67 mBottomRightCorner = new InvertedRoundedCornerDrawInfo(POSITION_BOTTOM_RIGHT); in onAttachedToWindow()
89 mBottomRightCorner.calculateStartPos(mStartPos); in onDraw()
91 canvas.drawPath(mBottomRightCorner.mPath, mDividerBarBackground); in onDraw()