Searched refs:STATE_VISIBLE (Results 1 – 3 of 3) sorted by relevance
43 @IntDef({STATE_HIDDEN, STATE_VISIBLE, STATE_DRAGGING})49 private static final int STATE_VISIBLE = 1; field in FastScroller204 } else if (state == STATE_VISIBLE) { in setState()219 return mState == STATE_VISIBLE; in isVisible()376 if (mState == STATE_HIDDEN || mState == STATE_VISIBLE) { in updateScrollPosition()377 setState(STATE_VISIBLE); in updateScrollPosition()384 if (mState == STATE_VISIBLE) { in onInterceptTouchEvent()432 setState(STATE_VISIBLE); in onTouchEvent()
50 private static final int STATE_VISIBLE = 2; field in TrustDrawable161 } else if (mState == STATE_VISIBLE) { in updateState()167 if (nextState == STATE_ENTERING) nextState = STATE_VISIBLE; in updateState()185 } else if (nextState == STATE_VISIBLE) { in updateState()
78 private static final int STATE_VISIBLE = 1; field in FastScroller258 mState = STATE_VISIBLE; in FastScroller()448 setState(STATE_VISIBLE); in onStateDependencyChanged()449 } else if (mState == STATE_VISIBLE) { in onStateDependencyChanged()452 setState(STATE_VISIBLE); in onStateDependencyChanged()823 state = STATE_VISIBLE; in setState()834 case STATE_VISIBLE: in setState()948 setState(STATE_VISIBLE); in onScroll()1438 setState(STATE_VISIBLE); in onInterceptHoverEvent()1488 setState(STATE_VISIBLE); in onTouchEvent()