Searched refs:widgetsMap (Results 1 – 2 of 2) sorted by relevance
41 val widgetsMap: Map<Rect, Int> = in compare() constant53 if (widgetsMap != otherWidgetMap) { in compare()
142 Map<ComponentKey, WidgetItem> widgetsMap = new HashMap<>(); in getAllWidgetComponentsWithoutShortcuts() local145 item -> widgetsMap.put(new ComponentKey(item.componentName, item.user), in getAllWidgetComponentsWithoutShortcuts()147 return widgetsMap; in getAllWidgetComponentsWithoutShortcuts()