Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationBackground.java34 public class BackAnimationBackground { class
48 public BackAnimationBackground(RootTaskDisplayAreaOrganizer rootTaskDisplayAreaOrganizer) { in BackAnimationBackground() method in BackAnimationBackground
DCustomCrossActivityBackAnimation.kt40 background: BackAnimationBackground, in <lambda>()
61 background: BackAnimationBackground, in <lambda>()
DDefaultCrossActivityBackAnimation.kt32 background: BackAnimationBackground,
DCrossTaskBackAnimation.java104 private final BackAnimationBackground mBackground;
118 public CrossTaskBackAnimation(Context context, BackAnimationBackground background) { in CrossTaskBackAnimation()
DBackAnimationController.java174 private final BackAnimationBackground mAnimationBackground;
189 @NonNull BackAnimationBackground backAnimationBackground, in BackAnimationController()
214 @NonNull BackAnimationBackground backAnimationBackground, in BackAnimationController()
DCrossActivityBackAnimation.kt62 private val background: BackAnimationBackground, in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DWMShellBaseModule.java41 import com.android.wm.shell.back.BackAnimationBackground;
349 static BackAnimationBackground provideBackAnimationBackground( in provideBackAnimationBackground()
351 return new BackAnimationBackground(rootTaskDisplayAreaOrganizer); in provideBackAnimationBackground()
362 BackAnimationBackground backAnimationBackground, in provideBackAnimationController()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DCustomCrossActivityBackAnimationTest.kt62 @Mock private lateinit var backAnimationBackground: BackAnimationBackground
DBackAnimationControllerTest.java110 private BackAnimationBackground mAnimationBackground;