Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationInfo.java34 protected boolean mIsTopRound; field in SectionDecorationInfo
45 mIsTopRound = isFlagEnabled(roundRegions, ROUND_TOP_LEFT) && in SectionDecorationInfo()
71 return mIsTopRound; in isTopRound()
DSectionDecorationHandler.java56 protected boolean mIsTopRound; field in SectionDecorationHandler
74 mIsTopRound = mIsTopLeftRound && mIsTopRightRound; in SectionDecorationHandler()
186 mIsTopRound |= child.mIsTopRound; in addChild()