Searched refs:WINDOW_ALIGN_LOW_EDGE (Results 1 – 11 of 11) sorted by relevance
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | WindowAlignment.java | 19 import static android.support.v17.leanback.widget.BaseGridView.WINDOW_ALIGN_LOW_EDGE; 237 if (!mReversedFlow ? (mWindowAlignment & WINDOW_ALIGN_LOW_EDGE) != 0 in updateMinMax() 248 : (mWindowAlignment & WINDOW_ALIGN_LOW_EDGE) != 0) { in updateMinMax() 258 if ((mWindowAlignment & WINDOW_ALIGN_LOW_EDGE) != 0) { in updateMinMax() 278 if ((mWindowAlignment & WINDOW_ALIGN_LOW_EDGE) != 0) { in updateMinMax() 313 if ((!mReversedFlow ? (mWindowAlignment & WINDOW_ALIGN_LOW_EDGE) != 0 in getScroll() 328 : (mWindowAlignment & WINDOW_ALIGN_LOW_EDGE) != 0) in getScroll()
|
D | BaseGridView.java | 81 public final static int WINDOW_ALIGN_LOW_EDGE = 1; field in BaseGridView 112 WINDOW_ALIGN_LOW_EDGE | WINDOW_ALIGN_HIGH_EDGE;
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | GridWidgetTest.java | 5454 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, false, 5456 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, true, 5458 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, true, false, 5460 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, true, true, 5494 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, false, 5496 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, true, 5498 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, true, false, 5501 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, true, true, 5542 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, false, 5544 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, true, [all …]
|
/frameworks/support/v17/leanback/api/ |
D | current.txt | 1540 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 26.0.0.txt | 1632 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
/frameworks/support/api/ |
D | 22.0.0.txt | 687 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 22.1.0.txt | 670 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 22.2.0.txt | 1009 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 26.1.0.txt | 4087 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 26.0.0-beta1.txt | 4024 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 26.0.0-beta2.txt | 4102 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|