Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationHandler.java53 protected boolean mIsBottomLeftRound; field in SectionDecorationHandler
71 mIsBottomLeftRound = isBottomLeftRound; in SectionDecorationHandler()
73 mIsBottomRound = mIsBottomLeftRound && mIsBottomRightRound; in SectionDecorationHandler()
94 mIsBottomLeftRound ? mCornerGroupRadius : 0, in initCorners()
95 mIsBottomLeftRound ? mCornerGroupRadius : 0 // Bottom left in initCorners()
171 decorationHandler.mIsBottomLeftRound, decorationHandler.mIsBottomRightRound); in UnionDecorationHandler()
184 mIsBottomLeftRound |= child.mIsBottomLeftRound; in addChild()