Home
last modified time | relevance | path

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

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