Searched refs:decorationHandler (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | PrivateAppsSectionDecorator.java | 54 SectionDecorationHandler decorationHandler = info.getDecorationHandler(); in onDraw() local 60 decorationHandler, parent.getPaddingLeft(), in onDraw() 62 unionHandler.addChild(decorationHandler, view); in onDraw() 65 decorationHandler.onFocusDraw(c, view); in onDraw() 68 for (SectionDecorationHandler.UnionDecorationHandler decorationHandler in onDraw() 70 decorationHandler.onGroupDecorate(c); in onDraw()
|
D | SectionDecorationHandler.java | 167 SectionDecorationHandler decorationHandler, in UnionDecorationHandler() argument 169 super(decorationHandler.mContext, decorationHandler.mFillAlpha, in UnionDecorationHandler() 170 decorationHandler.mIsTopLeftRound, decorationHandler.mIsTopRightRound, in UnionDecorationHandler() 171 decorationHandler.mIsBottomLeftRound, decorationHandler.mIsBottomRightRound); in UnionDecorationHandler()
|