HomeSort by relevance Sort by last modified time
    Searched refs:Row (Results 151 - 175 of 410) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
PlaybackGlueHostImplWithViewHolder.java 44 public void setPlaybackRow(Row row) {
45 super.setPlaybackRow(row);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iphlpapi.h 46 ULONG WINAPI GetPerTcpConnectionEStats (PMIB_TCPROW Row, TCP_ESTATS_TYPE EstatsType, PUCHAR Rw, ULONG RwVersion, ULONG RwSize, PUCHAR Ros, ULONG RosVersion, ULONG RosSize, PUCHAR Rod, ULONG RodVersion, ULONG RodSize);
47 ULONG WINAPI SetPerTcpConnectionEStats (PMIB_TCPROW Row, TCP_ESTATS_TYPE EstatsType, PUCHAR Rw, ULONG RwVersion, ULONG RwSize, ULONG Offset);
48 ULONG WINAPI GetPerTcp6ConnectionEStats (PMIB_TCP6ROW Row, TCP_ESTATS_TYPE EstatsType, PUCHAR Rw, ULONG RwVersion, ULONG RwSize, PUCHAR Ros, ULONG RosVersion, ULONG RosSize, PUCHAR Rod, ULONG RodVersion, ULONG RodSize);
49 ULONG WINAPI SetPerTcp6ConnectionEStats (PMIB_TCP6ROW Row, TCP_ESTATS_TYPE EstatsType, PUCHAR Rw, ULONG RwVersion, ULONG RwSize, ULONG Offset);
ntddvdeo.h 352 SHORT Row;
359 SHORT Row;
369 SHORT Row;
390 SHORT Row;
  /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...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
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) {
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
SearchFragment.java 28 import android.support.v17.leanback.widget.Row;
134 RowPresenter.ViewHolder rowViewHolder, Row row) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 41 @param Row The cursor position to print the string at
50 IN UINTN Row,
55 gST->ConOut->SetCursorPosition (gST->ConOut, Column, Row);
64 @param Row The cursor position to print the string at.
73 IN UINTN Row,
77 gST->ConOut->SetCursorPosition (gST->ConOut, Column, Row);
165 UINTN Row;
191 // query current row and column to calculate boot menu location
197 &Row
200 MaxPrintRows = Row - 6;
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
GridFragment.java 27 import android.support.v17.leanback.widget.Row;
96 RowPresenter.ViewHolder rowViewHolder, Row row) {
102 rowViewHolder, row);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BaseRowFragment.java 25 import android.support.v17.leanback.widget.Row;
91 * row.
202 * Sets the selected row position with smooth animation.
209 * Gets position of currently selected row.
210 * @return Position of currently selected row.
217 * Sets the selected row position.
249 Object getItem(Row row, int position) {
250 if (row instanceof ListRow) {
251 return ((ListRow) row).getAdapter().get(position)
    [all...]
BaseRowSupportFragment.java 22 import android.support.v17.leanback.widget.Row;
88 * row.
199 * Sets the selected row position with smooth animation.
206 * Gets position of currently selected row.
207 * @return Position of currently selected row.
214 * Sets the selected row position.
246 Object getItem(Row row, int position) {
247 if (row instanceof ListRow) {
248 return ((ListRow) row).getAdapter().get(position)
    [all...]
VerticalGridFragment.java 29 import android.support.v17.leanback.widget.Row;
118 RowPresenter.ViewHolder rowViewHolder, Row row) {
124 rowViewHolder, row);
VerticalGridSupportFragment.java 26 import android.support.v17.leanback.widget.Row;
115 RowPresenter.ViewHolder rowViewHolder, Row row) {
121 rowViewHolder, row);
BrowseFragment.java 41 import android.support.v17.leanback.widget.Row;
69 * of {@link Row}.
241 // with adapter changes. Example: a row is added before the current selected row;
297 * there are other focusable rows above currently focused row.
370 * of {@link Row}. We provide an out of the box adapter implementation for any rows other than
439 * Returns whether row scaling is enabled.
446 * Sets the row scaling property.
492 * {@link BrowseFragment} uses this interface to pass row based interaction events to
527 * Selects a Row and perform an optional task on the Row
1365 final Row row = (Row) mAdapter.get(i); local
1378 final Row row = (Row) mAdapter.get(i); local
    [all...]
BrowseSupportFragment.java 38 import android.support.v17.leanback.widget.Row;
66 * of {@link Row}.
238 // with adapter changes. Example: a row is added before the current selected row;
294 * there are other focusable rows above currently focused row.
367 * of {@link Row}. We provide an out of the box adapter implementation for any rows other than
436 * Returns whether row scaling is enabled.
443 * Sets the row scaling property.
489 * {@link BrowseSupportFragment} uses this interface to pass row based interaction events to
524 * Selects a Row and perform an optional task on the Row
1362 final Row row = (Row) mAdapter.get(i); local
1375 final Row row = (Row) mAdapter.get(i); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationBackend.java 43 final AppRow row = new AppRow(); local
44 row.pkg = app.packageName;
45 row.uid = app.uid;
47 row.label = app.loadLabel(pm);
49 Log.e(TAG, "Error loading application label for " + row.pkg, t);
50 row.label = row.pkg;
52 row.icon = IconDrawableFactory.newInstance(context).getBadgedIcon(app);
53 row.banned = getNotificationsBanned(row.pkg, row.uid)
60 final AppRow row = loadAppRow(context, pm, app.applicationInfo); local
    [all...]
  /packages/apps/TV/src/com/android/tv/search/
ProgramGuideSearchFragment.java 33 import android.support.v17.leanback.widget.Row;
126 .ViewHolder viewHolder1, Row row) {
  /external/clang/tools/scan-build/bin/
scan-build 353 my $Row = {
363 push @$Stats, $Row;
504 foreach my $Row (@$Stats) {
505 $FilesHash->{$Row->{Filename}} = 1;
506 $TotalBlocks += $Row->{Total};
507 $UnreachedBlocks += $Row->{Unreachable};
508 $BlockAborted++ if $Row->{Aborted} eq 'yes';
509 $WorkListAborted++ if $Row->{Empty} eq 'no';
510 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/bin/
scan-build 352 my $Row = {
362 push @$Stats, $Row;
503 foreach my $Row (@$Stats) {
504 $FilesHash->{$Row->{Filename}} = 1;
505 $TotalBlocks += $Row->{Total};
506 $UnreachedBlocks += $Row->{Unreachable};
507 $BlockAborted++ if $Row->{Aborted} eq 'yes';
508 $WorkListAborted++ if $Row->{Empty} eq 'no';
509 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
scan-build 353 my $Row = {
363 push @$Stats, $Row;
504 foreach my $Row (@$Stats) {
505 $FilesHash->{$Row->{Filename}} = 1;
506 $TotalBlocks += $Row->{Total};
507 $UnreachedBlocks += $Row->{Unreachable};
508 $BlockAborted++ if $Row->{Aborted} eq 'yes';
509 $WorkListAborted++ if $Row->{Empty} eq 'no';
510 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/tools/scan-build/bin/
scan-build 353 my $Row = {
363 push @$Stats, $Row;
504 foreach my $Row (@$Stats) {
505 $FilesHash->{$Row->{Filename}} = 1;
506 $TotalBlocks += $Row->{Total};
507 $UnreachedBlocks += $Row->{Unreachable};
508 $BlockAborted++ if $Row->{Aborted} eq 'yes';
509 $WorkListAborted++ if $Row->{Empty} eq 'no';
510 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
scan-build 354 my $Row = {
364 push @$Stats, $Row;
509 foreach my $Row (@$Stats) {
510 $FilesHash->{$Row->{Filename}} = 1;
511 $TotalBlocks += $Row->{Total};
512 $UnreachedBlocks += $Row->{Unreachable};
513 $BlockAborted++ if $Row->{Aborted} eq 'yes';
514 $WorkListAborted++ if $Row->{Empty} eq 'no';
515 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/tools/scan-build/bin/
scan-build 354 my $Row = {
364 push @$Stats, $Row;
509 foreach my $Row (@$Stats) {
510 $FilesHash->{$Row->{Filename}} = 1;
511 $TotalBlocks += $Row->{Total};
512 $UnreachedBlocks += $Row->{Unreachable};
513 $BlockAborted++ if $Row->{Aborted} eq 'yes';
514 $WorkListAborted++ if $Row->{Empty} eq 'no';
515 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/tools/scan-build/bin/
scan-build 354 my $Row = {
364 push @$Stats, $Row;
509 foreach my $Row (@$Stats) {
510 $FilesHash->{$Row->{Filename}} = 1;
511 $TotalBlocks += $Row->{Total};
512 $UnreachedBlocks += $Row->{Unreachable};
513 $BlockAborted++ if $Row->{Aborted} eq 'yes';
514 $WorkListAborted++ if $Row->{Empty} eq 'no';
515 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/tools/scan-build/bin/
scan-build 354 my $Row = {
364 push @$Stats, $Row;
509 foreach my $Row (@$Stats) {
510 $FilesHash->{$Row->{Filename}} = 1;
511 $TotalBlocks += $Row->{Total};
512 $UnreachedBlocks += $Row->{Unreachable};
513 $BlockAborted++ if $Row->{Aborted} eq 'yes';
514 $WorkListAborted++ if $Row->{Empty} eq 'no';
515 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/
scan-build 354 my $Row = {
364 push @$Stats, $Row;
509 foreach my $Row (@$Stats) {
510 $FilesHash->{$Row->{Filename}} = 1;
511 $TotalBlocks += $Row->{Total};
512 $UnreachedBlocks += $Row->{Unreachable};
513 $BlockAborted++ if $Row->{Aborted} eq 'yes';
514 $WorkListAborted++ if $Row->{Empty} eq 'no';
515 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]

Completed in 3965 milliseconds

1 2 3 4 5 67 8 91011>>