Searched refs:mActiveController (Results 1 – 1 of 1) sorted by relevance
108 protected TouchController mActiveController; field in BaseDragLayer171 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()