Searched refs:isInApp (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarViewController.java | 415 if (mTaskbarStashController.isInApp()) { in addBubble() 430 boolean isInApp = mTaskbarStashController.isInApp(); in animateBubbleNotification() 434 mBubbleBarViewAnimator.animateToInitialState(bubble, isInApp, isExpanding); in animateBubbleNotification() 439 if (isInApp && !isExpanding && !isExpanded()) { in animateBubbleNotification()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | ResetGestureInputConsumer.java | 52 /* toHome= */ tac != null && !tac.isInApp()); in onMotionEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/ |
D | BubbleBarViewAnimator.kt | 274 fun animateToInitialState(b: BubbleBarBubble, isInApp: Boolean, isExpanding: Boolean) { in <lambda>() 282 if (isInApp && !isExpanding) { in <lambda>()
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/ |
D | BubbleBarViewAnimatorTest.kt | 285 animator.animateToInitialState(bubble, isInApp = true, isExpanding = false) in animateToInitialState_inApp() 328 animator.animateToInitialState(bubble, isInApp = true, isExpanding = true) in animateToInitialState_inApp_autoExpanding() 362 animator.animateToInitialState(bubble, isInApp = false, isExpanding = false) in animateToInitialState_inHome()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarStashController.java | 422 public boolean isInApp() { in isInApp() method in TaskbarStashController 458 && isInApp() in getContentHeightToReportToApps() 649 if (duration > 0 && isInApp()) { in createAnimToIsStashed() 1109 TaskbarAutohideSuspendController.FLAG_AUTOHIDE_SUSPEND_IN_LAUNCHER, !isInApp()); in onStateChangeApplied()
|
D | TaskbarTranslationController.java | 120 if (mControllers.taskbarStashController.isInApp() in startSpring()
|
D | TaskbarActivityContext.java | 1193 if (isInApp()) { in launchFromTaskbar() 1544 public boolean isInApp() { in isInApp() method in TaskbarActivityContext 1545 return mControllers.taskbarStashController.isInApp(); in isInApp()
|
D | TaskbarLauncherStateController.java | 703 long resetDuration = mControllers.taskbarStashController.isInApp() in playStateTransitionAnim()
|