HomeSort by relevance Sort by last modified time
    Searched refs:Row (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAppList.java 208 ViewGroup row; field in class:NotificationAppList.ViewHolder
215 private class NotificationAppAdapter extends ArrayAdapter<Row> implements SectionIndexer {
237 Row r = getItem(position);
242 Row r = getItem(position);
253 public View newView(ViewGroup parent, Row r) {
259 vh.row = (ViewGroup) v;
260 vh.row.setLayoutTransition(new LayoutTransition());
261 vh.row.setLayoutTransition(new LayoutTransition());
280 public void bindView(final View view, Row r, boolean animate) {
282 // it's a section row
288 final AppRow row = (AppRow)r; local
346 Row row = getItem(position); local
378 final AppRow row = new AppRow(); local
415 final AppRow row = rows.get(appInfo.packageName); local
505 final AppRow row = mSortedRows.get(i); local
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
MainFragment.java 33 import android.support.v17.leanback.widget.Row;
181 public void onItemSelected(Object item, Row row) {
193 public void onItemClicked(Object item, Row row) {
LeanbackDetailsFragment.java 34 import android.support.v17.leanback.widget.Row;
96 DetailsOverviewRow row = new DetailsOverviewRow(selectedMovie); local
106 row.setImageBitmap(getActivity(), poster);
110 row.addAction(new Action(ACTION_WATCH_TRAILER, getResources().getString(
112 row.addAction(new Action(ACTION_RENT, getResources().getString(R.string.rent_1),
114 row.addAction(new Action(ACTION_BUY, getResources().getString(R.string.buy_1),
116 return row;
175 public void onItemClicked(Object item, Row row) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvdeo.h 352 SHORT Row;
359 SHORT Row;
369 SHORT Row;
390 SHORT Row;
  /external/chromium_org/third_party/icu/source/common/
uresdata.c 649 * row of a temporary array
655 typedef struct Row {
657 } Row;
662 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
663 keyChars+((const Row *)right)->keyIndex);
668 Row *rows;
861 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
975 Row rows[STACK_ROW_CAPACITY];
    [all...]
  /external/icu/icu4c/source/common/
uresdata.c 647 * row of a temporary array
653 typedef struct Row {
655 } Row;
660 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
661 keyChars+((const Row *)right)->keyIndex);
666 Row *rows;
859 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
973 Row rows[STACK_ROW_CAPACITY];
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls:
50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len)
58 self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1))
60 self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
62 self.ctrls[Text] = JetSpin(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
64 self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Lst, wx.CB_DROPDOWN | wx.CB_READONLY )
69 self.ctrls[Text] = TimeCtrl(panel, pos=(Col, Row + LBL_OFFSET), ctlName=Text)
71 self.ctrls[Text] = JetFileCombo(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
73 self.ctrls[Text] = JetFileText(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
75 self.ctrls[Text] = wx.StaticBox(parent=panel, id=wx.ID_ANY, label=Lbl, pos=(Row, Col), size=Len)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 82 void addCell(RenderTableCell*, RenderTableRow* row);
117 typedef WillBeHeapVector<CellStruct> Row;
129 Row row; member in struct:blink::FINAL::RowStruct
174 CellStruct& cellAt(unsigned row, unsigned col) { return m_grid[row].row[col]; }
175 const CellStruct& cellAt(unsigned row, unsigned col) const { return m_grid[row].row[col];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_impl_mmx.asm 96 ; Row 1
121 ; Row 2
144 ; Row 3
167 ; Row 4
190 ; Row 5
214 ; Row 6
237 ; Row 7
260 ; Row 8
344 ; Row 1
358 ; Row
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout.cc 258 // Row -------------------------------------------------------------
260 class Row : public LayoutElement {
262 Row(int height, float resize_percent, ColumnSet* column_set)
270 virtual ~Row() {}
298 // The column set used for this row; null for padding rows.
304 DISALLOW_COPY_AND_ASSIGN(Row);
712 AddRow(new Row(0, vertical_resize, column_set));
716 AddRow(new Row(pixel_count, vertical_resize, NULL));
800 // SizeRowsAndColumns sets the size and location of each row/column, but
876 // Reset the height of each row
915 Row* row = rows_[view_state->start_row]; local
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_mmx.asm 96 ; Row 1
121 ; Row 2
144 ; Row 3
167 ; Row 4
190 ; Row 5
214 ; Row 6
237 ; Row 7
260 ; Row 8
344 ; Row 1
358 ; Row
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 87 protected Key createKeyFromXml(Resources res, Row parent, int x, int y,
222 public LatinKey(Resources res, Keyboard.Row parent, int x, int y,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_mmx.asm 96 ; Row 1
121 ; Row 2
144 ; Row 3
167 ; Row 4
190 ; Row 5
214 ; Row 6
237 ; Row 7
260 ; Row 8
344 ; Row 1
358 ; Row
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ArrayTable.java 42 * <p>The allowed row and column keys must be supplied when the table is
43 * created. The table always contains a mapping for every row key / column pair.
44 * The value corresponding to a given row and column is null unless another
47 * <p>The table's size is constant: the product of the number of supplied row
52 * <p>The ordering of the row and column keys provided when the table is
61 * <p>Null row keys or column keys are not permitted.
64 * where the array indices correspond to the position of a row or column in the
86 * @param rowKeys row keys that may be stored in the generated table
99 * iterable, to specify the allowed row keys and/or column keys. Note that
107 * <p>If {@code table} includes a mapping with row key {@code r} and
    [all...]
  /external/clang/tools/scan-build/
scan-build 327 my $Row = {
337 push @$Stats, $Row;
474 foreach my $Row (@$Stats) {
475 $FilesHash->{$Row->{Filename}} = 1;
476 $TotalBlocks += $Row->{Total};
477 $UnreachedBlocks += $Row->{Unreachable};
478 $BlockAborted++ if $Row->{Aborted} eq 'yes';
479 $WorkListAborted++ if $Row->{Empty} eq 'no';
480 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 312 my $Row = {
322 push @$Stats, $Row;
453 foreach my $Row (@$Stats) {
454 $FilesHash->{$Row->{Filename}} = 1;
455 $TotalBlocks += $Row->{Total};
456 $UnreachedBlocks += $Row->{Unreachable};
457 $BlockAborted++ if $Row->{Aborted} eq 'yes';
458 $WorkListAborted++ if $Row->{Empty} eq 'no';
459 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 312 my $Row = {
322 push @$Stats, $Row;
453 foreach my $Row (@$Stats) {
454 $FilesHash->{$Row->{Filename}} = 1;
455 $TotalBlocks += $Row->{Total};
456 $UnreachedBlocks += $Row->{Unreachable};
457 $BlockAborted++ if $Row->{Aborted} eq 'yes';
458 $WorkListAborted++ if $Row->{Empty} eq 'no';
459 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
PlaybackOverlayFragment.java 35 import android.support.v17.leanback.widget.Row;
95 RowPresenter.ViewHolder rowViewHolder, Row row) {
105 RowPresenter.ViewHolder rowViewHolder, Row row) {
106 Log.i(TAG, "onItemSelected: " + item + " row " + row);
271 protected void onRowChanged(PlaybackControlsRow row) {
272 PlaybackOverlayFragment.this.onRowChanged(row);
316 // Add the controls row
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragment.java 23 import android.support.v17.leanback.widget.Row;
190 * Sets the selected row position with smooth animation.
197 * Sets the selected row position.
DetailsSupportFragment.java 25 import android.support.v17.leanback.widget.Row;
192 * Sets the selected row position with smooth animation.
199 * Sets the selected row position.
VerticalGridFragment.java 22 import android.support.v17.leanback.widget.Row;
157 RowPresenter.ViewHolder rowViewHolder, Row row) {
159 if (DEBUG) Log.v(TAG, "row selected position " + position);
162 mOnItemSelectedListener.onItemSelected(item, row);
166 rowViewHolder, row);
VerticalGridSupportFragment.java 24 import android.support.v17.leanback.widget.Row;
159 RowPresenter.ViewHolder rowViewHolder, Row row) {
161 if (DEBUG) Log.v(TAG, "row selected position " + position);
164 mOnItemSelectedListener.onItemSelected(item, row);
168 rowViewHolder, row);
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 93 return segments * 2; // each segment is row[0] + row[1] (n + alpha)
104 uint8_t* row = head->data(); local
107 row[0] = n;
108 row[1] = 0xFF;
110 row += 2;
177 static size_t compute_row_length(const uint8_t row[], int width) {
178 const uint8_t* origRow = row;
180 int n = row[0];
183 row += 2
213 const uint8_t* row = head->data() + yoff->fOffset; local
490 uint8_t* row = base + yoff->fOffset; local
741 const uint8_t* row = head->data() + yoff->fOffset; local
921 const uint8_t* row = this->findRow(top, &lastY); local
968 Row* row = fRows.begin(); local
986 Row* row = fCurrRow; local
1074 const Row* row = fRows.begin(); local
1128 const Row& row = fRows[y]; local
1149 const Row& row = fRows[i]; local
1917 const uint8_t* row = fAAClip->findRow(y); local
1985 const uint8_t* row = fAAClip->findRow(y); local
2003 const uint8_t* row = fAAClip->findRow(y, &lastY); local
2219 const uint8_t* row = fAAClip->findRow(y, &localStopY); local
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 93 return segments * 2; // each segment is row[0] + row[1] (n + alpha)
104 uint8_t* row = head->data(); local
107 row[0] = n;
108 row[1] = 0xFF;
110 row += 2;
177 static size_t compute_row_length(const uint8_t row[], int width) {
178 const uint8_t* origRow = row;
180 int n = row[0];
183 row += 2
213 const uint8_t* row = head->data() + yoff->fOffset; local
450 uint8_t* row = base + yoff->fOffset; local
853 const uint8_t* row = this->findRow(top, &lastY); local
900 Row* row = fRows.begin(); local
918 Row* row = fCurrRow; local
1006 const Row* row = fRows.begin(); local
1060 const Row& row = fRows[y]; local
1081 const Row& row = fRows[i]; local
1849 const uint8_t* row = fAAClip->findRow(y); local
1917 const uint8_t* row = fAAClip->findRow(y); local
1935 const uint8_t* row = fAAClip->findRow(y, &lastY); local
2151 const uint8_t* row = fAAClip->findRow(y, &localStopY); local
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 986 var row = this.columns_[column].getRowByTileIndex(index);
987 if (!row) {
988 console.error('Cannot find row for tile #' + index);
993 if (row.hasTile(sameRowNeighbourIndex))
1001 getEdgeTileIndex_(row.getCenterY(), -direction);
1019 var row = this.columns_[column].getRowByTileIndex(index);
1020 if (!row) {
1021 console.error('Cannot find row for tile #' + index);
1025 // Find the first item in the next row, or the last item in the previous row
    [all...]

Completed in 1206 milliseconds

1 2 34 5 6 7