Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
H A DOverlayPanelViewControllerTest.java69 private FlingAnimationUtils mFlingAnimationUtils; field in OverlayPanelViewControllerTest
86 when(mFlingAnimationUtilsBuilder.build()).thenReturn(mFlingAnimationUtils); in setUp()
200 verify(mFlingAnimationUtils).apply( in animateCollapsePanel_withOverlayFromTopBar_collapsesTowardsTopBar()
222 verify(mFlingAnimationUtils).apply( in animateCollapsePanel_withOverlayFromBottomBar_collapsesTowardsBottomBar()
278 verify(mFlingAnimationUtils).apply( in animateExpandPanel_withOverlayFromTopBar_expandsToBottom()
300 verify(mFlingAnimationUtils).apply( in animateExpandPanel_withOverlayFromBottomBar_expandsToTop()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java62 private final FlingAnimationUtils mFlingAnimationUtils; field in KeyguardAffordanceView
142 mFlingAnimationUtils = new FlingAnimationUtils(mContext.getResources().getDisplayMetrics(), in KeyguardAffordanceView()
244 mFlingAnimationUtils.applyDismissing(animatorToRadius, mCircleRadius, maxCircleSize, in finishAnimation()
262 mFlingAnimationUtils.applyDismissing(mPreviewClipper, mCircleRadius, maxCircleSize, in finishAnimation()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayPanelViewController.java85 private final FlingAnimationUtils mFlingAnimationUtils; field in OverlayPanelViewController
117 mFlingAnimationUtils = flingAnimationUtilsBuilder in OverlayPanelViewController()
540 return mFlingAnimationUtils; in getFlingAnimationUtils()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java75 private final FlingAnimationUtils mFlingAnimationUtils; field in SwipeHelper
149 mFlingAnimationUtils = new FlingAnimationUtils(resources.getDisplayMetrics(), in SwipeHelper()
445 mFlingAnimationUtils.applyDismissing(anim, getTranslation(animView), in dismissChild()
537 mFlingAnimationUtils.apply(anim, getTranslation(animView), targetLeft, velocity, in snapChild()
H A DExpandHelper.java109 private FlingAnimationUtils mFlingAnimationUtils; field in ExpandHelper
184 mFlingAnimationUtils = new FlingAnimationUtils(mContext.getResources().getDisplayMetrics(), in ExpandHelper()
619 mFlingAnimationUtils.apply(mScaleAnimation, currentHeight, targetHeight, velocity); in finishExpanding()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java48 private FlingAnimationUtils mFlingAnimationUtils; field in KeyguardAffordanceHelper
105 mFlingAnimationUtils = new FlingAnimationUtils(mContext.getResources().getDisplayMetrics(), in initDimens()
349 mFlingAnimationUtils.apply(animator, mTranslation, target, vel); in fling()
H A DPanelViewController.java141 private FlingAnimationUtils mFlingAnimationUtils; field in PanelViewController
250 mFlingAnimationUtils = flingAnimationUtilsBuilder in PanelViewController()
518 if (Math.abs(vectorVel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpands()
591 / (mFlingAnimationUtils.getHighVelocityPxPerSecond() in flingToHeight()
600 mFlingAnimationUtils.apply(animator, mExpandedHeight, in flingToHeight()
H A DNotificationPanelViewController.java367 private FlingAnimationUtils mFlingAnimationUtils; field in NotificationPanelViewController
922 mFlingAnimationUtils = mFlingAnimationUtilsBuilder.get() in loadDimens()
1848 if (Math.abs(vel) < mFlingAnimationUtils.getMinVelocityPxPerSecond()) { in flingExpandsQs()
2716 mFlingAnimationUtils.apply(animator, mQsExpansionHeight, target, vel); in flingSettings()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java140 private FlingAnimationUtils mFlingAnimationUtils; field in DividerView
303 mFlingAnimationUtils = new FlingAnimationUtils(getResources().getDisplayMetrics(), 0.3f); in onFinishInflate()
584 mFlingAnimationUtils.apply(anim, position, snapTarget.position, velocity); in fling()