Searched refs:getSelectedPosition (Results 1 - 25 of 29) 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/tests/java/android/support/v17/leanback/app/
H A DBrowseFragmentTest.java126 assertEquals(selectItem, row.getGridView().getSelectedPosition());
166 assertEquals(expectedRow, activity.getBrowseTestFragment().getSelectedPosition());
H A DBrowseSupportFragmentTest.java128 assertEquals(selectItem, row.getGridView().getSelectedPosition());
168 assertEquals(expectedRow, activity.getBrowseTestSupportFragment().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();
575 vh.mGridView.findViewHolderForPosition(vh.mGridView.getSelectedPosition());
608 vh.mGridView.getSelectedPosition());
H A DBaseGridView.java631 public int getSelectedPosition() { method in class:BaseGridView
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridWidgetTest.java758 assertEquals(mGridView.getSelectedPosition(), focusToIndex);
778 assertEquals(mGridView.getSelectedPosition(), focusToIndex2);
1084 int focusIndex = mGridView.getSelectedPosition();
1159 assertEquals(endPos, mGridView.getSelectedPosition());
1167 assertEquals(startPos, mGridView.getSelectedPosition());
1200 assertEquals(firstFocusableIndex, mGridView.getSelectedPosition());
1258 assertEquals(firstFocusableIndex, mGridView.getSelectedPosition());
1321 assertEquals(endPos, mGridView.getSelectedPosition());
1325 assertEquals(startPos, mGridView.getSelectedPosition());
1940 assertEquals(mGridView.getSelectedPosition(), targetPositio
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java289 int selected = column.getSelectedPosition();
404 (mColumnViews.get(mColIndex).getSelectedPosition() == position),
/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.java198 public int getSelectedPosition() { method in class:BaseRowFragment
H A DBaseRowSupportFragment.java200 public int getSelectedPosition() { method in class:BaseRowSupportFragment
H A DBrowseFragment.java486 public int getSelectedPosition() { method in class:BrowseFragment.MainFragmentRowsAdapter
1381 int position = mMainFragmentRowsAdapter.getSelectedPosition();
1395 int position = mHeadersFragment.getSelectedPosition();
1472 public int getSelectedPosition() { method in class:BrowseFragment
H A DBrowseSupportFragment.java488 public int getSelectedPosition() { method in class:BrowseSupportFragment.MainFragmentRowsAdapter
1383 int position = mMainFragmentRowsAdapter.getSelectedPosition();
1397 int position = mHeadersSupportFragment.getSelectedPosition();
1474 public int getSelectedPosition() { method in class:BrowseSupportFragment
H A DVerticalGridFragment.java92 int position = mGridViewHolder.getGridView().getSelectedPosition();
H A DVerticalGridSupportFragment.java94 int position = mGridViewHolder.getGridView().getSelectedPosition();
H A DPlaybackOverlayFragment.java162 if (verticalView != null && verticalView.getSelectedPosition() == 0) {
539 mAnimationTranslateY = getVerticalGridView().getSelectedPosition() == 0 ?
H A DPlaybackOverlaySupportFragment.java164 if (verticalView != null && verticalView.getSelectedPosition() == 0) {
541 mAnimationTranslateY = getVerticalGridView().getSelectedPosition() == 0 ?
H A DRowsFragment.java641 public int getSelectedPosition() { method in class:RowsFragment.MainFragmentRowsAdapter
642 return getFragment().getSelectedPosition();
H A DRowsSupportFragment.java643 public int getSelectedPosition() { method in class:RowsSupportFragment.MainFragmentRowsAdapter
644 return getFragment().getSelectedPosition();
H A DSearchFragment.java342 int position = mRowsFragment.getSelectedPosition();
637 int position = mRowsFragment != null ? mRowsFragment.getSelectedPosition() : -1;
H A DSearchSupportFragment.java344 int position = mRowsSupportFragment.getSelectedPosition();
639 int position = mRowsSupportFragment != null ? mRowsSupportFragment.getSelectedPosition() : -1;
H A DDetailsFragment.java107 int position = mRowsFragment.getVerticalGridView().getSelectedPosition();
H A DDetailsSupportFragment.java109 int position = mRowsSupportFragment.getVerticalGridView().getSelectedPosition();
H A DGuidedStepFragment.java748 return mButtonActionsStylist.getActionsGridView().getSelectedPosition();
833 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();

Completed in 516 milliseconds

12