Searched defs:row (Results 1 - 25 of 127) sorted by relevance

123456

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmb_utils.cpp28 int row; local
29 row = MB_SIZE;
32 while (row)
76 row -= 4;
89 int row; local
91 row = B_SIZE;
92 while (row)
129 row -= 4;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DVisibilityLocationProvider.java29 boolean isInVisibleLocation(ExpandableNotificationRow row); argument
H A DNotificationBigPictureTemplateViewWrapper.java34 ExpandableNotificationRow row) {
35 super(ctx, view, row);
39 public void onContentUpdated(ExpandableNotificationRow row) { argument
40 super.onContentUpdated(row);
41 updateImageTag(row.getStatusBarNotification());
33 NotificationBigPictureTemplateViewWrapper(Context ctx, View view, ExpandableNotificationRow row) argument
H A DNotificationBigTextTemplateViewWrapper.java35 ExpandableNotificationRow row) {
36 super(ctx, view, row);
44 public void onContentUpdated(ExpandableNotificationRow row) { argument
47 resolveViews(row.getStatusBarNotification());
48 super.onContentUpdated(row);
34 NotificationBigTextTemplateViewWrapper(Context ctx, View view, ExpandableNotificationRow row) argument
H A DNotificationMediaTemplateViewWrapper.java31 ExpandableNotificationRow row) {
32 super(ctx, view, row);
42 public void onContentUpdated(ExpandableNotificationRow row) { argument
46 super.onContentUpdated(row);
30 NotificationMediaTemplateViewWrapper(Context ctx, View view, ExpandableNotificationRow row) argument
H A DNotificationMessagingTemplateViewWrapper.java39 ExpandableNotificationRow row) {
40 super(ctx, view, row);
73 public void onContentUpdated(ExpandableNotificationRow row) { argument
77 super.onContentUpdated(row);
38 NotificationMessagingTemplateViewWrapper(Context ctx, View view, ExpandableNotificationRow row) argument
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DLinearLayoutGrid.java39 public Button getButtonAt(int column, int row) { argument
40 if (row < 0 || row > 2) {
41 throw new IllegalArgumentException("row out of range");
46 return (Button) getColumn(column).getChildAt(row);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DDisappearAnimationUtils.java47 protected long calculateDelay(int row, int col) { argument
48 return (long) ((row * 60 + col * (Math.pow(row, 0.4) + 0.4) * 10) * mDelayScale);
54 public float getRowTranslationScale(int row, int numRows) {
55 return (float) (Math.pow((numRows - row), 2) / numRows);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationViewWrapperTest.java46 ExpandableNotificationRow row) {
47 super(ctx, view, row);
45 TestableNotificationViewWrapper(Context ctx, View view, ExpandableNotificationRow row) argument
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp60 unsigned int row = getOrdinate(pNew); local
69 action = link_action[row][col];
/frameworks/rs/
H A DrsMatrix2x2.h28 inline float get(uint32_t col, uint32_t row) const {
29 return m[col*2 + row];
32 inline void set(uint32_t col, uint32_t row, float v) { argument
33 m[col*2 + row] = v;
H A DrsMatrix3x3.h28 inline float get(uint32_t col, uint32_t row) const {
29 return m[col*3 + row];
32 inline void set(uint32_t col, uint32_t row, float v) { argument
33 m[col*3 + row] = v;
H A DrsMatrix4x4.h28 float get(uint32_t col, uint32_t row) const {
29 return m[col*4 + row];
32 void set(uint32_t col, uint32_t row, float v) { argument
33 m[col*4 + row] = v;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseOnItemViewClickedListener.java22 * Called when an item inside a row gets clicked.
25 * @param rowViewHolder The view holder of the row which the clicked item belongs to.
26 * @param row The row which the clicked item belongs to.
29 RowPresenter.ViewHolder rowViewHolder, T row);
28 onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, T row) argument
H A DBaseOnItemViewSelectedListener.java17 * Interface for receiving notification when a row or item becomes selected. The concept of
18 * current selection is different than focus. A row or item can be selected without having focus;
19 * for example, when a row header view gains focus then the corresponding row view becomes selected.
24 * Called when a row or a new item becomes selected.
27 * selection changes between rows, regardless if row view has focus or not.
29 * For a {@link ListRow} case, parameter item is null if the list row is empty.
32 * In the case of a grid, the row parameter is always null.
35 * Row has focus: event is fired when focus changes between children of the row.
38 * No row ha
47 onItemSelected(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, T row) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
H A DBlackLevelPattern.java39 * given in row-column scan order.</p>
61 * @param row the row index in the raw pixel array.
64 * @throws IllegalArgumentException if a column or row given is negative.
66 public int getOffsetForIndex(int column, int row) { argument
67 if (row < 0 || column < 0) {
68 throw new IllegalArgumentException("column, row arguments must be positive");
70 return mCfaOffsets[((row & 1) << 1) | (column & 1)];
76 * <p>Offsets are given in row-column scan order for a given 2x2 color pattern.</p>
H A DColorSpaceTransform.java28 * Immutable class for describing a 3x3 matrix of {@link Rational} values in row-major order.
62 * <p>The elements must be stored in a row-major order.</p>
90 * <p>The elements must be stored in a row-major order. Each rational is stored
102 * where {@code Nij} and {@code Dij} is the numerator and denominator for row {@code i} and
126 * Get an element of this matrix by its row and column.
133 * @throws IllegalArgumentException if column or row was out of range
135 public Rational getElement(int column, int row) { argument
138 } else if (row < 0 || row >= ROWS) {
139 throw new IllegalArgumentException("row ou
[all...]
H A DLensShadingMap.java44 * <p>The elements must be stored in a row-major order (fully packed).</p>
101 * Get a single color channel gain factor from this lens shading map by its row and column.
114 * @param row within the range [0, {@link #getRowCount})
127 public float getGainFactor(final int colorChannel, final int column, final int row) { argument
132 } else if (row < 0 || row >= mRows) {
133 throw new IllegalArgumentException("row out of range");
136 return mElements[colorChannel + (row * mColumns + column) * COUNT ];
140 * Get a gain factor vector from this lens shading map by its row and column.
146 * @param row withi
155 getGainFactorVector(final int column, final int row) argument
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DRowsFragment.java56 RowPresenter.ViewHolder rowViewHolder, Row row) {
57 Log.i(TAG, "onItemSelected: " + item + " row " + row);
60 getAdapter().get(0) == row);
100 RowPresenter.ViewHolder rowViewHolder, Row row) {
99 onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
H A DRowsSupportFragment.java59 RowPresenter.ViewHolder rowViewHolder, Row row) {
60 Log.i(TAG, "onItemSelected: " + item + " row " + row);
63 getAdapter().get(0) == row);
103 RowPresenter.ViewHolder rowViewHolder, Row row) {
102 onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DRowsFragment.java56 RowPresenter.ViewHolder rowViewHolder, Row row) {
57 Log.i(TAG, "onItemSelected: " + item + " row " + row);
60 getAdapter().get(0) == row);
100 RowPresenter.ViewHolder rowViewHolder, Row row) {
99 onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
H A DRowsSupportFragment.java59 RowPresenter.ViewHolder rowViewHolder, Row row) {
60 Log.i(TAG, "onItemSelected: " + item + " row " + row);
63 getAdapter().get(0) == row);
103 RowPresenter.ViewHolder rowViewHolder, Row row) {
102 onItemClicked(Presenter.ViewHolder itemViewHolder, Object item, RowPresenter.ViewHolder rowViewHolder, Row row) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_neighbour.c133 u32 i, row, col; local
142 row = col = 0;
152 if (row)
157 if (row && (col < picWidth - 1))
162 if (row && col)
171 row++;
H A Dh264bsd_transform.c101 u32 row,col; local
156 for (row = 4, ptr = data; row--; ptr += 4)
258 u32 row,col; local
288 for (row = 4, ptr = data; row--; ptr += 4)
H A Dh264bsd_util.c268 u32 row, col; local
273 row = mbNum / width;
276 tmp = row * width;

Completed in 7385 milliseconds

123456