Searched defs:rowIndex (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGridDefault.java28 int getRowMax(int rowIndex) { argument
34 if (getLocation(mFirstVisibleIndex).row == rowIndex) {
40 if (loc.row == rowIndex) {
47 if (loc.row == rowIndex) {
53 if (loc.row == rowIndex) {
65 int getRowMin(int rowIndex) { argument
72 if (loc.row == rowIndex) {
78 if (loc.row == rowIndex) {
84 if (getLocation(mFirstVisibleIndex).row == rowIndex) {
90 if (loc.row == rowIndex) {
[all...]
H A DStaggeredGrid.java171 int rowIndex = loc.row;
185 mProvider.addItem(mTmpItem[0], itemIndex, size, rowIndex, edge - offset);
192 if (rowIndex == 0) {
241 protected final int prependVisibleItemToRow(int itemIndex, int rowIndex, int edge) { argument
251 Location loc = new Location(rowIndex, 0, 0);
270 mProvider.addItem(item, itemIndex, loc.size, rowIndex, thisEdge);
328 int rowIndex = loc.row;
339 mProvider.addItem(mTmpItem[0], itemIndex, size, rowIndex, edge);
347 if (rowIndex == mNumRows - 1) {
366 protected final int appendVisibleItemToRow(int itemIndex, int rowIndex, in argument
[all...]
H A DGrid.java70 * @param rowIndex Row index to put the item
73 public abstract void addItem(Object item, int index, int length, int rowIndex, int edge); argument
272 protected abstract int findRowMin(boolean findLarge, int indexLimit, int[] rowIndex); argument
H A DGridLayoutManager.java1028 private int getRowSizeSecondary(int rowIndex) { argument
1035 return mRowSizeSecondary[rowIndex];
1038 private int getRowStartSecondary(int rowIndex) { argument
1043 for (int i = mNumRows-1; i > rowIndex; i--) {
1047 for (int i = 0; i < rowIndex; i++) {
1086 for (int rowIndex = 0; rowIndex < mNumRows; rowIndex++) {
1087 CircularIntArray row = rows == null ? null : rows[rowIndex];
1135 if (mRowSizeSecondary[rowIndex] !
1477 layoutChild(int rowIndex, View v, int start, int end, int startSecondary) argument
[all...]
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridTest.java52 public void addItem(Object item, int index, int length, int rowIndex, int edge) { argument
/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.cpp118 uint8_t* vRows, int rowIndex, int width, int height) {
119 int numRows = (height - rowIndex) / 2;
122 int offset = ((rowIndex >> 1) + row) * fStrides[1];
193 uint8_t* vRows, int rowIndex, int width, int height) {
194 int numRows = height - rowIndex;
197 uint8_t* yuvSeg = yuv + (rowIndex + row) * fStrides[0];
117 deinterleave(uint8_t* vuPlanar, uint8_t* uRows, uint8_t* vRows, int rowIndex, int width, int height) argument
192 deinterleave(uint8_t* yuv, uint8_t* yRows, uint8_t* uRows, uint8_t* vRows, int rowIndex, int width, int height) argument
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatApi21.java48 public static Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
50 return AccessibilityNodeInfo.CollectionItemInfo.obtain(rowIndex, rowSpan, columnIndex,
/frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java65 public static Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
67 return AccessibilityNodeInfo.CollectionItemInfo.obtain(rowIndex, rowSpan, columnIndex,
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java421 public static CollectionItemInfoCompat obtain(int rowIndex, int rowSpan, argument
423 return new CollectionItemInfoCompat(IMPL.obtainCollectionItemInfo(rowIndex, rowSpan,
571 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1026 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1636 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1639 .obtainCollectionItemInfo(rowIndex, rowSpan, columnIndex, columnSpan, heading);
1797 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1799 return AccessibilityNodeInfoCompatApi21.obtainCollectionItemInfo(rowIndex, rowSpan,
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java3960 * @param rowIndex The row index at which the item is located.
3966 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, argument
3968 return obtain(rowIndex, rowSpan, columnIndex, columnSpan, heading, false);
3974 * @param rowIndex The row index at which the item is located.
3981 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, argument
3986 rowIndex, rowSpan, columnIndex, columnSpan, heading, selected);
3989 info.mRowIndex = rowIndex;
4008 * @param rowIndex The row index at which the item is located.
4014 private CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, argument
4016 mRowIndex = rowIndex;
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 248 milliseconds