Home | History | Annotate | Download | only in accessibility

Lines Matching defs:mCurrentState

149     private int mCurrentState;
329 switch (mCurrentState) {
345 throw new IllegalStateException("Unknown state: " + mCurrentState);
364 mCurrentState = STATE_DETECTING;
461 Slog.i(LOG_TAG, "mCurrentState: STATE_DELEGATING");
464 Slog.i(LOG_TAG, "mCurrentState: STATE_DETECTING");
467 Slog.i(LOG_TAG, "mCurrentState: STATE_VIEWPORT_DRAGGING");
470 Slog.i(LOG_TAG, "mCurrentState: STATE_MAGNIFIED_INTERACTION");
477 mPreviousState = mCurrentState;
478 mCurrentState = state;
508 if (mCurrentState != STATE_MAGNIFIED_INTERACTION) {
529 if (mCurrentState != STATE_MAGNIFIED_INTERACTION) {
567 return (mCurrentState == STATE_MAGNIFIED_INTERACTION);