Searched refs:RotationTouchHelper (Results 1 – 12 of 12) sorted by relevance
34 import com.android.quickstep.RotationTouchHelper;50 private final RotationTouchHelper mRotationHelper;72 mRotationHelper = RotationTouchHelper.INSTANCE.get(context); in AccessibilityInputConsumer()
56 import com.android.quickstep.RotationTouchHelper;87 private final RotationTouchHelper mRotationTouchHelper;125 mRotationTouchHelper = RotationTouchHelper.INSTANCE.get(mContext); in DeviceLockedInputConsumer()
59 import com.android.quickstep.RotationTouchHelper;88 private final RotationTouchHelper mRotationTouchHelper;166 mRotationTouchHelper = RotationTouchHelper.INSTANCE.get(this); in OtherActivityInputConsumer()
26 import com.android.quickstep.RotationTouchHelper;61 RotationTouchHelper getRotationTouchHelper(); in getRotationTouchHelper()
60 public class RotationTouchHelper implements DisplayInfoChangeListener { class62 public static final DaggerSingletonObject<RotationTouchHelper> INSTANCE =138 RotationTouchHelper(@ApplicationContext Context context, in RotationTouchHelper() method in RotationTouchHelper
119 private final RotationTouchHelper mRotationTouchHelper;151 RotationTouchHelper rotationTouchHelper, in RecentsAnimationDeviceState()
95 RotationTouchHelper rotationTouchHelper = RotationTouchHelper.INSTANCE.get(context); in SwipeUpAnimationLogic()
523 private RotationTouchHelper mRotationTouchHelper;594 mRotationTouchHelper = RotationTouchHelper.INSTANCE.get(this); in onCreate()
674 RotationTouchHelper.INSTANCE.get(mContext) in onLauncherPresentAndGestureStarted()
91 .bindRotationHelper(mock(RotationTouchHelper::class.java)) in setup()139 @BindsInstance fun bindRotationHelper(helper: RotationTouchHelper): Builder
139 .bindRotationHelper(mock(RotationTouchHelper.class)) in setupDaggerGraphOverrides()628 @BindsInstance Builder bindRotationHelper(RotationTouchHelper helper); in bindRotationHelper()
198 import com.android.quickstep.RotationTouchHelper;4879 RotationTouchHelper rotationTouchHelper = RotationTouchHelper.INSTANCE.get(getContext()); in reapplyActiveRotation()