Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationHandler.java52 protected boolean mIsTopRightRound; field in SectionDecorationHandler
70 mIsTopRightRound = isTopRightRound; in SectionDecorationHandler()
74 mIsTopRound = mIsTopLeftRound && mIsTopRightRound; in SectionDecorationHandler()
90 mIsTopRightRound ? mCornerGroupRadius : 0, in initCorners()
91 mIsTopRightRound ? mCornerGroupRadius : 0, // Top right radius in px in initCorners()
170 decorationHandler.mIsTopLeftRound, decorationHandler.mIsTopRightRound, in UnionDecorationHandler()
188 mIsTopRightRound |= child.mIsTopRightRound; in addChild()