Searched defs:scrolledToBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DBottomScrollViewTest.java39 assertTrue("Scroll should not be required", mListener.scrolledToBottom);
45 assertFalse("Scroll should be required", mListener.scrolledToBottom);
52 assertFalse("Scroll should be required", mListener.scrolledToBottom);
55 assertTrue("Should already be scrolled to bottom", mListener.scrolledToBottom);
113 boolean scrolledToBottom = true; field in class:BottomScrollViewTest.TestBottomScrollListener
117 scrolledToBottom = true;
122 scrolledToBottom = false;

Completed in 104 milliseconds