Searched defs:rowIndex (Results 1 - 13 of 13) 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.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.java1135 private int getRowSizeSecondary(int rowIndex) { argument
1142 return mRowSizeSecondary[rowIndex];
1145 private int getRowStartSecondary(int rowIndex) { argument
1150 for (int i = mNumRows-1; i > rowIndex; i--) {
1154 for (int i = 0; i < rowIndex; i++) {
1208 for (int rowIndex = 0; rowIndex < mNumRows; rowIndex++) {
1209 CircularIntArray row = rows == null ? null : rows[rowIndex];
1258 if (mRowSizeSecondary[rowIndex] !
1618 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.java68 public static Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
70 return AccessibilityNodeInfo.CollectionItemInfo.obtain(rowIndex, rowSpan, columnIndex,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java1727 int columnEndIndex, int rowIndex, int rowStartIndex, int rowEndIndex) {
1731 return columnIndex == columnStartIndex && rowIndex == rowStartIndex;
1733 return columnIndex == columnEndIndex && rowIndex == rowStartIndex;
1735 return columnIndex == columnStartIndex && rowIndex == rowEndIndex;
1742 return rowIndex == rowEndIndex;
1726 isPossiblePositionNearestOrigin(int columnIndex, int columnStartIndex, int columnEndIndex, int rowIndex, int rowStartIndex, int rowEndIndex) argument
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java422 public static CollectionItemInfoCompat obtain(int rowIndex, int rowSpan, argument
424 return new CollectionItemInfoCompat(IMPL.obtainCollectionItemInfo(rowIndex, rowSpan,
572 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1033 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1670 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1673 .obtainCollectionItemInfo(rowIndex, rowSpan, columnIndex, columnSpan, heading);
1841 public Object obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, argument
1843 return AccessibilityNodeInfoCompatApi21.obtainCollectionItemInfo(rowIndex, rowSpan,
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java4114 * @param rowIndex The row index at which the item is located.
4120 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, argument
4122 return obtain(rowIndex, rowSpan, columnIndex, columnSpan, heading, false);
4128 * @param rowIndex The row index at which the item is located.
4135 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, argument
4140 rowIndex, rowSpan, columnIndex, columnSpan, heading, selected);
4143 info.mRowIndex = rowIndex;
4162 * @param rowIndex The row index at which the item is located.
4168 private CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, argument
4170 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 328 milliseconds