Searched refs:WINDOW_ALIGN_LOW_EDGE (Results 1 – 16 of 16) sorted by relevance
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
D | WindowAlignment.java | 19 import static androidx.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 | 82 public final static int WINDOW_ALIGN_LOW_EDGE = 1; field in BaseGridView 113 WINDOW_ALIGN_LOW_EDGE | WINDOW_ALIGN_HIGH_EDGE;
|
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/ |
D | GridWidgetTest.java | 6253 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, false, 6255 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, true, 6257 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, true, false, 6259 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, true, true, 6293 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, false, 6295 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, true, 6297 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, true, false, 6300 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, true, true, 6341 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, false, 6343 testPreferKeyLine(VerticalGridView.WINDOW_ALIGN_LOW_EDGE, false, true, [all …]
|
/frameworks/support/leanback/api/ |
D | current.txt | 1518 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
/frameworks/support/leanback/api_legacy/ |
D | current.txt | 1518 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 27.0.0.txt | 1540 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 27.1.0.txt | 1518 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 28.0.0-alpha1.txt | 1518 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|
D | 26.1.0.txt | 1632 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.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
|
D | 26.1.0.txt | 4087 field public static final int WINDOW_ALIGN_LOW_EDGE = 1; // 0x1
|