Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java116 protected TouchController mActiveController; field in BaseDragLayer
193 mActiveController = null; in findActiveController()
195 mActiveController = findControllerToHandleTouch(ev); in findActiveController()
197 return mActiveController != null; in findActiveController()
266 if (mActiveController != null && ev.getAction() != ACTION_OUTSIDE) { in onTouchEvent()
270 return mActiveController.onControllerTouchEvent(ev); in onTouchEvent()
340 if (isViewDispatching && mActiveController != null) { in proxyTouchEvent()
514 if (mActiveController != null) { in dump()
515 writer.println(prefix + "\tactiveController: " + mActiveController); in dump()
516 mActiveController.dump(prefix + "\t", writer); in dump()