Searched refs:SectionDecorationHandler (Results 1 – 3 of 3) sorted by relevance
41 HashMap<String, SectionDecorationHandler.UnionDecorationHandler> deferredDecorations = in onDraw()54 SectionDecorationHandler decorationHandler = info.getDecorationHandler(); in onDraw()56 SectionDecorationHandler.UnionDecorationHandler unionHandler = in onDraw()59 new SectionDecorationHandler.UnionDecorationHandler( in onDraw()68 for (SectionDecorationHandler.UnionDecorationHandler decorationHandler in onDraw()
33 private SectionDecorationHandler mDecorationHandler;39 new SectionDecorationHandler(context, DECORATOR_ALPHA, in SectionDecorationInfo()54 public SectionDecorationHandler getDecorationHandler() { in getDecorationHandler()
33 public class SectionDecorationHandler { class58 public SectionDecorationHandler(Context context, int fillAlpha, boolean isTopLeftRound, in SectionDecorationHandler() method in SectionDecorationHandler161 public static class UnionDecorationHandler extends SectionDecorationHandler {167 SectionDecorationHandler decorationHandler, in UnionDecorationHandler()179 public void addChild(SectionDecorationHandler child, View view) { in addChild()