Searched refs:customSpec (Results 1 – 2 of 2) sorted by relevance
192 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>() constant193 assertThat(factory.createTile(customSpec)).isInstanceOf(CustomTile::class.java) in <lambda>()210 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>() constant211 val tile = factory.createTile(customSpec) as QSTileImpl<*> in <lambda>()
3230 TaskTransitionSpec customSpec = mWmService.mTaskTransitionSpec; in getTaskAnimationBackgroundColor() local3233 if (customSpec != null && customSpec.backgroundColor != 0) { in getTaskAnimationBackgroundColor()3234 return customSpec.backgroundColor; in getTaskAnimationBackgroundColor()