Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationHandler.java51 protected boolean mIsTopLeftRound; field in SectionDecorationHandler
69 mIsTopLeftRound = isTopLeftRound; in SectionDecorationHandler()
74 mIsTopRound = mIsTopLeftRound && mIsTopRightRound; in SectionDecorationHandler()
88 mIsTopLeftRound ? mCornerGroupRadius : 0, in initCorners()
89 mIsTopLeftRound ? mCornerGroupRadius : 0, // Top left radius in px in initCorners()
170 decorationHandler.mIsTopLeftRound, decorationHandler.mIsTopRightRound, in UnionDecorationHandler()
187 mIsTopLeftRound |= child.mIsTopLeftRound; in addChild()