Home
last modified time | relevance | path

Searched defs:animationController (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DActivityStarter.java57 @Nullable ActivityLaunchAnimator.Controller animationController); in startPendingIntentDismissingKeyguard()
65 @Nullable ActivityLaunchAnimator.Controller animationController) { in startActivity()
71 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
74 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
80 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard()
84 @Nullable ActivityLaunchAnimator.Controller animationController, in postStartActivityDismissingKeyguard()
93 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard()
116 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivityDismissingKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DQuickAccessWalletController.java221 ActivityLaunchAnimator.Controller animationController, in startQuickAccessUiIntent()
251 ActivityLaunchAnimator.Controller animationController) { in startQuickAccessViaIntent()
265 ActivityLaunchAnimator.Controller animationController) { in startQuickAccessViaPendingIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDeviceControlsTile.kt114 val animationController = view?.let { in handleClick() constant
DAlarmTile.kt77 val animationController = view?.let { in <lambda>() constant
DQRCodeScannerTile.java111 ActivityLaunchAnimator.Controller animationController = in handleClick() local
DQuickAccessWalletTile.java133 ActivityLaunchAnimator.Controller animationController = in handleClick() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuItemAccessibilityDelegate.java40 MenuAnimationController animationController) { in MenuItemAccessibilityDelegate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordPermissionDialog.kt89 val animationController = dialogLaunchAnimator.createActivityLaunchController(v!!) in <lambda>() constant
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRecentsAnimationControllerCompat.java36 public RecentsAnimationControllerCompat(IRecentsAnimationController animationController) { in RecentsAnimationControllerCompat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java187 View rootView, ActivityLaunchAnimator.Controller animationController) { in wrapAnimationControllerIfInStatusBar()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DRestartDialogWindowManager.java91 DialogAnimationController<RestartDialogLayout> animationController, in RestartDialogWindowManager()
DLetterboxEduWindowManager.java95 DialogAnimationController<LetterboxEduDialogLayout> animationController, in LetterboxEduWindowManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java426 ActivityLaunchAnimator.Controller animationController = in handleLongClick() local
430 animationController); in handleLongClick() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedDisplayAreaOrganizer.java135 OneHandedAnimationController animationController, in OneHandedDisplayAreaOrganizer()
DOneHandedController.java215 OneHandedAnimationController animationController = in create() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DActivityStarterImpl.kt557 val animationController = in <lambda>() constant
DStatusBarNotificationActivityStarter.java443 ActivityLaunchAnimator.Controller animationController = in startNotificationIntent() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractorParameterizedTest.kt222 @Mock private lateinit var animationController: ActivityLaunchAnimator.Controller in data() variable in com.android.systemui.keyguard.domain.interactor.KeyguardQuickAffordanceInteractorParameterizedTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
DQuickAccessWalletKeyguardQuickAffordanceConfigTest.kt168 val animationController: ActivityLaunchAnimator.Controller = mock() in <lambda>() constant
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java209 ArgumentCaptor<WindowInsetsAnimationController> animationController = in testControlsRevoked_duringAnim() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationControllerTest.java868 WindowMagnificationAnimationController animationController, in SpyWindowMagnificationController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java236 @NonNull WindowMagnificationAnimationController animationController, in WindowMagnificationController()