Searched refs:getLastInjectedHoverEventForClick (Results 1 – 2 of 2) sorted by relevance
469 if (mState.getLastInjectedHoverEventForClick() != null) { in computeClickLocation()471 mState.getLastInjectedHoverEventForClick().getActionIndex(); in computeClickLocation()473 (int) mState.getLastInjectedHoverEventForClick().getX(lastExplorePointerIndex); in computeClickLocation()475 (int) mState.getLastInjectedHoverEventForClick().getY(lastExplorePointerIndex); in computeClickLocation()
390 public MotionEvent getLastInjectedHoverEventForClick() { in getLastInjectedHoverEventForClick() method in TouchState