Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java815 private void animateMagnificationSpecLocked(MagnificationSpec toSpec) { in animateMagnificationSpecLocked() argument
816 mTransformationAnimator.setObjectValues(mSentMagnificationSpec, toSpec); in animateMagnificationSpecLocked()
875 MagnificationSpec toSpec) { in evaluate() argument
877 result.scale = fromSpec.scale + (toSpec.scale - fromSpec.scale) * fraction; in evaluate()
878 result.offsetX = fromSpec.offsetX + (toSpec.offsetX - fromSpec.offsetX) * fraction; in evaluate()
879 result.offsetY = fromSpec.offsetY + (toSpec.offsetY - fromSpec.offsetY) * fraction; in evaluate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQSTileHost.java386 newSpecs.add(0, CustomTile.toSpec(tile)); in addTile()
392 newSpecs.remove(CustomTile.toSpec(tile)); in removeTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java152 String spec = CustomTile.toSpec(componentName); in doInBackground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTile.java326 public static String toSpec(ComponentName name) { in toSpec() method in CustomTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java483 final String spec = CustomTile.toSpec(tile); in clickTile()