Searched refs:getSelectedPosition (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java295 public long getSelectedPosition() { method in class:ExpandableListActivity
296 return mList.getSelectedPosition();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowPresenter.java107 public int getSelectedPosition() { method in class:ListRowPresenter.ViewHolder
108 return mGridView.getSelectedPosition();
128 return getItemViewHolder(getSelectedPosition());
134 .findViewHolderForAdapterPosition(getSelectedPosition());
585 vh.mGridView.findViewHolderForPosition(vh.mGridView.getSelectedPosition());
618 vh.mGridView.getSelectedPosition());
H A DBaseGridView.java783 public int getSelectedPosition() { method in class:BaseGridView
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridWidgetTest.java141 + " selectedPosition:" + gridView.getSelectedPosition()
955 assertEquals(50, mGridView.getSelectedPosition());
970 assertEquals(54, mGridView.getSelectedPosition());
985 assertEquals(50, mGridView.getSelectedPosition());
1000 assertEquals(47, mGridView.getSelectedPosition());
1015 assertEquals(0, mGridView.getSelectedPosition());
1087 assertEquals(1, mGridView.getSelectedPosition());
1114 assertEquals(50, mGridView.getSelectedPosition());
1335 assertEquals(199, mGridView.getSelectedPosition());
1376 assertEquals(0, mGridView.getSelectedPosition());
[all...]
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DRowsFragmentTest.java145 assertEquals(7, gridView.getSelectedPosition());
179 assertEquals(7, gridView.getSelectedPosition());
207 assertEquals(7, gridView.getSelectedPosition());
250 assertEquals(7, gridView.getSelectedPosition());
H A DRowsSupportFragmentTest.java148 assertEquals(7, gridView.getSelectedPosition());
182 assertEquals(7, gridView.getSelectedPosition());
210 assertEquals(7, gridView.getSelectedPosition());
253 assertEquals(7, gridView.getSelectedPosition());
H A DBrowseFragmentTest.java88 mActivity.getBrowseTestFragment().getSelectedPosition()).view;
171 assertEquals(selectItem, row.getGridView().getSelectedPosition());
H A DBrowseSupportFragmentTest.java91 mActivity.getBrowseTestSupportFragment().getSelectedPosition()).view;
174 assertEquals(selectItem, row.getGridView().getSelectedPosition());
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
H A DGridFragment.java97 int position = mGridViewHolder.getGridView().getSelectedPosition();
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
H A DGridFragment.java97 int position = mGridViewHolder.getGridView().getSelectedPosition();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBaseRowFragment.java212 public int getSelectedPosition() { method in class:BaseRowFragment
H A DBaseRowSupportFragment.java209 public int getSelectedPosition() { method in class:BaseRowSupportFragment
H A DVerticalGridFragment.java119 int position = mGridViewHolder.getGridView().getSelectedPosition();
H A DVerticalGridSupportFragment.java116 int position = mGridViewHolder.getGridView().getSelectedPosition();
H A DBrowseFragment.java543 public int getSelectedPosition() { method in class:BrowseFragment.MainFragmentRowsAdapter
1451 int position = mMainFragmentRowsAdapter.getSelectedPosition();
1465 int position = mHeadersFragment.getSelectedPosition();
1546 public int getSelectedPosition() { method in class:BrowseFragment
1555 int rowPos = mMainFragmentRowsAdapter.getSelectedPosition();
H A DBrowseSupportFragment.java540 public int getSelectedPosition() { method in class:BrowseSupportFragment.MainFragmentRowsAdapter
1448 int position = mMainFragmentRowsAdapter.getSelectedPosition();
1462 int position = mHeadersSupportFragment.getSelectedPosition();
1543 public int getSelectedPosition() { method in class:BrowseSupportFragment
1552 int rowPos = mMainFragmentRowsAdapter.getSelectedPosition();
H A DDetailsFragment.java355 int position = mRowsFragment.getVerticalGridView().getSelectedPosition();
648 || (getVerticalGridView().getSelectedPosition() == 0
H A DRowsFragment.java674 public int getSelectedPosition() { method in class:RowsFragment.MainFragmentRowsAdapter
675 return getFragment().getSelectedPosition();
H A DRowsSupportFragment.java671 public int getSelectedPosition() { method in class:RowsSupportFragment.MainFragmentRowsAdapter
672 return getFragment().getSelectedPosition();
H A DSearchFragment.java351 int position = mRowsFragment.getSelectedPosition();
679 int position = mRowsFragment != null ? mRowsFragment.getSelectedPosition() : -1;
H A DSearchSupportFragment.java348 int position = mRowsSupportFragment.getSelectedPosition();
676 int position = mRowsSupportFragment != null ? mRowsSupportFragment.getSelectedPosition() : -1;
H A DDetailsSupportFragment.java352 int position = mRowsSupportFragment.getVerticalGridView().getSelectedPosition();
645 || (getVerticalGridView().getSelectedPosition() == 0
H A DGuidedStepFragment.java769 return mButtonActionsStylist.getActionsGridView().getSelectedPosition();
854 return mActionsStylist.getActionsGridView().getSelectedPosition();
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java928 public long getSelectedPosition() { method in class:ExpandableListView
943 long packedPos = getSelectedPosition();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java360 int selected = column.getSelectedPosition();
476 (mColumnViews.get(mColIndex).getSelectedPosition() == position),

Completed in 3835 milliseconds

12