Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewControllerTest.java45 import com.android.wm.shell.animation.FlingAnimationUtils;
69 private FlingAnimationUtils.Builder mFlingAnimationUtilsBuilder;
71 private FlingAnimationUtils mFlingAnimationUtils;
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/
DAutoDismissHvacPanelOverlayViewController.java36 import com.android.wm.shell.animation.FlingAnimationUtils;
66 FlingAnimationUtils.Builder flingAnimationUtilsBuilder, in AutoDismissHvacPanelOverlayViewController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java36 import com.android.wm.shell.animation.FlingAnimationUtils;
85 private final FlingAnimationUtils mFlingAnimationUtils;
110 FlingAnimationUtils.Builder flingAnimationUtilsBuilder, in OverlayPanelViewController()
563 protected final FlingAnimationUtils getFlingAnimationUtils() { in getFlingAnimationUtils()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayPanelViewControllerTest.java44 import com.android.wm.shell.animation.FlingAnimationUtils;
67 private FlingAnimationUtils.Builder mFlingAnimationUtilsBuilder;
69 private FlingAnimationUtils mFlingAnimationUtils;
468 FlingAnimationUtils.Builder flingAnimationUtilsBuilder, in TestOverlayPanelViewController()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownTouchHandler.java38 import com.android.incallui.answer.impl.utils.FlingAnimationUtils;
143 private FlingAnimationUtils flingAnimationUtils;
180 flingAnimationUtils = new FlingAnimationUtils(context, .6f); in FlingUpDownTouchHandler()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewController.java38 import com.android.wm.shell.animation.FlingAnimationUtils;
62 FlingAnimationUtils.Builder flingAnimationUtilsBuilder, in HvacPanelOverlayViewController()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java26 public class FlingAnimationUtils { class
46 public FlingAnimationUtils(Context ctx, float maxLengthSeconds) { in FlingAnimationUtils() method in FlingAnimationUtils
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonView.java36 import com.android.incallui.answer.impl.utils.FlingAnimationUtils;
53 private final FlingAnimationUtils flingAnimationUtils;
128 flingAnimationUtils = new FlingAnimationUtils(context, 0.3f); in SwipeButtonView()
DSwipeButtonHelper.java28 import com.android.incallui.answer.impl.utils.FlingAnimationUtils;
43 private FlingAnimationUtils flingAnimationUtils;
126 flingAnimationUtils = new FlingAnimationUtils(context, 0.4f); in initDimens()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java62 import com.android.wm.shell.animation.FlingAnimationUtils;
144 FlingAnimationUtils.Builder flingAnimationUtilsBuilder, in NotificationPanelViewController()