Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSectionDecorationInfo.java54 public SectionDecorationHandler getDecorationHandler() { in getDecorationHandler() method in SectionDecorationInfo
DBaseAllAppsAdapter.java158 if (decorationInfo == null || decorationInfo.getDecorationHandler() == null) { in setDecorationFillAlpha()
161 decorationInfo.getDecorationHandler().setFillAlpha(alpha); in setDecorationFillAlpha()
DPrivateAppsSectionDecorator.java54 SectionDecorationHandler decorationHandler = info.getDecorationHandler(); in onDraw()