Searched refs:mPriorState (Results 1 – 1 of 1) sorted by relevance
518 private int mPriorState = SCROLL_STATE_IDLE; field in DeskClock.PageChangeWatcher531 if (mPriorState == SCROLL_STATE_IDLE && state == SCROLL_STATE_SETTLING) { in onPageScrollStateChanged()536 } else if (mPriorState == SCROLL_STATE_SETTLING && state == SCROLL_STATE_DRAGGING) { in onPageScrollStateChanged()569 mPriorState = state; in onPageScrollStateChanged()