Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUserEventDispatcher.java106 LogContainerProvider firstParent = StatsLogUtils.getLaunchProviderRecursive(v); in fillLogContainer() local
107 if (v == null || !(v.getTag() instanceof ItemInfo) || firstParent == null) { in fillLogContainer()
111 firstParent.fillInLogContainerData(itemInfo, child, targets); in fillLogContainer()