Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java408 String spec = CustomTile.toSpec(tile); in addTile()
422 newSpecs.remove(CustomTile.toSpec(tile)); in removeTile()
DQSPanelControllerBase.java228 final String spec = CustomTile.toSpec(tile); in clickTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java233 String spec = CustomTile.toSpec(componentName); in addPackageTiles()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt66 val TILE_SPEC = CustomTile.toSpec(componentName)
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java1375 private void animateMagnificationSpecLocked(MagnificationSpec toSpec) { in animateMagnificationSpecLocked() argument
1376 mEndMagnificationSpec.setTo(toSpec); in animateMagnificationSpecLocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSTileHostTest.java95 private static final String CUSTOM_TILE_SPEC = CustomTile.toSpec(CUSTOM_TILE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java462 public static String toSpec(ComponentName name) { in toSpec() method in CustomTile