Searched refs:CustomTileSpec (Results 1 – 3 of 3) sorted by relevance
51 data class CustomTileSpec dataClass69 spec.componentName?.let { CustomTileSpec(spec, it) } ?: Invalid73 fun create(component: ComponentName): CustomTileSpec {74 return CustomTileSpec(CustomTile.toSpec(component), component)
48 assertThat(tileSpec is TileSpec.CustomTileSpec).isTrue()50 assertThat((tileSpec as TileSpec.CustomTileSpec).componentName).isEqualTo(componentName)
225 tileSpec is TileSpec.CustomTileSpec &&285 val toFree = currentSpecsCopy.intersect(specs).filterIsInstance<TileSpec.CustomTileSpec>()299 val toFree = currentSpecsCopy.minus(specs).filterIsInstance<TileSpec.CustomTileSpec>()