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/v17/leanback/src/android/support/v17/leanback/app/
H A DBaseRowFragment.java193 public int getSelectedPosition() { method in class:BaseRowFragment
H A DBaseRowSupportFragment.java195 public int getSelectedPosition() { method in class:BaseRowSupportFragment
H A DRowsFragment.java630 public int getSelectedPosition() { method in class:RowsFragment.MainFragmentRowsAdapter
631 return getFragment().getSelectedPosition();
H A DRowsSupportFragment.java632 public int getSelectedPosition() { method in class:RowsSupportFragment.MainFragmentRowsAdapter
633 return getFragment().getSelectedPosition();
H A DBrowseFragment.java483 public int getSelectedPosition() { method in class:BrowseFragment.MainFragmentRowsAdapter
1374 int position = mMainFragmentRowsAdapter.getSelectedPosition();
1388 int position = mHeadersFragment.getSelectedPosition();
1465 public int getSelectedPosition() { method in class:BrowseFragment
H A DBrowseSupportFragment.java485 public int getSelectedPosition() { method in class:BrowseSupportFragment.MainFragmentRowsAdapter
1376 int position = mMainFragmentRowsAdapter.getSelectedPosition();
1390 int position = mHeadersSupportFragment.getSelectedPosition();
1467 public int getSelectedPosition() { method in class:BrowseSupportFragment
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java928 public long getSelectedPosition() { method in class:ExpandableListView
943 long packedPos = getSelectedPosition();
H A DListView.java2623 nextSelectedPosition = focusResult.getSelectedPosition();
2925 public int getSelectedPosition() { method in class:ListView.ArrowScrollFocusResult
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseGridView.java625 public int getSelectedPosition() { method in class:BaseGridView
H A DListRowPresenter.java107 public int getSelectedPosition() { method in class:ListRowPresenter.ViewHolder
108 return mGridView.getSelectedPosition();
575 vh.mGridView.findViewHolderForPosition(vh.mGridView.getSelectedPosition());
608 vh.mGridView.getSelectedPosition());

Completed in 2244 milliseconds