Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowAnimationSpecTest.java63 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(a, null, in testApply_clipNone() local
66 windowAnimationSpec.apply(mTransaction, mSurfaceControl, 0); in testApply_clipNone()
73 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, null, in testApply_clipAfter() local
76 windowAnimationSpec.apply(mTransaction, mSurfaceControl, 0); in testApply_clipAfter()
84 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, in testApply_clipAfterOffsetPosition() local
87 windowAnimationSpec.apply(mTransaction, mSurfaceControl, 0); in testApply_clipAfterOffsetPosition()
95 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, null, in testApply_setCornerRadius_noClip() local
99 windowAnimationSpec.apply(mTransaction, mSurfaceControl, 0); in testApply_setCornerRadius_noClip()
/frameworks/base/services/core/java/com/android/server/wm/
DNavBarFadeAnimationController.java123 NavFadeAnimationAdapter(AnimationSpec windowAnimationSpec, in NavFadeAnimationAdapter() argument
126 super(windowAnimationSpec, surfaceAnimationRunner, show, token); in NavFadeAnimationAdapter()
DFadeAnimationController.java138 FadeAnimationAdapter(AnimationSpec windowAnimationSpec, in FadeAnimationAdapter() argument
141 super(windowAnimationSpec, surfaceAnimationRunner); in FadeAnimationAdapter()