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

/frameworks/base/tools/preload2/src/com/android/preload/
H A DDumpTableModel.java77 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 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.java167 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 DGrid.java89 * @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 DGridLayoutManager.java1205 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 DGridTest.java51 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/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java612 * @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 DAccessibilityNodeInfo.java4522 * @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 Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 590 milliseconds