Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationHandler.java54 protected boolean mIsBottomRightRound; field in SectionDecorationHandler
72 mIsBottomRightRound = isBottomRightRound; in SectionDecorationHandler()
73 mIsBottomRound = mIsBottomLeftRound && mIsBottomRightRound; in SectionDecorationHandler()
92 mIsBottomRightRound ? mCornerGroupRadius : 0, in initCorners()
93 mIsBottomRightRound ? mCornerGroupRadius : 0, // Bottom right in initCorners()
171 decorationHandler.mIsBottomLeftRound, decorationHandler.mIsBottomRightRound); in UnionDecorationHandler()
185 mIsBottomRightRound |= child.mIsBottomRightRound; in addChild()