Searched refs:row (Results 151 - 159 of 159) sorted by relevance

1234567

/frameworks/native/opengl/tests/angeles/
H A Ddemo.c669 #define M(row,col) m[col*4+row]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java78 * If a child does not specify the row and column indices of the cell it
117 * Multiple components in the same row or column group are
207 * children that belong to a row group that uses {@link #TOP} alignment will
223 * belong to a row group that uses {@link #TOP} alignment.
323 * To control the 'direction' in which default row/column indices are generated
379 * RowCount is used only to generate default row/column indices when
511 * Returns whether or not row boundaries are ordered by their grid indices.
513 * @return {@code true} if row boundaries must appear in the order of their indices,
525 * When this property is {@code true}, GridLayout is forced to place the row boundaries
528 * When this property is {@code false} GridLayout is at liberty to place the vertical row
716 setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) argument
[all...]
H A DListView.java1466 // first row or the first row is scrolled off the top of the drawable area
1518 // last row or the last row is scrolled off the bottom of the drawable area
4012 final int row = arguments.getInt(AccessibilityNodeInfo.ACTION_ARGUMENT_ROW_INT, -1);
4013 final int position = Math.min(row, getCount() - 1);
4014 if (row >= 0) {
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java77 * If a child does not specify the row and column indices of the cell it
115 * Multiple components in the same row or column group are
195 * children that belong to a row group that uses {@link #TOP} alignment will
211 * belong to a row group that uses {@link #TOP} alignment.
315 * To control the 'direction' in which default row/column indices are generated
371 * RowCount is used only to generate default row/column indices when
502 * Returns whether or not row boundaries are ordered by their grid indices.
504 * @return {@code true} if row boundaries must appear in the order of their indices,
516 * When this property is {@code true}, GridLayout is forced to place the row boundaries
519 * When this property is {@code false} GridLayout is at liberty to place the vertical row
707 setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp609 Vector<uint8_t> row; local
610 if (row.resize(mRowStride) < 0) {
611 jniThrowException(mEnv, "java/lang/OutOfMemoryError", "Could not allocate row vector.");
615 uint8_t* rowBytes = row.editArray();
625 ALOGE("%s: Early EOF on row %" PRIu32 ", received bytesRead %zd",
644 ALOGV("%s: Using stream per-row write for strip.", __FUNCTION__);
733 ALOGV("%s: Using direct per-row write for strip.", __FUNCTION__);
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java528 * Prints the contents of a Cursor's current row to System.out.
537 * Prints the contents of a Cursor's current row to a PrintSteam.
561 * Prints the contents of a Cursor's current row to a StringBuilder.
585 * Dump the contents of a Cursor's current row to a String.
588 * @return a String that contains the dumped cursor row
725 * Read the entire contents of a cursor row and store them in a ContentValues.
728 * @param values the {@link ContentValues} to put the row into.
747 * window will contain the requested row and a useful range of rows
759 * @param cursorPosition The row index of the row w
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2369 View row = LayoutInflater.from(mContext).inflate(R.layout.wifi_p2p_dialog_row,
2371 ((TextView) row.findViewById(R.id.name)).setText(r.getString(stringId));
2372 ((TextView) row.findViewById(R.id.value)).setText(value);
2373 group.addView(row);
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridWidgetTest.java70 * Verify margins between items on same row are same.
219 * Group and sort children by their position on each row (HORIZONTAL) or column(VERTICAL).
259 for (int row = 0; row < sorted.length; row++) {
260 View[] views = sorted[row];
/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 745 milliseconds

1234567