Lines Matching refs:Config

55                 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout(
62 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout(true), 100,
69 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(false), 100,
76 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(true), 100,
83 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout(
90 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout(true),
97 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(false),
104 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(true), 100,
113 public void removeAnchorItemTest(final Config config, int adapterSize,
201 setupByConfig(new Config(VERTICAL, false, false).itemCount(500), true);
224 keepFocusOnResizeTest(new Config(VERTICAL, false, false).itemCount(500), true);
229 keepFocusOnResizeTest(new Config(VERTICAL, false, false).itemCount(500), false);
234 keepFocusOnResizeTest(new Config(VERTICAL, true, false).itemCount(500), true);
239 keepFocusOnResizeTest(new Config(VERTICAL, true, false).itemCount(500), false);
244 keepFocusOnResizeTest(new Config(VERTICAL, false, true).itemCount(500), true);
249 keepFocusOnResizeTest(new Config(VERTICAL, false, true).itemCount(500), false);
252 public void keepFocusOnResizeTest(final Config config, boolean fullyVisible) throws Throwable {
355 scrollToPositionWithPredictive(Config.DEFAULT_ITEM_COUNT / 2,
358 scrollToPositionWithPredictive(Config.DEFAULT_ITEM_COUNT / 2, 10);
376 setupByConfig(new Config(VERTICAL, false, false).itemCount(300)
430 setupByConfig(new Config().recycleChildrenOnDetach(false), true);
444 setupByConfig(new Config().recycleChildrenOnDetach(true), true);
461 setupByConfig(new Config(), true);
481 setupByConfig(new Config(VERTICAL, false, false), true);