Searched refs:STUB_ANIMATION_CALLBACK (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | MagnificationAnimationCallback.java | 24 MagnificationAnimationCallback STUB_ANIMATION_CALLBACK = success -> { field
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | MagnificationProcessor.java | 24 import static android.view.accessibility.MagnificationAnimationCallback.STUB_ANIMATION_CALLBACK; 140 animate ? STUB_ANIMATION_CALLBACK : null, in setMagnificationConfig() 301 false, animate ? STUB_ANIMATION_CALLBACK : null); in resetCurrentMagnification()
|
H A D | WindowMagnificationManager.java | 21 import static android.view.accessibility.MagnificationAnimationCallback.STUB_ANIMATION_CALLBACK; 412 STUB_ANIMATION_CALLBACK); in onRectangleOnScreenRequested() 553 STUB_ANIMATION_CALLBACK, MAGNIFICATION_GESTURE_HANDLER_ID); in enableWindowMagnification() 592 STUB_ANIMATION_CALLBACK, windowPosition, MAGNIFICATION_GESTURE_HANDLER_ID); in enableWindowMagnification() 644 return disableWindowMagnification(displayId, clear, STUB_ANIMATION_CALLBACK); in disableWindowMagnification()
|
H A D | FullScreenMagnificationController.java | 22 import static android.view.accessibility.MagnificationAnimationCallback.STUB_ANIMATION_CALLBACK; 1165 return reset(displayId, animate ? STUB_ANIMATION_CALLBACK : null); in reset() 1237 animate ? STUB_ANIMATION_CALLBACK : null, id); in setCenter() 1787 return animate ? STUB_ANIMATION_CALLBACK : null; in transformToStubCallback()
|
H A D | MagnificationController.java | 985 mCurrentCenter.y, mAnimate ? STUB_ANIMATION_CALLBACK : null, in applyMagnificationModeLocked()
|