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.java108 protected TouchController mActiveController; field in BaseDragLayer
171 mActiveController = null; in findActiveController()
175 mActiveController = findControllerToHandleTouch(ev); in findActiveController()
177 if (mActiveController != null) return true; in findActiveController()
245 if (mActiveController != null) { in onTouchEvent()
250 return mActiveController.onControllerTouchEvent(ev); in onTouchEvent()
297 if ((mTouchDispatchState & TOUCH_DISPATCHING_VIEW) != 0 && mActiveController != null) { in prepareProxyEventStarting()
479 if (mActiveController != null) { in dump()
480 writer.println(prefix + "\tactiveController: " + mActiveController); in dump()
481 mActiveController.dump(prefix + "\t", writer); in dump()