Home | History | Annotate | Download | only in accessibility

Lines Matching refs:STATE_IDLE

85     public static final int STATE_IDLE = 1;
96 public static final int FIRST_STATE = STATE_IDLE;
154 assertIn(STATE_IDLE);
158 * Covers paths to get to and back between each state and {@link #STATE_IDLE}
160 * {@link #goFromStateIdleTo} (for traversing away from {@link #STATE_IDLE}) and
161 * {@link #returnToNormalFrom} (for navigating back to {@link #STATE_IDLE})
171 assertIn(STATE_IDLE);
224 assertTransition(STATE_SHORTCUT_TRIGGERED, () -> triggerShortcut(), STATE_IDLE);
227 assertTransition(STATE_ZOOMED, () -> triggerShortcut(), STATE_IDLE);
237 assertTransition(STATE_2TAPS, () -> swipe(), STATE_IDLE);
246 assertStaysIn(STATE_IDLE, () -> {
258 assertStaysIn(STATE_IDLE, tapAndLongTap);
269 assertStaysIn(STATE_IDLE, slow3tap);
276 goFromStateIdleTo(STATE_IDLE);
334 case STATE_IDLE: {
384 * Defines a "canonical" path from {@link #STATE_IDLE} to {@code state}
389 case STATE_IDLE: {
393 goFromStateIdleTo(STATE_IDLE);
422 goFromStateIdleTo(STATE_IDLE);
444 * Defines a "canonical" path from {@code state} to {@link #STATE_IDLE}
448 case STATE_IDLE: {