Searched defs:specs (Results 1 – 11 of 11) sorted by relevance
47 val specs = hotseatSpecsProvider.getSpecsByAspectRatio(aspectRatio) in parseValidFile() constant80 val specs = hotseatSpecsProvider.getSpecsByAspectRatio(aspectRatio) in parseValidLandscapeFile() constant
57 val specs = folderSpecs.getSpecsByAspectRatio(aspectRatio) in validate_matchWidthWorkspace() constant133 val specs = folderSpecs.getSpecsByAspectRatio(aspectRatio) in validate_matchHeightWorkspace() constant
51 val specs = allAppsSpecs.getSpecsByAspectRatio(aspectRatio) in parseValidFile() constant
51 val specs = workspaceSpecs.getSpecsByAspectRatio(aspectRatio) in parseValidFile() constant
48 val specs = folderSpecs.getSpecsByAspectRatio(aspectRatio) in parseValidFile() constant
44 val specs = mutableListOf<T>() in parseXML() constant
134 val specs = parser.parseXML(type, ::ResponsiveSpec) in <lambda>() constant
72 val specs = parser.parseXML(ResponsiveSpecType.Hotseat, ::HotseatSpec) in create() constant
72 val specs = parser.parseXML(ResponsiveSpecType.Cell, ::CellSpec) in <lambda>() constant
125 List<CaptivePortalProbeSpec> specs = new ArrayList<>(); in parseCaptivePortalProbeSpecs() local
3632 private void setFallbackSpecs(String specs) { in setFallbackSpecs()