Searched refs:mActiveController (Results 1 – 1 of 1) sorted by relevance
124 protected TouchController mActiveController; field in BaseDragLayer190 mActiveController = null; in findActiveController()194 mActiveController = findControllerToHandleTouch(ev); in findActiveController()196 return mActiveController != null; in findActiveController()258 if (mActiveController != null) { in onTouchEvent()259 return mActiveController.onControllerTouchEvent(ev); in onTouchEvent()307 if ((mTouchDispatchState & TOUCH_DISPATCHING_VIEW) != 0 && mActiveController != null) { in prepareProxyEventStarting()489 if (mActiveController != null) { in dump()490 writer.println(prefix + "\tactiveController: " + mActiveController); in dump()491 mActiveController.dump(prefix + "\t", writer); in dump()