Home
last modified time | relevance | path

Searched refs:RotationTouchHelper (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DAccessibilityInputConsumer.java34 import com.android.quickstep.RotationTouchHelper;
50 private final RotationTouchHelper mRotationHelper;
72 mRotationHelper = RotationTouchHelper.INSTANCE.get(context); in AccessibilityInputConsumer()
DDeviceLockedInputConsumer.java56 import com.android.quickstep.RotationTouchHelper;
87 private final RotationTouchHelper mRotationTouchHelper;
125 mRotationTouchHelper = RotationTouchHelper.INSTANCE.get(mContext); in DeviceLockedInputConsumer()
DOtherActivityInputConsumer.java59 import com.android.quickstep.RotationTouchHelper;
88 private final RotationTouchHelper mRotationTouchHelper;
166 mRotationTouchHelper = RotationTouchHelper.INSTANCE.get(this); in OtherActivityInputConsumer()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/dagger/
DQuickstepBaseAppComponent.java26 import com.android.quickstep.RotationTouchHelper;
61 RotationTouchHelper getRotationTouchHelper(); in getRotationTouchHelper()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRotationTouchHelper.java60 public class RotationTouchHelper implements DisplayInfoChangeListener { class
62 public static final DaggerSingletonObject<RotationTouchHelper> INSTANCE =
138 RotationTouchHelper(@ApplicationContext Context context, in RotationTouchHelper() method in RotationTouchHelper
DRecentsAnimationDeviceState.java119 private final RotationTouchHelper mRotationTouchHelper;
151 RotationTouchHelper rotationTouchHelper, in RecentsAnimationDeviceState()
DSwipeUpAnimationLogic.java95 RotationTouchHelper rotationTouchHelper = RotationTouchHelper.INSTANCE.get(context); in SwipeUpAnimationLogic()
DTouchInteractionService.java523 private RotationTouchHelper mRotationTouchHelper;
594 mRotationTouchHelper = RotationTouchHelper.INSTANCE.get(this); in onCreate()
DAbsSwipeUpHandler.java674 RotationTouchHelper.INSTANCE.get(mContext) in onLauncherPresentAndGestureStarted()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/
DLauncherSwipeHandlerV2Test.kt91 .bindRotationHelper(mock(RotationTouchHelper::class.java)) in setup()
139 @BindsInstance fun bindRotationHelper(helper: RotationTouchHelper): Builder
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DInputConsumerUtilsTest.java139 .bindRotationHelper(mock(RotationTouchHelper.class)) in setupDaggerGraphOverrides()
628 @BindsInstance Builder bindRotationHelper(RotationTouchHelper helper); in bindRotationHelper()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java198 import com.android.quickstep.RotationTouchHelper;
4879 RotationTouchHelper rotationTouchHelper = RotationTouchHelper.INSTANCE.get(getContext()); in reapplyActiveRotation()