Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java159 setupEnableAnimationSpecs(scale, centerX, centerY); in enableWindowMagnification()
197 setupEnableAnimationSpecs(Float.NaN, centerX, centerY); in moveWindowMagnifierToPosition()
201 private void setupEnableAnimationSpecs(float scale, float centerX, float centerY) { in setupEnableAnimationSpecs() method in WindowMagnificationAnimationController