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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DLinearLayoutManagerWrapContentWithAspectRatioTest.java63 for (boolean stackFromBottom : new boolean[]{false, true}) {
67 reverseLayout, stackFromBottom),
76 reverseLayout, stackFromBottom),
86 reverseLayout, stackFromBottom),
96 reverseLayout, stackFromBottom),
H A DLinearLayoutManagerWrapContentTest.java124 for (boolean stackFromBottom : new boolean[]{false, true}) {
127 new BaseLinearLayoutManagerTest.Config(orientation, reverseLayout, stackFromBottom),
133 new BaseLinearLayoutManagerTest.Config(orientation, reverseLayout, stackFromBottom),
H A DBaseLinearLayoutManagerTest.java58 for (boolean stackFromBottom : new boolean[]{false, true}) {
61 new Config(orientation, reverseLayout, stackFromBottom).wrap(wrap));
317 Config stackFromBottom(boolean stackFromBottom) { argument
318 mStackFromEnd = stackFromBottom;
H A DLinearLayoutManagerTest.java654 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout(
661 new Config().orientation(VERTICAL).stackFromBottom(false).reverseLayout(true), 100,
668 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(false), 100,
675 new Config().orientation(VERTICAL).stackFromBottom(true).reverseLayout(true), 100,
682 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout(
689 new Config().orientation(HORIZONTAL).stackFromBottom(false).reverseLayout(true),
696 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(false),
703 new Config().orientation(HORIZONTAL).stackFromBottom(true).reverseLayout(true), 100,
/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.java200 * @param stackFromBottom
203 public Params setStackFromBottom(boolean stackFromBottom) { argument
204 mStackFromBottom = stackFromBottom;
/frameworks/base/core/java/android/widget/
H A DAbsListView.java1674 * @param stackFromBottom true to pin the view's content to the bottom edge,
1677 public void setStackFromBottom(boolean stackFromBottom) { argument
1678 if (mStackFromBottom != stackFromBottom) {
1679 mStackFromBottom = stackFromBottom;
7213 encoder.addProperty("list:stackFromBottom", isStackFromBottom());

Completed in 266 milliseconds