Searched refs:componentList (Results 1 – 2 of 2) sorted by relevance
106 ArrayList<ComponentName> componentList; in restoreState() local108 componentList = bundle.getParcelableArrayList( in restoreState()111 componentList = bundle.getParcelableArrayList( in restoreState()117 if (componentList != null) { in restoreState()118 mDisplayedWidgets = new HashSet<>(componentList); in restoreState()
123 List<TypeElement> componentList = generateComponentList(); in generateRootComponent() local129 for (TypeElement componentWithSuperInterface : componentList) { in generateRootComponent()