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.java129 protected TouchController mActiveController; field in BaseDragLayer
216 mActiveController = null; in findActiveController()
221 mActiveController = findControllerToHandleTouch(ev); in findActiveController()
223 return mActiveController != null; in findActiveController()
285 if (mActiveController != null) { in onTouchEvent()
286 return mActiveController.onControllerTouchEvent(ev); in onTouchEvent()
356 if (isViewDispatching && mActiveController != null) { in proxyTouchEvent()
526 if (mActiveController != null) { in dump()
527 writer.println(prefix + "\tactiveController: " + mActiveController); in dump()
528 mActiveController.dump(prefix + "\t", writer); in dump()