/frameworks/base/tools/preload2/src/com/android/preload/ |
H A D | DumpTableModel.java | 77 public Object getValueAt(int rowIndex, int columnIndex) { argument 78 DumpData d = data.get(rowIndex);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
H A D | StaggeredGridDefault.java | 28 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 D | StaggeredGrid.java | 167 int rowIndex = loc.row; 181 mProvider.addItem(mTmpItem[0], itemIndex, size, rowIndex, edge - offset); 188 if (rowIndex == 0) { 237 protected final int prependVisibleItemToRow(int itemIndex, int rowIndex, int edge) { argument 247 Location loc = new Location(rowIndex, 0, 0); 266 mProvider.addItem(item, itemIndex, loc.size, rowIndex, thisEdge); 324 int rowIndex = loc.row; 335 mProvider.addItem(mTmpItem[0], itemIndex, size, rowIndex, edge); 343 if (rowIndex == mNumRows - 1) { 362 protected final int appendVisibleItemToRow(int itemIndex, int rowIndex, in argument [all...] |
H A D | Grid.java | 89 * @param rowIndex Row index to put the item 92 void addItem(Object item, int index, int length, int rowIndex, int edge); argument 296 protected abstract int findRowMin(boolean findLarge, int indexLimit, int[] rowIndex); argument
|
H A D | GridLayoutManager.java | 1205 private int getRowSizeSecondary(int rowIndex) { argument 1212 return mRowSizeSecondary[rowIndex]; 1215 int getRowStartSecondary(int rowIndex) { argument 1220 for (int i = mNumRows-1; i > rowIndex; i--) { 1224 for (int i = 0; i < rowIndex; i++) { 1277 for (int rowIndex = 0; rowIndex < mNumRows; rowIndex++) { 1278 CircularIntArray row = rows == null ? null : rows[rowIndex]; 1351 if (mRowSizeSecondary[rowIndex] ! 1700 layoutChild(int rowIndex, View v, int start, int end, int startSecondary) argument [all...] |
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
H A D | GridTest.java | 51 public void addItem(Object item, int index, int length, int rowIndex, int edge) { argument
|
/frameworks/base/core/jni/android/graphics/ |
H A D | YuvToJpegEncoder.cpp | 118 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/compat/java/android/support/v4/view/accessibility/ |
H A D | AccessibilityNodeInfoCompat.java | 612 * @param rowIndex The row index at which the item is located. 620 public static CollectionItemInfoCompat obtain(int rowIndex, int rowSpan, argument 624 rowIndex, rowSpan, columnIndex, columnSpan, heading, selected)); 627 rowIndex, rowSpan, columnIndex, columnSpan, heading)); 636 * @param rowIndex The row index at which the item is located. 643 public static CollectionItemInfoCompat obtain(int rowIndex, int rowSpan, argument 647 rowIndex, rowSpan, columnIndex, columnSpan, heading));
|
/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityNodeInfo.java | 4522 * @param rowIndex The row index at which the item is located. 4528 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, argument 4530 return obtain(rowIndex, rowSpan, columnIndex, columnSpan, heading, false); 4536 * @param rowIndex The row index at which the item is located. 4543 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, argument 4548 rowIndex, rowSpan, columnIndex, columnSpan, heading, selected); 4551 info.mRowIndex = rowIndex; 4570 * @param rowIndex The row index at which the item is located. 4576 private CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, argument 4578 mRowIndex = rowIndex; [all...] |
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |