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.java49 protected boolean mIsTopLeftRound; field in SectionDecorationHandler
65 mIsTopLeftRound = isTopLeftRound; in SectionDecorationHandler()
70 mIsTopRound = mIsTopLeftRound && mIsTopRightRound; in SectionDecorationHandler()
84 mIsTopLeftRound ? mCornerGroupRadius : 0, in initCorners()
85 mIsTopLeftRound ? mCornerGroupRadius : 0, // Top left radius in px in initCorners()
166 decorationHandler.mIsTopLeftRound, decorationHandler.mIsTopRightRound, in UnionDecorationHandler()
183 mIsTopLeftRound |= child.mIsTopLeftRound; in addChild()