Home
last modified time | relevance | path

Searched refs:RecentsAnimationDeviceState (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DFallbackActivityInterface.java72 public void onSwipeUpToHomeComplete(RecentsAnimationDeviceState deviceState) { in onSwipeUpToHomeComplete()
86 public AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState deviceState, in prepareRecentsUI()
134 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
143 public void onExitOverview(RecentsAnimationDeviceState deviceState, Runnable exitRunnable) { in onExitOverview()
DLauncherActivityInterface.java99 public void onSwipeUpToHomeComplete(RecentsAnimationDeviceState deviceState) { in onSwipeUpToHomeComplete()
121 public AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState deviceState, in prepareRecentsUI()
231 public void onExitOverview(RecentsAnimationDeviceState deviceState, Runnable exitRunnable) { in onExitOverview()
247 private void notifyRecentsOfOrientation(RecentsAnimationDeviceState deviceState) { in notifyRecentsOfOrientation()
DQuickstepTestInformationHandler.java68 RecentsAnimationDeviceState rads = new RecentsAnimationDeviceState(mContext); in getCurrentActivity()
DAppToOverviewAnimationProvider.java56 private final RecentsAnimationDeviceState mDeviceState;
63 RecentsAnimationDeviceState deviceState) { in AppToOverviewAnimationProvider()
DOverviewCommandHelper.java51 private final RecentsAnimationDeviceState mDeviceState;
57 public OverviewCommandHelper(Context context, RecentsAnimationDeviceState deviceState, in OverviewCommandHelper()
DSwipeUpAnimationLogic.java56 protected final RecentsAnimationDeviceState mDeviceState;
79 public SwipeUpAnimationLogic(Context context, RecentsAnimationDeviceState deviceState, in SwipeUpAnimationLogic()
DLauncherSwipeHandlerV2.java42 public LauncherSwipeHandlerV2(Context context, RecentsAnimationDeviceState deviceState, in LauncherSwipeHandlerV2()
DFallbackSwipeHandler.java54 public FallbackSwipeHandler(Context context, RecentsAnimationDeviceState deviceState, in FallbackSwipeHandler()
DTouchInteractionService.java279 private RecentsAnimationDeviceState mDeviceState;
298 mDeviceState = new RecentsAnimationDeviceState(this); in onCreate()
DBaseSwipeUpHandler.java85 protected BaseSwipeUpHandler(Context context, RecentsAnimationDeviceState deviceState, in BaseSwipeUpHandler()
DBaseSwipeUpHandlerV2.java203 public BaseSwipeUpHandlerV2(Context context, RecentsAnimationDeviceState deviceState, in BaseSwipeUpHandlerV2()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DAccessibilityInputConsumer.java33 import com.android.quickstep.RecentsAnimationDeviceState;
48 private final RecentsAnimationDeviceState mDeviceState;
57 public AccessibilityInputConsumer(Context context, RecentsAnimationDeviceState deviceState, in AccessibilityInputConsumer()
DSysUiOverlayInputConsumer.java26 import com.android.quickstep.RecentsAnimationDeviceState;
46 RecentsAnimationDeviceState deviceState, in SysUiOverlayInputConsumer()
DDeviceLockedInputConsumer.java51 import com.android.quickstep.RecentsAnimationDeviceState;
82 private final RecentsAnimationDeviceState mDeviceState;
104 public DeviceLockedInputConsumer(Context context, RecentsAnimationDeviceState deviceState, in DeviceLockedInputConsumer()
DOverviewWithoutFocusInputConsumer.java35 import com.android.quickstep.RecentsAnimationDeviceState;
49 RecentsAnimationDeviceState deviceState, GestureState gestureState, in OverviewWithoutFocusInputConsumer()
DOtherActivityInputConsumer.java61 import com.android.quickstep.RecentsAnimationDeviceState;
85 private final RecentsAnimationDeviceState mDeviceState;
132 public OtherActivityInputConsumer(Context base, RecentsAnimationDeviceState deviceState, in OtherActivityInputConsumer()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java53 import com.android.quickstep.RecentsAnimationDeviceState;
70 RecentsAnimationDeviceState deviceState = new RecentsAnimationDeviceState(mContext); in SwipeUpGestureTutorialController()
171 ViewSwipeUpAnimation(Context context, RecentsAnimationDeviceState deviceState, in ViewSwipeUpAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java104 public abstract void onSwipeUpToHomeComplete(RecentsAnimationDeviceState deviceState); in onSwipeUpToHomeComplete()
108 public abstract AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState deviceState, in prepareRecentsUI()
149 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
153 public abstract void onExitOverview(RecentsAnimationDeviceState deviceState, in onExitOverview()
DOverviewComponentObserver.java57 private final RecentsAnimationDeviceState mDeviceState;
73 public OverviewComponentObserver(Context context, RecentsAnimationDeviceState deviceState) { in OverviewComponentObserver()
DRecentsAnimationDeviceState.java78 public class RecentsAnimationDeviceState implements class
183 public RecentsAnimationDeviceState(Context context) { in RecentsAnimationDeviceState() method in RecentsAnimationDeviceState