Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/dagger/
DBouncerSwipeModule.java29 import com.android.wm.shell.animation.FlingAnimationUtils;
79 public static FlingAnimationUtils providesSwipeToBouncerFlingAnimationUtilsClosing( in providesSwipeToBouncerFlingAnimationUtilsClosing()
80 Provider<FlingAnimationUtils.Builder> flingAnimationUtilsBuilderProvider) { in providesSwipeToBouncerFlingAnimationUtilsClosing()
94 public static FlingAnimationUtils providesSwipeToBouncerFlingAnimationUtilsOpening( in providesSwipeToBouncerFlingAnimationUtilsOpening()
95 Provider<FlingAnimationUtils.Builder> flingAnimationUtilsBuilderProvider) { in providesSwipeToBouncerFlingAnimationUtilsOpening()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandler.java45 import com.android.wm.shell.animation.FlingAnimationUtils;
92 private final FlingAnimationUtils mFlingAnimationUtils;
93 private final FlingAnimationUtils mFlingAnimationUtilsClosing;
214 FlingAnimationUtils flingAnimationUtils, in BouncerSwipeTouchHandler()
216 FlingAnimationUtils flingAnimationUtilsClosing, in BouncerSwipeTouchHandler()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerImpl.java42 import com.android.wm.shell.animation.FlingAnimationUtils;
90 private final FlingAnimationUtils mFlingAnimationUtils;
103 mFlingAnimationUtils = new FlingAnimationUtils(context.getResources().getDisplayMetrics(), in ExpandedViewAnimationControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java43 import com.android.wm.shell.animation.FlingAnimationUtils;
62 private final FlingAnimationUtils mFlingAnimationUtils;
142 mFlingAnimationUtils = new FlingAnimationUtils(mContext.getResources().getDisplayMetrics(), in KeyguardAffordanceView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java45 import com.android.wm.shell.animation.FlingAnimationUtils;
129 private FlingAnimationUtils mFlingAnimationUtils;
205 mFlingAnimationUtils = new FlingAnimationUtils(mContext.getResources().getDisplayMetrics(), in ExpandHelper()
DSwipeHelper.java56 import com.android.wm.shell.animation.FlingAnimationUtils;
88 private final FlingAnimationUtils mFlingAnimationUtils;
162 mFlingAnimationUtils = new FlingAnimationUtils(resources.getDisplayMetrics(), in SwipeHelper()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandlerTest.java57 import com.android.wm.shell.animation.FlingAnimationUtils;
87 FlingAnimationUtils mFlingAnimationUtils;
90 FlingAnimationUtils mFlingAnimationUtilsClosing;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java203 import com.android.wm.shell.animation.FlingAnimationUtils;
539 FlingAnimationUtils.Builder flingAnimationUtilsBuilder = new FlingAnimationUtils.Builder( in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java242 import com.android.wm.shell.animation.FlingAnimationUtils;
324 private final Provider<FlingAnimationUtils.Builder> mFlingAnimationUtilsBuilder;
350 private final FlingAnimationUtils mFlingAnimationUtilsClosing;
351 private final FlingAnimationUtils mFlingAnimationUtilsDismissing;
412 private FlingAnimationUtils mFlingAnimationUtils;
720 Provider<FlingAnimationUtils.Builder> flingAnimationUtilsBuilder, in NotificationPanelViewController()
843 FlingAnimationUtils.Builder fauBuilder = flingAnimationUtilsBuilder.get(); in NotificationPanelViewController()