Searched refs:row (Results 76 - 100 of 102) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s41 ; * [in] pCoefBufRow pointer to the coefficient row buffer
H A DomxVCM4P2_PredictReconCoefIntra_s.s45 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
65 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
258 ;//updating source and row prediction buffer contents
265 VST1 {dtemp0,dtemp1},[pPredBufRow] ;//storing back the updated row prediction values
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java242 for (ArrayList row : list) {
243 cursor.addRow(row);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java101 for (int row : mOutputRowRegions) {
102 totalError += row;
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp62 unsigned int row = getOrdinate(pNew); local
71 action = link_action[row][col];
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java38 * An internal fragment containing a list of row headers.
77 Row row = (Row) getAdapter().get(position);
78 mOnItemSelectedListener.onItemSelected(null, row);
H A DHeadersSupportFragment.java40 * An internal fragment containing a list of row headers.
79 Row row = (Row) getAdapter().get(position);
80 mOnItemSelectedListener.onItemSelected(null, row);
H A DPlaybackControlGlue.java39 * controls row you must pass it to {@link #setControlsRow}. The row will be updated by the glue
41 * {@link #createControlsRowAndPresenter()} which will set a controls row and return
42 * a row presenter you can use to present the row.
46 * on the controls row as the primary actions adapter, and adds actions to it. You can provide
56 * <p>To update the controls row progress during playback, override {@link #enableProgressUpdating}
181 RowPresenter.ViewHolder viewHolder2, Row row) {
189 viewHolder2, row);
394 * Sets the controls row t
760 onRowChanged(PlaybackControlsRow row) argument
[all...]
H A DBrowseFragment.java295 * item or row is selected by a user.
297 * @param listener The listener to call when an item or row is selected.
473 * @param enable true to enable row scaling
780 * Sets the {@link PresenterSelector} used to render the row headers.
783 * the Presenter for each row header.
833 RowPresenter.ViewHolder rowViewHolder, Row row) {
835 if (DEBUG) Log.v(TAG, "row selected position " + position);
839 rowViewHolder, row);
846 public void onItemSelected(Object item, Row row) {
848 mExternalOnItemSelectedListener.onItemSelected(item, row);
[all...]
H A DBrowseSupportFragment.java297 * item or row is selected by a user.
299 * @param listener The listener to call when an item or row is selected.
475 * @param enable true to enable row scaling
782 * Sets the {@link PresenterSelector} used to render the row headers.
785 * the Presenter for each row header.
835 RowPresenter.ViewHolder rowViewHolder, Row row) {
837 if (DEBUG) Log.v(TAG, "row selected position " + position);
841 rowViewHolder, row);
848 public void onItemSelected(Object item, Row row) {
850 mExternalOnItemSelectedListener.onItemSelected(item, row);
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp364 /* the next row; full-pel resolution */
463 /* the next row; full-pel resolution */
788 /* the next row; full-pel resolution */
1132 /* the next row; full-pel resolution */
1558 /* pad extra row */
1676 /* pad extra row */
1719 Int row, col, i; local
1729 row = B_SIZE;
1730 while (row--)
1767 Int row, co local
1797 Int row, col, i; local
1865 Int row, col; local
[all...]
/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java507 int row = (int) (y - mMonthHeaderSize) / mRowHeight;
511 day += row * mNumDays;
661 final int row = (index / mNumDays);
664 final int y = (offsetY + (row * cellHeight));
H A DGridView.java628 // first row or the first row is scrolled off the top of the drawable area
671 // last row or the last row is scrolled off the bottom of the drawable area
755 * @param rowStart The start of the row that will contain the selection
773 * @param rowStart The start of the row that will contain the selection
786 * Move all views upwards so the selected row does not interesect the bottom
789 * @param childInSelectedRow A child in the row that contains the selection
815 * Move all views upwards so the selected row does not interesect the top
818 * @param childInSelectedRow A child in the row tha
[all...]
H A DGridLayout.java80 * If a child does not specify the row and column indices of the cell it
119 * 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...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java554 int row = (int) (y - getMonthHeaderSize()) / mRowHeight;
558 day += row * mNumDays;
780 final int row = (index / mNumDays);
783 final int y = (offsetY + (row * cellHeight));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s45 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
65 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1314 ExpandableNotificationRow row = (ExpandableNotificationRow) view;
1315 return row.getIntrinsicHeight();
1334 ExpandableNotificationRow row = (ExpandableNotificationRow) child;
1335 height += row.getIntrinsicHeight();
1670 ExpandableNotificationRow row = (ExpandableNotificationRow) child;
1671 row.setIconAnimationRunning(running);
2081 ExpandableNotificationRow row = (ExpandableNotificationRow) view;
2082 if (row.isUserLocked()) {
2084 float endPosition = row.getTranslationY() + row
[all...]
H A DStackScrollAlgorithm.java481 ExpandableNotificationRow row = (ExpandableNotificationRow) child;
482 return row.getIntrinsicHeight();
793 ExpandableNotificationRow row = (ExpandableNotificationRow) child;
794 return row.isMaxExpandHeightInitialized();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java551 (mStackScroller.getChildLocation(entry.row) & VISIBLE_LOCATIONS) != 0;
992 // Decrease the delay for every row we animate to give the sense of
1476 ent.row.setSensitive(sensitive);
1481 ent.row.setShowingLegacyBackground(false);
1483 ent.row.setShowingLegacyBackground(true);
1486 toShow.add(ent.row);
1569 if (entry.row.getVisibility() != View.GONE &&
3171 if (entry.row != null) {
3172 entry.row.resetUserExpansion();
4017 ExpandableNotificationRow row
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1172 * @param historyRowId the row in which to record the history info for this sync
1408 int row = table.getNumRows();
1421 table.set(row, 0, authority, settings.syncable, settings.enabled);
1422 table.set(row, 4,
1441 table.set(row + i * 2, 12, period + " " + extras);
1442 table.set(row + i * 2 + 1, 12, next);
1445 int row1 = row;
3259 void set(int row, int col, Object... values) { argument
3264 for (int i = mTable.size(); i <= row; i++) {
3271 System.arraycopy(values, 0, mTable.get(row), co
3301 printRow(PrintWriter out, String[] formats, Object[] row) argument
[all...]
/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/native/opengl/tests/hwc/
H A DhwcCommit.cpp636 // has limits on the number of objects it can handle on any single row.
1511 for (size_t row = 0; row <= maxHeadingLen; row++) {
1515 if ((maxHeadingLen - row) <= it->length()) {
1516 if (row != maxHeadingLen) {
1517 char ch = (*it)[it->length() - (maxHeadingLen - row)];
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c669 #define M(row,col) m[col*4+row]
/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
192 * children that belong to a row group that uses {@link #TOP} alignment will
208 * belong to a row group that uses {@link #TOP} alignment.
312 * To control the 'direction' in which default row/column indices are generated
368 * RowCount is used only to generate default row/column indices when
499 * Returns whether or not row boundaries are ordered by their grid indices.
501 * @return {@code true} if row boundaries must appear in the order of their indices,
513 * When this property is {@code true}, GridLayout is forced to place the row boundaries
516 * When this property is {@code false} GridLayout is at liberty to place the vertical row
704 setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp466 Vector<uint8_t> row; local
467 if (row.resize(mRowStride) < 0) {
468 jniThrowException(mEnv, "java/lang/OutOfMemoryError", "Could not allocate row vector.");
472 uint8_t* rowBytes = row.editArray();
482 ALOGE("%s: Early EOF on row %" PRIu32 ", received bytesRead %zd",
501 ALOGV("%s: Using stream per-row write for strip.", __FUNCTION__);
589 ALOGV("%s: Using direct per-row write for strip.", __FUNCTION__);

Completed in 760 milliseconds

12345