Home
last modified time | relevance | path

Searched refs:FlingAnimationUtils (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/dagger/
H A DBouncerSwipeModule.java29 import com.android.wm.shell.animation.FlingAnimationUtils;
76 public static FlingAnimationUtils providesSwipeToBouncerFlingAnimationUtilsClosing( in providesSwipeToBouncerFlingAnimationUtilsClosing()
77 Provider<FlingAnimationUtils.Builder> flingAnimationUtilsBuilderProvider) { in providesSwipeToBouncerFlingAnimationUtilsClosing()
91 public static FlingAnimationUtils providesSwipeToBouncerFlingAnimationUtilsOpening( in providesSwipeToBouncerFlingAnimationUtilsOpening()
92 Provider<FlingAnimationUtils.Builder> flingAnimationUtilsBuilderProvider) { in providesSwipeToBouncerFlingAnimationUtilsOpening()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java31 public class FlingAnimationUtils { class
57 public FlingAnimationUtils(DisplayMetrics displayMetrics, float maxLengthSeconds) { in FlingAnimationUtils() method in FlingAnimationUtils
67 public FlingAnimationUtils(DisplayMetrics displayMetrics, float maxLengthSeconds, in FlingAnimationUtils() method in FlingAnimationUtils
81 public FlingAnimationUtils(DisplayMetrics displayMetrics, float maxLengthSeconds, in FlingAnimationUtils() method in FlingAnimationUtils
461 public FlingAnimationUtils build() { in build()
462 return new FlingAnimationUtils(mDisplayMetrics, mMaxLengthSeconds, mSpeedUpFactor, in build()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandler.java46 import com.android.wm.shell.animation.FlingAnimationUtils;
92 private final FlingAnimationUtils mFlingAnimationUtils;
93 private final FlingAnimationUtils mFlingAnimationUtilsClosing;
219 FlingAnimationUtils flingAnimationUtils, in BouncerSwipeTouchHandler()
221 FlingAnimationUtils flingAnimationUtilsClosing, in BouncerSwipeTouchHandler()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerImpl.java44 import com.android.wm.shell.animation.FlingAnimationUtils;
94 private final FlingAnimationUtils mFlingAnimationUtils;
107 mFlingAnimationUtils = new FlingAnimationUtils(context.getResources().getDisplayMetrics(), in ExpandedViewAnimationControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java43 import com.android.wm.shell.animation.FlingAnimationUtils;
62 private final FlingAnimationUtils mFlingAnimationUtils;
142 mFlingAnimationUtils = new FlingAnimationUtils(mContext.getResources().getDisplayMetrics(), in KeyguardAffordanceView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java44 import com.android.wm.shell.animation.FlingAnimationUtils;
128 private FlingAnimationUtils mFlingAnimationUtils;
204 mFlingAnimationUtils = new FlingAnimationUtils(mContext.getResources().getDisplayMetrics(), in ExpandHelper()
H A DSwipeHelper.java55 import com.android.wm.shell.animation.FlingAnimationUtils;
87 private final FlingAnimationUtils mFlingAnimationUtils;
161 mFlingAnimationUtils = new FlingAnimationUtils(resources.getDisplayMetrics(), in SwipeHelper()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandlerTest.java53 import com.android.wm.shell.animation.FlingAnimationUtils;
82 FlingAnimationUtils mFlingAnimationUtils;
85 FlingAnimationUtils mFlingAnimationUtilsClosing;
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DBackAnimationController.java64 import com.android.wm.shell.animation.FlingAnimationUtils;
116 private FlingAnimationUtils mFlingAnimationUtils;
196 mFlingAnimationUtils = new FlingAnimationUtils.Builder(displayMetrics) in BackAnimationController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java178 import com.android.wm.shell.animation.FlingAnimationUtils;
437 FlingAnimationUtils.Builder flingAnimationUtilsBuilder = new FlingAnimationUtils.Builder( in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java230 import com.android.wm.shell.animation.FlingAnimationUtils;
317 private final Provider<FlingAnimationUtils.Builder> mFlingAnimationUtilsBuilder;
343 private final FlingAnimationUtils mFlingAnimationUtilsClosing;
344 private final FlingAnimationUtils mFlingAnimationUtilsDismissing;
409 private FlingAnimationUtils mFlingAnimationUtils;
717 Provider<FlingAnimationUtils.Builder> flingAnimationUtilsBuilder, in NotificationPanelViewController()
822 FlingAnimationUtils.Builder fauBuilder = flingAnimationUtilsBuilder.get(); in NotificationPanelViewController()