Searched refs:stackFromBottom (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerWrapContentWithAspectRatioTest.java61 for (boolean stackFromBottom : new boolean[]{false, true}) {
65 reverseLayout, stackFromBottom),
74 reverseLayout, stackFromBottom),
84 reverseLayout, stackFromBottom),
94 reverseLayout, stackFromBottom),
H A DLinearLayoutManagerWrapContentTest.java124 for (boolean stackFromBottom : new boolean[]{false, true}) {
127 new Config(orientation, reverseLayout, stackFromBottom),
133 new Config(orientation, reverseLayout, stackFromBottom),
H A DLinearLayoutManagerTest.java55 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,
H A DBaseLinearLayoutManagerTest.java57 for (boolean stackFromBottom : new boolean[]{false, true}) {
60 new Config(orientation, reverseLayout, stackFromBottom).wrap(wrap));
316 Config stackFromBottom(boolean stackFromBottom) { argument
317 mStackFromEnd = stackFromBottom;
/frameworks/base/core/tests/coretests/src/android/util/
H A DGridScenario.java146 * @param stackFromBottom
149 public Params setStackFromBottom(boolean stackFromBottom) { argument
150 mStackFromBottom = stackFromBottom;
H A DListScenario.java199 * @param stackFromBottom
202 public Params setStackFromBottom(boolean stackFromBottom) { argument
203 mStackFromBottom = stackFromBottom;
/frameworks/base/core/java/android/widget/
H A DAbsListView.java1671 * @param stackFromBottom true to pin the view's content to the bottom edge,
1674 public void setStackFromBottom(boolean stackFromBottom) { argument
1675 if (mStackFromBottom != stackFromBottom) {
1676 mStackFromBottom = stackFromBottom;
7146 encoder.addProperty("list:stackFromBottom", isStackFromBottom());

Completed in 613 milliseconds