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

1 2 3 45 6 7

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
SearchFragment.java 29 import android.support.v17.leanback.widget.Row;
313 RowPresenter.ViewHolder rowViewHolder, Row row) {
318 mOnItemSelectedListener.onItemSelected(item, row);
322 rowViewHolder, row);
329 RowPresenter.ViewHolder rowViewHolder, Row row) {
333 mOnItemClickedListener.onItemClicked(item, row);
337 rowViewHolder, row);
SearchSupportFragment.java 31 import android.support.v17.leanback.widget.Row;
315 RowPresenter.ViewHolder rowViewHolder, Row row) {
320 mOnItemSelectedListener.onItemSelected(item, row);
324 rowViewHolder, row);
331 RowPresenter.ViewHolder rowViewHolder, Row row) {
335 mOnItemClickedListener.onItemClicked(item, row);
339 rowViewHolder, row);
PlaybackControlGlue.java 15 import android.support.v17.leanback.widget.Row;
39 * 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) {
    [all...]
BrowseFragment.java 30 import android.support.v17.leanback.widget.Row;
62 * of {@link Row}.
272 * {@link Row}. These rows will be used by the rows fragment and the headers
276 * derive from {@link Row}.
295 * 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.
    [all...]
BrowseSupportFragment.java 32 import android.support.v17.leanback.widget.Row;
64 * of {@link Row}.
274 * {@link Row}. These rows will be used by the rows fragment and the headers
278 * derive from {@link Row}.
297 * 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.
    [all...]
  /external/guava/guava/src/com/google/common/collect/
StandardTable.java 42 * {@link Table} implementation backed by a map that associates row keys with
44 * records by the row key alone or by both keys, but not by just the column key.
48 * all optional operations are supported. Null row keys, columns keys, and
51 * <p>Lookups by row key are often faster than lookups by column key, because
53 * column(columnKey).get(rowKey)} still runs quickly, since the row key is
55 * iteration across all row keys occurs.
222 /** Remove a row key / column key / value mapping, if present. */
266 * <p>The set's iterator traverses the mappings for the first row, the
267 * mappings for the second row, and so on.
269 * <p>Each cell is an immutable snapshot of a row key / column key / valu
335 @Override public Map<C, V> row(R rowKey) { method in class:StandardTable
    [all...]
TreeBasedTable.java 40 * Implementation of {@code Table} whose row keys and column keys are ordered
42 * {@code TreeBasedTable}, you may provide comparators for the row keys and
51 * all optional operations are supported. Null row keys, columns keys, and
54 * <p>Lookups by row key are often faster than lookups by column key, because
56 * column(columnKey).get(rowKey)} still runs quickly, since the row key is
58 * iteration across all row keys occurs.
61 * row, both {@code row(rowKey)} and {@code rowMap().get(rowKey)} are {@link
93 * of both row and column keys.
110 * @param rowComparator the comparator that orders the row key
172 public SortedMap<C, V> row(R rowKey) { method in class:TreeBasedTable
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/opencv/cxcore/include/
cvwimage.h 64 // We use the convention (c,r) to refer to column c and row r with (0,0) being
77 // *im(2, 3) = 15; // Modify the element at column 2, row 3
80 // // Copy the second row into the first. This can be done with no memory
88 // float* row = im->Row(r);
90 // for (int ch = 0; ch < im->Channels(); ++ch, ++row) {
91 // *row = uchar(rand() & 255);
209 inline const T* Row(int r) const {
213 inline T* Row(int r) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 48 static inline void setRowLogicalHeightToRowStyleLogicalHeight(RenderTableSection::RowStruct& row)
50 ASSERT(row.rowRenderer);
51 row.logicalHeight = row.rowRenderer->style()->logicalHeight();
54 static inline void updateLogicalHeightForCell(RenderTableSection::RowStruct& row, const RenderTableCell* cell)
62 Length cRowLogicalHeight = row.logicalHeight;
67 row.logicalHeight = logicalHeight;
72 row.logicalHeight = logicalHeight;
89 visitor->trace(row);
157 RenderObject* row = beforeChild->previousSibling() local
174 RenderObject* row = RenderTableRow::createAnonymousWithParentRenderer(this); local
189 RenderTableRow* row = toRenderTableRow(child); local
730 Row& row = m_grid[r].row; local
802 Row& row = m_grid[r].row; local
    [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-arm/
ABIMacOSX_arm.cpp     [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-i386/
ABIMacOSX_i386.cpp     [all...]
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextLLDB.cpp 325 UnwindPlan::RowSP row = m_full_unwind_plan_sp->GetRowForFunctionOffset(0); local
326 if (row.get())
328 uint32_t cfa_regnum = row->GetCFARegister();
329 int cfa_offset = row->GetCFAOffset();
360 UnwindLogMsg ("could not find a row for function offset zero");
476 UnwindLogMsg ("active row: %s", active_row_strm.GetString().c_str());
490 UnwindLogMsg ("active row: %s", active_row_strm.GetString().c_str());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 793 ULONGLONG Row:1;
817 USHORT Row;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsRow.java 31 * A row of playback controls to be displayed by a {@link PlaybackControlsRowPresenter}.
33 * This row consists of some optional item detail, a series of primary actions,
43 public class PlaybackControlsRow extends Row {
604 * @param item The main item for the row.
624 * Sets a {link @Drawable} image for this row.
633 * Sets a {@link Bitmap} for this row.
643 * Gets the image {@link Drawable} of this row.
681 * Sets the total time in milliseconds for the playback controls row.
688 * Returns the total time in milliseconds for the playback controls row.
695 * Sets the current time in milliseconds for the playback controls row
    [all...]
GridLayoutManager.java 201 * The orientation of a "row".
250 * User-specified row height/column width. Can be WRAP_CONTENT.
256 * the row height, equal for all rows. Grid items may have variable length
262 * Tracks the secondary size of each row.
308 * Tracking start/end position of each row for visible items.
310 private StaggeredGrid.Row[] mRows;
496 * Set the row height. May be WRAP_CONTENT, or a size in pixels.
502 throw new IllegalArgumentException("Invalid row height: " + height);
607 // are horizontal and have more than one row.
721 // we try to maintain each row's position if number of rows keeps the sam
769 int row = mGrid.getLocation(i).row; local
1350 final int row = mGrid.getLocation(index).row; local
1385 final int row = mGrid.getLocation(index).row; local
    [all...]
  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.cpp     [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 102 void Clear() { row = col = -1; }
104 int row; // 0 based. member in struct:TiXmlCursor
227 The row and column are 1-based. (That is the first row and first column is
229 a row and column value.
231 Generally, the row and column value will be set when the TiXmlDocument::Load(),
239 There is a minor performance cost to computing the row and column. Computation
244 int Row() const { return location.row + 1; }
245 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 102 void Clear() { row = col = -1; }
104 int row; // 0 based. member in struct:TiXmlCursor
227 The row and column are 1-based. (That is the first row and first column is
229 a row and column value.
231 Generally, the row and column value will be set when the TiXmlDocument::Load(),
239 There is a minor performance cost to computing the row and column. Computation
244 int Row() const { return location.row + 1; }
245 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /external/tinyxml/
tinyxml.h 104 void Clear() { row = col = -1; }
106 int row; // 0 based. member in struct:TiXmlCursor
181 The row and column are 1-based. (That is the first row and first column is
183 a row and column value.
185 Generally, the row and column value will be set when the TiXmlDocument::Load(),
193 There is a minor performance cost to computing the row and column. Computation
198 int Row() const { return location.row + 1; }
199 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /external/chromium_org/v8/tools/profviz/
composer.js 45 var kDeoptRow = 7; // Row displaying deopts.
414 function DrawBar(row, color, start, end, width) {
415 DrawBarBase(color, start, end, row + width, row - width);
418 function DrawHalfBar(row, color, start, end, width) {
419 DrawBarBase(color, start, end, row, row - width);
483 var row = MergeRanges(TicksToRanges(code_kind.in_execution));
484 for (var j = 0; j < row.length; j++) {
486 row[j].start, row[j].end, kExecutionFrameWidth)
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js 869 var row = [];
872 row.push(this._parseMarkupText());
874 rows.push(row);
883 throw new Error(String.sprintf("Table could not be parsed. Row %d has %d cells; expected %d.", i, rows[i].length, columnNames[i].length));
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2790 milliseconds

1 2 3 45 6 7