Searched refs:supportedProfiles (Results 1 – 11 of 11) sorted by relevance
93 List<FiraProfile> supportedProfiles = new ArrayList<>(); in fromBytes() local104 supportedProfiles.add(profile); in fromBytes()113 return new FiraProfileSupportInfo(supportedProfiles.toArray(new FiraProfile[0])); in fromBytes()
149 DeviceProfile dp = idp.supportedProfiles.get(0); in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()171 DeviceProfile dp = idp.supportedProfiles.get(0); in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()261 idp.supportedProfiles = Collections.singletonList(profile); in createIDP()
192 LauncherAppState.getIDP(modelHelper.sandboxContext).supportedProfiles = in isDefaultIcon()193 LauncherAppState.getIDP(modelHelper.sandboxContext).supportedProfiles.map { in isDefaultIcon()
257 public List<DeviceProfile> supportedProfiles = Collections.EMPTY_LIST; field in InvariantDeviceProfile481 supportedProfiles = Collections.unmodifiableList(localSupportedProfiles); in initGrid()483 int numMinShownHotseatIconsForTablet = supportedProfiles in initGrid()490 supportedProfiles in initGrid()875 DeviceProfile bestMatch = supportedProfiles.get(0); in getBestMatch()878 for (DeviceProfile profile : supportedProfiles) { in getBestMatch()
267 LauncherAppState.getIDP(launcher).supportedProfiles.any(DeviceProfile::isTwoPanels) && in <lambda>()
50 for (DeviceProfile profile : LauncherAppState.getIDP(context).supportedProfiles) { in getWidgetSizesDp()
113 for (DeviceProfile dp : idp.supportedProfiles) { in initSpans()
158 .supportedProfiles.stream().anyMatch(dp -> dp.isTwoPanels); in onClickAppPairIcon()
610 for (deviceProfile in idp.supportedProfiles) { in logWidgetInfo()
605 List<FolderGridOrganizer> verifiers = mIDP.supportedProfiles in processFolderItems()
2782 final ArrayList<Integer> supportedProfiles = new ArrayList<Integer>(); in getSupportedProfiles() local2792 supportedProfiles.add(i); in getSupportedProfiles()2798 supportedProfiles.add(BluetoothProfile.HEARING_AID); in getSupportedProfiles()2806 return supportedProfiles; in getSupportedProfiles()