Searched defs:getSelectedPosition (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java295 public long getSelectedPosition() { method in class:ExpandableListActivity
296 return mList.getSelectedPosition();
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DBaseRowFragment.java221 public int getSelectedPosition() { method in class:BaseRowFragment
H A DBaseRowSupportFragment.java216 public int getSelectedPosition() { method in class:BaseRowSupportFragment
H A DRowsFragment.java681 public int getSelectedPosition() { method in class:RowsFragment.MainFragmentRowsAdapter
682 return getFragment().getSelectedPosition();
H A DRowsSupportFragment.java674 public int getSelectedPosition() { method in class:RowsSupportFragment.MainFragmentRowsAdapter
675 return getFragment().getSelectedPosition();
H A DBrowseFragment.java558 public int getSelectedPosition() { method in class:BrowseFragment.MainFragmentRowsAdapter
1508 int position = mMainFragmentRowsAdapter.getSelectedPosition();
1522 int position = mHeadersFragment.getSelectedPosition();
1602 public int getSelectedPosition() { method in class:BrowseFragment
1611 int rowPos = mMainFragmentRowsAdapter.getSelectedPosition();
H A DBrowseSupportFragment.java542 public int getSelectedPosition() { method in class:BrowseSupportFragment.MainFragmentRowsAdapter
1486 int position = mMainFragmentRowsAdapter.getSelectedPosition();
1500 int position = mHeadersSupportFragment.getSelectedPosition();
1580 public int getSelectedPosition() { method in class:BrowseSupportFragment
1589 int rowPos = mMainFragmentRowsAdapter.getSelectedPosition();
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java928 public long getSelectedPosition() { method in class:ExpandableListView
943 long packedPos = getSelectedPosition();
H A DListView.java2714 nextSelectedPosition = focusResult.getSelectedPosition();
3016 public int getSelectedPosition() { method in class:ListView.ArrowScrollFocusResult
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DBaseGridView.java784 public int getSelectedPosition() { method in class:BaseGridView
H A DListRowPresenter.java108 public int getSelectedPosition() { method in class:ListRowPresenter.ViewHolder
109 return mGridView.getSelectedPosition();
129 return getItemViewHolder(getSelectedPosition());
135 .findViewHolderForAdapterPosition(getSelectedPosition());
586 vh.mGridView.findViewHolderForPosition(vh.mGridView.getSelectedPosition());
619 vh.mGridView.getSelectedPosition());

Completed in 234 milliseconds