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