Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationInfo.java35 protected boolean mIsBottomRound; field in SectionDecorationInfo
47 mIsBottomRound = isFlagEnabled(roundRegions, ROUND_BOTTOM_LEFT) && in SectionDecorationInfo()
75 return mIsBottomRound; in isBottomRound()
DSectionDecorationHandler.java55 protected boolean mIsBottomRound; field in SectionDecorationHandler
73 mIsBottomRound = mIsBottomLeftRound && mIsBottomRightRound; in SectionDecorationHandler()
183 mIsBottomRound |= child.mIsBottomRound; in addChild()