Home | History | Annotate | Download | only in accessibility

Lines Matching defs:mCurrentState

142     @VisibleForTesting State mCurrentState;
219 handleEventWith(mCurrentState, event, rawEvent, policyFlags);
265 mCurrentState = mDetectingState;
358 (State.nameOf(mCurrentState) + " -> " + State.nameOf(state)
362 mPreviousState = mCurrentState;
363 mCurrentState = state;
436 if (mCurrentState != mPanningScalingState) {
489 return /* continue recognizing: */ (mCurrentState == mPanningScalingState);
966 ", mCurrentState=" + State.nameOf(mCurrentState) +