Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowAnimationSpecTest.java63 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(a, null, in testApply_clipNone()
73 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, null, in testApply_clipAfter()
84 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, in testApply_clipAfterOffsetPosition()
95 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, null, in testApply_setCornerRadius_noClip()
H A DSurfaceAnimationRunnerTest.java234 return new WindowAnimationSpec(a, new Point(0, 0), false /* canSkipFirstFrame */, in createTranslateAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimationSpec.java44 public class WindowAnimationSpec implements AnimationSpec { class
56 public WindowAnimationSpec(Animation animation, Point position, boolean canSkipFirstFrame, in WindowAnimationSpec() method in WindowAnimationSpec
62 public WindowAnimationSpec(Animation animation, Point position, Rect rootTaskBounds, in WindowAnimationSpec() method in WindowAnimationSpec
79 public WindowAnimationSpec asWindowAnimationSpec() { in asWindowAnimationSpec()
H A DLocalAnimationAdapter.java178 default WindowAnimationSpec asWindowAnimationSpec() { in asWindowAnimationSpec()
H A DShellRoot.java131 new WindowAnimationSpec(anim, new Point(0, 0), false /* canSkipFirstFrame */, in startAnimation()
H A DWindowContainerThumbnail.java117 new WindowAnimationSpec(anim, position, in startAnimation()
H A DScreenRotationAnimation.java747 private WindowAnimationSpec createWindowAnimationSpec(Animation mAnimation) { in createWindowAnimationSpec()
748 return new WindowAnimationSpec(mAnimation, new Point(0, 0) /* position */, in createWindowAnimationSpec()
H A DSurfaceAnimationRunner.java189 final WindowAnimationSpec animationSpec = a.asWindowAnimationSpec(); in startAnimation()
H A DWindowContainer.java3236 new WindowAnimationSpec(a, mTmpPoint, mTmpRect, in getAnimationAdapter()
H A DWindowState.java4975 new WindowAnimationSpec(anim, mSurfacePosition, false /* canSkipFirstFrame */, in startAnimation()
/aosp14/frameworks/base/core/proto/android/server/
H A Danimationadapter.proto56 /* represents WindowAnimationSpec */
/aosp14/frameworks/base/services/
H A Dart-profile11698 HPLcom/android/server/wm/WindowAnimationSpec;-><init>(Landroid/view/animation/Animation;Landroid/gr…
11699 HPLcom/android/server/wm/WindowAnimationSpec;->apply(Landroid/view/SurfaceControl$Transaction;Landr…