Home
last modified time | relevance | path

Searched refs:toSpec (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/shared/
DTileSpec.kt75 return CustomTileSpec(CustomTile.toSpec(component), component) in create()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutState.kt311 toSpec: OverscrollSpecImpl?, in updateOverscrollSpecs()
314 toOverscrollSpec = toSpec in updateOverscrollSpecs()
480 toSpec = transitions.overscrollSpec(toScene, orientation), in startTransition()
483 transition.updateOverscrollSpecs(fromSpec = null, toSpec = null) in startTransition()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileServiceRequestControllerTest.kt129 `when`(qsHost.indexOf(CustomTile.toSpec(TEST_COMPONENT))).thenReturn(2) in tileAlreadyAdded_correctResult()
147 `when`(qsHost.indexOf(CustomTile.toSpec(TEST_COMPONENT))).thenReturn(2) in tileAlreadyAdded_logged()
344 `when`(qsHost.indexOf(CustomTile.toSpec(TEST_COMPONENT))).thenReturn(2) in commandQueueCallback_callbackCalled()
DCustomTileTest.kt107 private val TILE_SPEC = CustomTile.toSpec(componentName)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSFactoryImplTest.kt191 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>()
209 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DTileStateToProtoTest.kt51 spec = CustomTile.toSpec(TEST_COMPONENT) in componentTile_UNAVAILABLE()
DQSTileHostTest.java104 private static final String CUSTOM_TILE_SPEC = CustomTile.toSpec(CUSTOM_TILE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceRequestController.kt170 val spec = CustomTile.toSpec(componentName) in isTileAlreadyAdded()
DTileServiceManager.java316 mServices.getHost().removeTile(CustomTile.toSpec(component));
DCustomTile.java558 public static String toSpec(ComponentName name) { in toSpec() method in CustomTile
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
DCloseShadeRightAfterClickTestB339290820.kt123 return CustomTile.toSpec(component) in getTileSpec()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java459 String spec = CustomTile.toSpec(tile); in addTile()
471 if (newSpecs.remove(CustomTile.toSpec(tile))) { in removeTileByUser()
DQSPanelControllerBase.java374 final String spec = CustomTile.toSpec(tile); in clickTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java221 String spec = CustomTile.toSpec(componentName); in addPackageTiles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java138 mSafetySpec = safetySpecClass != null ? CustomTile.toSpec(new ComponentName(mContext in AutoTileManager()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java2011 private void animateMagnificationSpecLocked(MagnificationSpec toSpec) { in animateMagnificationSpecLocked() argument
2012 mEndMagnificationSpec.setTo(toSpec); in animateMagnificationSpecLocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java104 private static final String TEST_CUSTOM_SAFETY_SPEC = CustomTile.toSpec(new ComponentName(