Home
last modified time | relevance | path

Searched refs:customSpec (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSFactoryImplTest.kt192 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) regex
193 assertThat(factory.createTile(customSpec)).isInstanceOf(CustomTile::class.java)
210 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) regex
211 val tile = factory.createTile(customSpec) as QSTileImpl<*>
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java3341 TaskTransitionSpec customSpec = mWmService.mTaskTransitionSpec; in getTaskAnimationBackgroundColor() local
3344 if (customSpec != null && customSpec.backgroundColor != 0) { in getTaskAnimationBackgroundColor()
3345 return customSpec.backgroundColor; in getTaskAnimationBackgroundColor()