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.java52 protected boolean mIsBottomRightRound; field in SectionDecorationHandler
68 mIsBottomRightRound = isBottomRightRound; in SectionDecorationHandler()
69 mIsBottomRound = mIsBottomLeftRound && mIsBottomRightRound; in SectionDecorationHandler()
88 mIsBottomRightRound ? mCornerGroupRadius : 0, in initCorners()
89 mIsBottomRightRound ? mCornerGroupRadius : 0, // Bottom right in initCorners()
167 decorationHandler.mIsBottomLeftRound, decorationHandler.mIsBottomRightRound); in UnionDecorationHandler()
181 mIsBottomRightRound |= child.mIsBottomRightRound; in addChild()