Searched refs:DEFAULT_STATES (Results 1 – 1 of 1) sorted by relevance
58 private static final int[] DEFAULT_STATES = new int[0]; field in FastScroller173 int[] state = mState == STATE_DRAGGING ? PRESSED_STATES : DEFAULT_STATES; in refreshDrawableState()