Home
last modified time | relevance | path

Searched refs:AnimationType (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimator.java55 private @AnimationType int mAnimationType;
161 @AnimationType int type,
200 @AnimationType int type) {
239 @AnimationType
340 final @AnimationType int animationType = mAnimationType;
438 Transaction t, @AnimationType int type, int width, int height, int x, int y,
571 @interface AnimationType {}
576 static String animationTypeToString(@AnimationType int type) {
596 void onAnimationFinished(@AnimationType int type, AnimationAdapter anim);
H A DWallpaperAnimationAdapter.java31 import com.android.server.wm.SurfaceAnimator.AnimationType;
46 private @AnimationType int mLastAnimationType;
122 @AnimationType int getLastAnimationType() { in getLastAnimationType()
141 @AnimationType int type, in startAnimation()
H A DAnimationAdapter.java25 import com.android.server.wm.SurfaceAnimator.AnimationType;
55 void startAnimation(SurfaceControl animationLeash, Transaction t, @AnimationType int type, in startAnimation()
H A DLocalAnimationAdapter.java28 import com.android.server.wm.SurfaceAnimator.AnimationType;
55 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
H A DWindowContainerThumbnail.java45 import com.android.server.wm.SurfaceAnimator.AnimationType;
132 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished()
H A DNonAppWindowAnimationAdapter.java50 private @SurfaceAnimator.AnimationType int mLastAnimationType;
173 @SurfaceAnimator.AnimationType
H A DRemoteAnimationController.java46 import com.android.server.wm.SurfaceAnimator.AnimationType;
459 private @AnimationType int mAnimationType;
481 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
H A DDimmer.java32 import com.android.server.wm.SurfaceAnimator.AnimationType;
161 AnimationAdapter anim, boolean hidden, @AnimationType int type); in startAnimation()
H A DWindowContainer.java102 import com.android.server.wm.SurfaceAnimator.AnimationType;
2567 @AnimationType int type, in startAnimation()
2582 @AnimationType int type, in startAnimation()
2589 @AnimationType int type) { in startAnimation()
3006 private void doAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in doAnimationFinished()
3019 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished()
3609 @AnimationType int type, @Nullable AnimationAdapter snapshotAnim) -> { in build()
3619 @AnimationType int type, @Nullable AnimationAdapter snapshotAnim); in startAnimation()
H A DInsetsSourceProvider.java58 import com.android.server.wm.SurfaceAnimator.AnimationType;
604 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
H A DRecentsAnimationController.java77 import com.android.server.wm.SurfaceAnimator.AnimationType;
1216 private @AnimationType int mLastAnimationType;
1357 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlRunner.java21 import android.view.InsetsController.AnimationType;
75 @AnimationType int getAnimationType(); in getAnimationType()
H A DImeInsetsSourceConsumer.java22 import static android.view.InsetsController.AnimationType;
73 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
H A DInsetsController.java304 @interface AnimationType { annotation in InsetsController
507 final @AnimationType int type;
523 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest()
540 final @AnimationType int animationType;
714 @AnimationType int animationType = getAnimationType(type); in updateState()
950 @AnimationType int animationType = getAnimationType(internalType); in show()
989 @AnimationType int animationType = getAnimationType(internalType); in hide()
1014 @AnimationType int animationType) { in controlWindowInsetsAnimation()
1034 @AnimationType int animationType, in controlAnimationUnchecked()
1142 @AnimationType int animationType) { in collectSourceControls()
[all …]
H A DInsetsSourceConsumer.java20 import static android.view.InsetsController.AnimationType;
232 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
330 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
H A DInsetsAnimationThreadControlRunner.java31 import android.view.InsetsController.AnimationType;
113 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
H A DInsetsAnimationControlImpl.java29 import static android.view.InsetsController.AnimationType;
90 private final @AnimationType int mAnimationType;
115 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
226 public @AnimationType int getAnimationType() { in getAnimationType()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DAnimationView.java48 public @interface AnimationType {} annotation in AnimationView
97 FragmentTransaction ft, @AnimationType int anim, Bundle args) { in setupAnimations()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java98 public @interface AnimationType {} annotation in PipMenuView
378 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
384 boolean resize, @AnimationType int animationType) { in hideMenu()
583 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java62 public @interface AnimationType {} annotation in PipAnimationController
247 private final @AnimationType int mAnimationType;
264 @AnimationType int animationType, Rect destinationBounds, T baseValue, T startValue, in PipTransitionAnimator()
317 @AnimationType public int getAnimationType() { in getAnimationType()
H A DPipTransition.java65 private @PipAnimationController.AnimationType int mOneShotAnimationType = ANIM_TYPE_BOUNDS;
95 private void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDimmerTests.java39 import com.android.server.wm.SurfaceAnimator.AnimationType;
118 AnimationAdapter anim, boolean hidden, @AnimationType int type) { in startAnimation()
H A DSurfaceAnimatorTest.java45 import com.android.server.wm.SurfaceAnimator.AnimationType;
324 @AnimationType int mFinishedAnimationType;
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DFilesActivity.java57 import com.android.documentsui.dirlist.AnimationView.AnimationType;
336 public void refreshDirectory(@AnimationType int anim) { in refreshDirectory()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java24 import static android.view.InsetsController.AnimationType;
671 final @AnimationType int expectedAnimationType = in testResizeAnimation_insetsTypes()
680 @AnimationType int expectedAnimationType) { in doTestResizeAnimation_insetsTypes()

12