[go: nahoru, domu]

Searched refs:mCurrState (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/tests/java/android/support/v4/view/
H A DViewPagerActions.java42 private int mCurrState = ViewPager.SCROLL_STATE_IDLE; field in class:ViewPagerActions.CustomViewPagerListener
64 return mCurrState == ViewPager.SCROLL_STATE_IDLE;
70 if (mCurrState == ViewPager.SCROLL_STATE_IDLE) {
79 mCurrState = state;
80 if (mCurrState == ViewPager.SCROLL_STATE_IDLE) {
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DDrawerLayoutActions.java38 private int mCurrState = DrawerLayout.STATE_IDLE; field in class:DrawerLayoutActions.CustomDrawerListener
59 return mCurrState == DrawerLayout.STATE_IDLE;
65 if (mCurrState == DrawerLayout.STATE_IDLE) {
74 if (mCurrState == DrawerLayout.STATE_IDLE) {
87 mCurrState = state;

Completed in 49 milliseconds