Searched refs:toSpec (Results 1 – 17 of 17) sorted by relevance
75 return CustomTileSpec(CustomTile.toSpec(component), component) in create()
311 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()
129 `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()
107 private val TILE_SPEC = CustomTile.toSpec(componentName)
191 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>()209 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>()
51 spec = CustomTile.toSpec(TEST_COMPONENT) in componentTile_UNAVAILABLE()
104 private static final String CUSTOM_TILE_SPEC = CustomTile.toSpec(CUSTOM_TILE);
170 val spec = CustomTile.toSpec(componentName) in isTileAlreadyAdded()
316 mServices.getHost().removeTile(CustomTile.toSpec(component));
558 public static String toSpec(ComponentName name) { in toSpec() method in CustomTile
123 return CustomTile.toSpec(component) in getTileSpec()
459 String spec = CustomTile.toSpec(tile); in addTile()471 if (newSpecs.remove(CustomTile.toSpec(tile))) { in removeTileByUser()
374 final String spec = CustomTile.toSpec(tile); in clickTile()
221 String spec = CustomTile.toSpec(componentName); in addPackageTiles()
138 mSafetySpec = safetySpecClass != null ? CustomTile.toSpec(new ComponentName(mContext in AutoTileManager()
2011 private void animateMagnificationSpecLocked(MagnificationSpec toSpec) { in animateMagnificationSpecLocked() argument2012 mEndMagnificationSpec.setTo(toSpec); in animateMagnificationSpecLocked()
104 private static final String TEST_CUSTOM_SAFETY_SPEC = CustomTile.toSpec(new ComponentName(