Searched refs:TouchController (Results 1 – 14 of 14) sorted by relevance
29 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()
57 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()
34 import com.android.launcher3.util.TouchController;40 public static TouchController[] createTouchControllers(Launcher launcher) { in createTouchControllers()41 return new TouchController[] { in createTouchControllers()
44 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()
24 import com.android.launcher3.util.TouchController;35 mControllers = new TouchController[0]; in GoRecentsActivityRootView()
27 import com.android.launcher3.util.TouchController;51 mControllers = new TouchController[] { new RecentsTaskController(mActivity) }; in setup()
39 import com.android.launcher3.util.TouchController;50 public class StatusBarTouchController implements TouchController {
40 import com.android.launcher3.util.TouchController;50 public abstract class AbstractFloatingView extends LinearLayout implements TouchController {
51 import com.android.launcher3.util.TouchController;59 public class NavBarToHomeTouchController implements TouchController,
43 import com.android.launcher3.util.TouchController;53 extends AnimatorListenerAdapter implements TouchController,
72 import com.android.launcher3.util.TouchController;86 public class NoButtonQuickSwitchTouchController implements TouchController,
23 public interface TouchController { interface
50 import com.android.launcher3.util.TouchController;56 implements TouchController, SingleAxisSwipeDetector.Listener {
49 import com.android.launcher3.util.TouchController;57 public class DragController implements DragDriver.EventListener, TouchController {