Home
last modified time | relevance | path

Searched refs:TouchController (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/
DRecentsUiFactory.java29 import com.android.launcher3.util.TouchController;
42 public static TouchController[] createTouchControllers(Launcher launcher) { in createTouchControllers()
43 ArrayList<TouchController> list = new ArrayList<>(); in createTouchControllers()
59 return list.toArray(new TouchController[list.size()]); in createTouchControllers()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java57 import com.android.launcher3.util.TouchController;
122 protected TouchController[] mControllers;
124 protected TouchController mActiveController;
126 protected TouchController mProxyTouchController;
175 private TouchController findControllerToHandleTouch(MotionEvent ev) { in findControllerToHandleTouch()
181 for (TouchController controller : mControllers) { in findControllerToHandleTouch()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DUiFactory.java34 import com.android.launcher3.util.TouchController;
40 public static TouchController[] createTouchControllers(Launcher launcher) { in createTouchControllers()
41 return new TouchController[] { in createTouchControllers()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DRecentsUiFactory.java44 import com.android.launcher3.util.TouchController;
142 public static TouchController[] createTouchControllers(Launcher launcher) { in createTouchControllers()
145 ArrayList<TouchController> list = new ArrayList<>(); in createTouchControllers()
173 return list.toArray(new TouchController[list.size()]); in createTouchControllers()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/fallback/
DGoRecentsActivityRootView.java24 import com.android.launcher3.util.TouchController;
35 mControllers = new TouchController[0]; in GoRecentsActivityRootView()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DRecentsRootView.java27 import com.android.launcher3.util.TouchController;
51 mControllers = new TouchController[] { new RecentsTaskController(mActivity) }; in setup()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java39 import com.android.launcher3.util.TouchController;
50 public class StatusBarTouchController implements TouchController {
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java40 import com.android.launcher3.util.TouchController;
50 public abstract class AbstractFloatingView extends LinearLayout implements TouchController {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java51 import com.android.launcher3.util.TouchController;
59 public class NavBarToHomeTouchController implements TouchController,
DTaskViewTouchController.java43 import com.android.launcher3.util.TouchController;
53 extends AnimatorListenerAdapter implements TouchController,
DNoButtonQuickSwitchTouchController.java72 import com.android.launcher3.util.TouchController;
86 public class NoButtonQuickSwitchTouchController implements TouchController,
/packages/apps/Launcher3/src/com/android/launcher3/util/
DTouchController.java23 public interface TouchController { interface
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java50 import com.android.launcher3.util.TouchController;
56 implements TouchController, SingleAxisSwipeDetector.Listener {
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java49 import com.android.launcher3.util.TouchController;
57 public class DragController implements DragDriver.EventListener, TouchController {