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.java1200 private int getRowSizeSecondary(int rowIndex) { argument
1207 return mRowSizeSecondary[rowIndex];
1210 int getRowStartSecondary(int rowIndex) { argument
1215 for (int i = mNumRows-1; i > rowIndex; i--) {
1219 for (int i = 0; i < rowIndex; i++) {
1273 for (int rowIndex = 0; rowIndex < mNumRows; rowIndex++) {
1274 CircularIntArray row = rows == null ? null : rows[rowIndex];
1325 if (mRowSizeSecondary[rowIndex] !
1671 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.java568 * @param rowIndex The row index at which the item is located.
576 public static CollectionItemInfoCompat obtain(int rowIndex, int rowSpan, argument
578 return new CollectionItemInfoCompat(IMPL.obtainCollectionItemInfo(rowIndex, rowSpan,
585 * @param rowIndex The row index at which the item is located.
592 public static CollectionItemInfoCompat obtain(int rowIndex, int rowSpan, argument
594 return new CollectionItemInfoCompat(IMPL.obtainCollectionItemInfo(rowIndex, rowSpan,
864 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
869 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1284 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1286 return AccessibilityNodeInfo.CollectionItemInfo.obtain(rowIndex, rowSpa
1291 obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) argument
1473 obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, boolean selected) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java4475 * @param rowIndex The row index at which the item is located.
4481 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, argument
4483 return obtain(rowIndex, rowSpan, columnIndex, columnSpan, heading, false);
4489 * @param rowIndex The row index at which the item is located.
4496 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, argument
4501 rowIndex, rowSpan, columnIndex, columnSpan, heading, selected);
4504 info.mRowIndex = rowIndex;
4523 * @param rowIndex The row index at which the item is located.
4529 private CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, argument
4531 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 190 milliseconds