Searched refs:row (Results 226 - 250 of 260) sorted by relevance

1234567891011

/frameworks/native/libs/math/include/math/
H A Dmat4.h102 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)
386 for (size_t row = 0; row < NUM_ROWS; ++row) {
387 m_value[col][row] = *rawArray++;
540 // row-vector * matrix, result is a vector of the same type than the input vector
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_intra_prediction.c548 u32 row, col; local
562 row = mbNum / width;
563 col = mbNum - row * width;
566 ptr = image->data + row * 16 * width + col * 16;
569 * sense when current mb is the right-most mb in a row. Same applies to
573 if (row)
588 ptr = image->data + picSize * 256 + row * 8 * width + col * 8;
590 if (row)
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1739 * @param historyRowId the row in which to record the history info for this sync
2101 int row = table.getNumRows();
2115 table.set(row, 0, authority, settings.syncable, settings.enabled);
2118 table.set(row, 4,
2127 int row1 = row;
2136 row1 = row;
3706 void set(int row, int col, Object... values) { argument
3711 for (int i = mTable.size(); i <= row; i++) {
3718 final String[] rowArray = mTable.get(row);
3730 for (Object[] row
3752 printRow(PrintWriter out, String[] formats, Object[] row) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp634 // has limits on the number of objects it can handle on any single row.
1509 for (size_t row = 0; row <= maxHeadingLen; row++) {
1513 if ((maxHeadingLen - row) <= it->length()) {
1514 if (row != maxHeadingLen) {
1515 char ch = (*it)[it->length() - (maxHeadingLen - row)];
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java444 ExpandableNotificationRow row = (ExpandableNotificationRow) animView;
445 wasRemoved = row.isRemoved();
/frameworks/base/tools/aapt2/compile/
H A DNinePatch.cpp131 * Iterates over a row in an image. Implements the templated ImageLine
307 const uint8_t* row = rows[y]; local
309 const uint32_t color = NinePatch::PackRGBA(row + x * 4);
402 // Calculates the insets of a row/column of pixels based on where the largest
565 // Find left and right extent of 9-patch content on center row.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragment.java85 * if shared element transition is not needed, for example if first row is not rendered by
247 // we are expecting app to start delayed enter transition shortly after details row is
354 RowPresenter.ViewHolder rowViewHolder, Object row) {
357 if (DEBUG) Log.v(TAG, "row selected position " + position
362 rowViewHolder, row);
515 * For example how a row is aligned in details Fragment. The default implementation invokes
573 * Sets the selected row position with smooth animation.
580 * Sets the selected row position.
708 * Called on every visible row to change view status when current selected row positio
[all...]
H A DSearchFragment.java349 RowPresenter.ViewHolder rowViewHolder, Row row) {
357 rowViewHolder, row);
H A DSearchSupportFragment.java346 RowPresenter.ViewHolder rowViewHolder, Row row) {
354 rowViewHolder, row);
H A DDetailsSupportFragment.java82 * if shared element transition is not needed, for example if first row is not rendered by
244 // we are expecting app to start delayed enter transition shortly after details row is
351 RowPresenter.ViewHolder rowViewHolder, Object row) {
354 if (DEBUG) Log.v(TAG, "row selected position " + position
359 rowViewHolder, row);
512 * For example how a row is aligned in details Fragment. The default implementation invokes
570 * Sets the selected row position with smooth animation.
577 * Sets the selected row position.
705 * Called on every visible row to change view status when current selected row positio
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1088 mContractedWrapper.onContentUpdated(entry.row);
1091 mExpandedWrapper.onContentUpdated(entry.row);
1094 mHeadsUpWrapper.onContentUpdated(entry.row);
1097 mAmbientWrapper.onContentUpdated(entry.row);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java139 if (entry.row.getVisibility() == View.GONE) {
H A DNotificationPanelView.java500 ExpandableNotificationRow row = (ExpandableNotificationRow) child;
502 row.getStatusBarNotification());
506 if (!mStatusBar.shouldShowOnKeyguard(row.getStatusBarNotification())) {
509 if (row.isRemoved()) {
2329 mNotificationStackScroller.generateHeadsUpAnimation(entry.row, isHeadsUp);
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSearchFragment.java43 // Adapter for first row
130 HeaderItem header = new HeaderItem(0, mQuery + " results row " + 0);
133 // first row based on the flag mIsDataSetOnePresented flag.
134 // Also the first row adapter will only be created once so the animation will be triggered
152 header = new HeaderItem(i, mQuery + " results row " + i);
167 RowPresenter.ViewHolder rowViewHolder, Row row) {
188 * Create a data set (data set one) for the last row of this browse fragment. It will be
190 * Different with other rows in the browsing fragment, the photo item in last row all have been
257 * Create a new data set (data set one) for the last row of this browse fragment. It will be
259 * Different with other rows in the browsing fragment, the photo item in last row al
166 onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
[all...]
H A DSearchSupportFragment.java46 // Adapter for first row
131 HeaderItem header = new HeaderItem(0, mQuery + " results row " + 0);
134 // first row based on the flag mIsDataSetOnePresented flag.
135 // Also the first row adapter will only be created once so the animation will be triggered
153 header = new HeaderItem(i, mQuery + " results row " + i);
168 RowPresenter.ViewHolder rowViewHolder, Row row) {
189 * Create a data set (data set one) for the last row of this browse fragment. It will be
191 * Different with other rows in the browsing fragment, the photo item in last row all have been
258 * Create a new data set (data set one) for the last row of this browse fragment. It will be
260 * Different with other rows in the browsing fragment, the photo item in last row al
167 onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
H A DMediaPlayerGlue.java146 // Add secondary actions and change the control row color.
398 RowPresenter.ViewHolder rowViewHolder, Row row) {
397 onItemSelected(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSearchFragment.java43 // Adapter for first row
130 HeaderItem header = new HeaderItem(0, mQuery + " results row " + 0);
133 // first row based on the flag mIsDataSetOnePresented flag.
134 // Also the first row adapter will only be created once so the animation will be triggered
152 header = new HeaderItem(i, mQuery + " results row " + i);
167 RowPresenter.ViewHolder rowViewHolder, Row row) {
188 * Create a data set (data set one) for the last row of this browse fragment. It will be
190 * Different with other rows in the browsing fragment, the photo item in last row all have been
257 * Create a new data set (data set one) for the last row of this browse fragment. It will be
259 * Different with other rows in the browsing fragment, the photo item in last row al
166 onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
[all...]
H A DSearchSupportFragment.java46 // Adapter for first row
131 HeaderItem header = new HeaderItem(0, mQuery + " results row " + 0);
134 // first row based on the flag mIsDataSetOnePresented flag.
135 // Also the first row adapter will only be created once so the animation will be triggered
153 header = new HeaderItem(i, mQuery + " results row " + i);
168 RowPresenter.ViewHolder rowViewHolder, Row row) {
189 * Create a data set (data set one) for the last row of this browse fragment. It will be
191 * Different with other rows in the browsing fragment, the photo item in last row all have been
258 * Create a new data set (data set one) for the last row of this browse fragment. It will be
260 * Different with other rows in the browsing fragment, the photo item in last row al
167 onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
[all...]
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
H A DMediaPlayerGlue.java146 // Add secondary actions and change the control row color.
398 RowPresenter.ViewHolder rowViewHolder, Row row) {
397 onItemSelected(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DMediaPlayerGlue.java484 RowPresenter.ViewHolder rowViewHolder, Row row) {
483 onItemSelected(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp465 std::unique_ptr<SkColor[]> row(new SkColor[width]);
469 memcpy(row.get(), src, sizeof(SkColor) * width);
470 xform->apply(SkColorSpaceXform::kBGRA_8888_ColorFormat, row.get(),
471 SkColorSpaceXform::kBGRA_8888_ColorFormat, row.get(), width,
474 proc(dst, row.get(), width, x, y);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java860 for (int row = 0; row < h; row++) {
864 // Special case: optimized read of the entire row
878 // Advance buffer the remainder of the row stride
879 if (row < h - 1) {
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabase.java339 throw new FileNotFoundException("Cannot find a row having ID = " + documentId);
480 * @return True if at least one row is updated.
918 final RowBuilder row = cursor.newRow();
920 row.add(values.get(name));
/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.java87 * If a child does not specify the row and column indices of the cell it
126 * Multiple components in the same row or column group are
216 * children that belong to a row group that uses {@link #TOP} alignment will
232 * belong to a row group that uses {@link #TOP} alignment.
332 * To control the 'direction' in which default row/column indices are generated
388 * RowCount is used only to generate default row/column indices when
520 * Returns whether or not row boundaries are ordered by their grid indices.
522 * @return {@code true} if row boundaries must appear in the order of their indices,
534 * When this property is {@code true}, GridLayout is forced to place the row boundaries
537 * When this property is {@code false} GridLayout is at liberty to place the vertical row
725 setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) argument
[all...]

Completed in 662 milliseconds

1234567891011