/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | AccessibilityInputConsumer.java | 34 import com.android.quickstep.RecentsAnimationDeviceState; 49 private final RecentsAnimationDeviceState mDeviceState; 59 public AccessibilityInputConsumer(Context context, RecentsAnimationDeviceState deviceState, in AccessibilityInputConsumer()
|
D | OneHandedModeInputConsumer.java | 36 import com.android.quickstep.RecentsAnimationDeviceState; 51 private final RecentsAnimationDeviceState mDeviceState; 64 public OneHandedModeInputConsumer(Context context, RecentsAnimationDeviceState deviceState, in OneHandedModeInputConsumer()
|
D | SysUiOverlayInputConsumer.java | 28 import com.android.quickstep.RecentsAnimationDeviceState; 52 RecentsAnimationDeviceState deviceState, in SysUiOverlayInputConsumer()
|
D | OverviewWithoutFocusInputConsumer.java | 34 import com.android.quickstep.RecentsAnimationDeviceState; 48 RecentsAnimationDeviceState deviceState, GestureState gestureState, in OverviewWithoutFocusInputConsumer()
|
D | DeviceLockedInputConsumer.java | 53 import com.android.quickstep.RecentsAnimationDeviceState; 87 private final RecentsAnimationDeviceState mDeviceState; 111 public DeviceLockedInputConsumer(Context context, RecentsAnimationDeviceState deviceState, in DeviceLockedInputConsumer()
|
D | OtherActivityInputConsumer.java | 56 import com.android.quickstep.RecentsAnimationDeviceState; 79 private final RecentsAnimationDeviceState mDeviceState; 124 public OtherActivityInputConsumer(Context base, RecentsAnimationDeviceState deviceState, in OtherActivityInputConsumer()
|
D | NavHandleLongPressInputConsumer.java | 37 import com.android.quickstep.RecentsAnimationDeviceState; 71 InputMonitorCompat inputMonitor, RecentsAnimationDeviceState deviceState, in NavHandleLongPressInputConsumer()
|
D | AssistantInputConsumer.java | 50 import com.android.quickstep.RecentsAnimationDeviceState; 96 RecentsAnimationDeviceState deviceState, in AssistantInputConsumer()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OverviewComponentObserver.java | 63 private final RecentsAnimationDeviceState mDeviceState; 80 public OverviewComponentObserver(Context context, RecentsAnimationDeviceState deviceState) { in OverviewComponentObserver() 284 RecentsAnimationDeviceState deviceState = new RecentsAnimationDeviceState(context); in startHomeIntentSafely()
|
D | RecentsAnimationDeviceState.java | 88 public class RecentsAnimationDeviceState implements DisplayInfoChangeListener, ExclusionListener { class 130 public RecentsAnimationDeviceState(Context context) { in RecentsAnimationDeviceState() method in RecentsAnimationDeviceState 134 public RecentsAnimationDeviceState(Context context, boolean isInstanceForTouches) { in RecentsAnimationDeviceState() method in RecentsAnimationDeviceState 139 RecentsAnimationDeviceState(Context context, GestureExclusionManager exclusionManager) { in RecentsAnimationDeviceState() method in RecentsAnimationDeviceState 147 RecentsAnimationDeviceState( in RecentsAnimationDeviceState() method in RecentsAnimationDeviceState
|
D | LauncherActivityInterface.java | 87 public void onSwipeUpToHomeComplete(RecentsAnimationDeviceState deviceState) { in onSwipeUpToHomeComplete() 113 public AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState deviceState, in prepareRecentsUI() 355 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
|
D | FallbackActivityInterface.java | 82 public AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState deviceState, in prepareRecentsUI() 147 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
|
D | BaseContainerInterface.java | 74 public abstract boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, in deferStartingActivity() 95 RecentsAnimationDeviceState deviceState, boolean activityVisible, in prepareRecentsUI() 119 public void onSwipeUpToHomeComplete(RecentsAnimationDeviceState deviceState) {} in onSwipeUpToHomeComplete()
|
D | QuickstepTestInformationHandler.java | 214 RecentsAnimationDeviceState rads = new RecentsAnimationDeviceState(mContext); in getCurrentActivity()
|
D | SwipeUpAnimationLogic.java | 68 protected final RecentsAnimationDeviceState mDeviceState; 87 public SwipeUpAnimationLogic(Context context, RecentsAnimationDeviceState deviceState, in SwipeUpAnimationLogic()
|
D | BaseActivityInterface.java | 133 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
|
D | LauncherSwipeHandlerV2.java | 68 public LauncherSwipeHandlerV2(Context context, RecentsAnimationDeviceState deviceState, in LauncherSwipeHandlerV2()
|
D | FallbackSwipeHandler.java | 103 public FallbackSwipeHandler(Context context, RecentsAnimationDeviceState deviceState, in FallbackSwipeHandler()
|
D | TouchInteractionService.java | 556 private RecentsAnimationDeviceState mDeviceState; 581 mDeviceState = new RecentsAnimationDeviceState(this, true); in onCreate()
|
D | AbsSwipeUpHandler.java | 351 public AbsSwipeUpHandler(Context context, RecentsAnimationDeviceState deviceState, in AbsSwipeUpHandler()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SplitWithKeyboardShortcutController.java | 43 import com.android.quickstep.RecentsAnimationDeviceState; 58 private final RecentsAnimationDeviceState mDeviceState; 67 RecentsAnimationDeviceState deviceState) { in SplitWithKeyboardShortcutController()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | SwipeUpGestureTutorialController.java | 54 import com.android.quickstep.RecentsAnimationDeviceState; 89 RecentsAnimationDeviceState deviceState = new RecentsAnimationDeviceState(mContext); in SwipeUpGestureTutorialController() 321 ViewSwipeUpAnimation(Context context, RecentsAnimationDeviceState deviceState, in ViewSwipeUpAnimation()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | RecentsAnimationDeviceStateTest.kt | 45 private lateinit var underTest: RecentsAnimationDeviceState in <lambda>() 50 underTest = RecentsAnimationDeviceState(context, exclusionManager) in <lambda>()
|
D | FallbackRecentsTest.java | 325 final RecentsAnimationDeviceState mRads; 331 mRads = new RecentsAnimationDeviceState(ctx); in OverviewUpdateHandler()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 170 import com.android.quickstep.RecentsAnimationDeviceState; 272 RecentsAnimationDeviceState deviceState = new RecentsAnimationDeviceState(asContext()); in setupViews()
|