Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerRoundedCorner.java46 private InvertedRoundedCornerDrawInfo mTopRightCorner; field in DividerRoundedCorner
65 mTopRightCorner = new InvertedRoundedCornerDrawInfo(POSITION_TOP_RIGHT); in onAttachedToWindow()
79 mTopRightCorner.calculateStartPos(mStartPos); in onDraw()
81 canvas.drawPath(mTopRightCorner.mPath, mDividerBarBackground); in onDraw()