Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java248 if (lastView != null && (isShortcutContainer(lastView))) { in assignMarginsAndBackgrounds()
256 if (colors != null && isShortcutContainer(view)) { in assignMarginsAndBackgrounds()
261 if (view instanceof ViewGroup && isShortcutContainer(view)) { in assignMarginsAndBackgrounds()
299 boolean isShortcutContainer(View view) { in isShortcutContainer() method in ArrowPopup
584 if (isShortcutContainer(view)) { in fadeInChildViews()