Searched defs:rows (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DLensShadingMap.java50 * {@code RggbChannelVector.COUNT * rows * columns}
55 * or if rows or columns is not positive
61 public LensShadingMap(final float[] elements, final int rows, final int columns) { argument
63 mRows = checkArgumentPositive(rows, "rows must be positive");
77 * Get the number of rows in this map.
103 * <p>The rows must be within the range [0, {@link #getRowCount}),
108 * {@code Geven} is the green channel for the even rows of a Bayer pattern, and
109 * {@code Godd} is the odd rows.
142 * <p>The rows mus
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java70 private ArrayList<ArrayList> createTestList(int rows, int cols) { argument
74 for (int i = 0; i < rows; i++) {
94 // Now see if we can pull 2 rows from the adapter
105 // The adapter should report zero rows
116 // Now see if we can pull 2 rows from the adapter
119 // now put in a different cursor (5 rows)
124 // Now see if we can pull 5 rows from the adapter
135 // Now see if we can pull 2 rows from the adapter
141 // The adapter should report zero rows
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp224 * c. Select a subset of the rows from the graphic buffer array,
560 size_t rows = testRandMod(maxRows) + 1; local
563 frames.resize(rows);
565 for (unsigned int row = 0; row < rows; row++) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGrid.java21 * A grid is representation of single or multiple rows layout data structure and algorithm.
121 * Creates a single or multiple rows (can be staggered or not staggered) grid
123 public static Grid createGrid(int rows) { argument
125 if (rows == 1) {
128 // TODO support non staggered multiple rows grid
130 grid.setNumRows(rows);
175 * Returns the number of rows in the grid.
182 * Sets number of rows to fill into. For views that represent a
183 * horizontal list, this will be the rows of the view. For views that
311 * Return array of int array for all rows, eac
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java41 * consists of rows of keys.
85 /** Horizontal gap default for all rows */
94 /** Default gap between rows */
148 private ArrayList<Row> rows = new ArrayList<Row>(); field in class:Keyboard
526 * Creates a keyboard from the given xml key layout file. Weeds out rows
550 * Creates a keyboard from the given xml key layout file. Weeds out rows
623 rows.add(row);
627 int numRows = rows.size();
629 Row row = rows.get(rowIndex);
813 rows
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp39 image_info() : rows(NULL), is9Patch(false),
43 if (rows && rows != allocRows) {
44 free(rows);
65 png_bytepp rows; member in struct:image_info
143 outImageInfo->rows = (png_bytepp)malloc(
146 outImageInfo->allocRows = outImageInfo->rows;
148 png_set_rows(read_ptr, read_info, outImageInfo->rows);
152 outImageInfo->rows[i] = (png_bytep)
156 png_read_image(read_ptr, outImageInfo->rows);
286 get_vertical_ticks( png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
373 get_vertical_layout_bounds_ticks( png_bytepp rows, int offset, int height, bool transparent, bool , int32_t* outTop, int32_t* outBottom, const char** outError) argument
411 find_max_opacity(png_byte** rows, int startX, int startY, int endX, int endY, int dX, int dY, int* out_inset) argument
439 max_alpha_over_col(png_byte** rows, int offsetX, int startY, int endY) argument
511 get_color( png_bytepp rows, int left, int top, int right, int bottom) argument
822 dump_image(int w, int h, png_bytepp rows, int color_type) argument
1285 png_bytepp rows; local
[all...]
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp37 for (png_bytep row : rows) {
56 std::vector<png_bytep> rows; member in struct:aapt::PngInfo
143 outInfo->rows.resize(outInfo->height);
145 outInfo->rows[i] = new png_byte[rowBytes];
148 png_read_image(readPtr, outInfo->rows.data());
179 /*static void dump_image(int w, int h, const png_byte* const* rows, int color_type) {
195 const png_byte* row = rows[j];
252 //dump_image(w, h, imageInfo.rows.data(), PNG_COLOR_TYPE_RGB_ALPHA);
256 const png_byte* row = imageInfo.rows[j];
391 const png_byte* row = imageInfo.rows[
558 png_bytepp rows; local
705 getVerticalTicks(png_bytepp rows, int offset, int height, bool transparent, bool required, int32_t* outTop, int32_t* outBottom, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
783 getVerticalLayoutBoundsTicks(png_bytepp rows, int offset, int height, bool transparent, bool , int32_t* outTop, int32_t* outBottom, const char** outError) argument
816 findMaxOpacity(png_bytepp rows, int startX, int startY, int endX, int endY, int dX, int dY, int* outInset) argument
841 maxAlphaOverCol(png_bytepp rows, int offsetX, int startY, int endY) argument
912 getColor(png_bytepp rows, int left, int top, int right, int bottom) argument
[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 1224 milliseconds