HomeSort by relevance Sort by last modified time
    Searched refs:findViewHolderForPosition (Results 1 - 14 of 14) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 196 : mActionsRow.findViewHolderForPosition(mActionsRow.getSelectedPosition()));
229 viewHolder = mActionsRow.findViewHolderForPosition(mNumItems - 1);
233 viewHolder = mActionsRow.findViewHolderForPosition(0);
FullWidthDetailsOverviewRowPresenter.java 254 : mActionsRow.findViewHolderForPosition(mActionsRow.getSelectedPosition()));
287 viewHolder = mActionsRow.findViewHolderForPosition(mNumItems - 1);
291 viewHolder = mActionsRow.findViewHolderForPosition(0);
BaseGridView.java 734 RecyclerView.ViewHolder vh = findViewHolderForPosition(position);
760 RecyclerView.ViewHolder vh = findViewHolderForPosition(position);
    [all...]
GuidedActionAdapterGroup.java 95 .getActionsGridView().findViewHolderForPosition(index);
ListRowPresenter.java 584 vh.mGridView.findViewHolderForPosition(vh.mGridView.getSelectedPosition());
616 vh.mGridView.findViewHolderForPosition(
    [all...]
GuidedActionAdapter.java 362 getRecyclerView().findViewHolderForPosition(i);
GuidedActionsStylist.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackOverlayFragment.java 214 vh = (ItemBridgeAdapter.ViewHolder) getVerticalGridView().findViewHolderForPosition(0);
455 RecyclerView.ViewHolder vh = getVerticalGridView().findViewHolderForPosition(0);
550 getVerticalGridView().findViewHolderForPosition(0);
753 getVerticalGridView().findViewHolderForPosition(0);
PlaybackOverlaySupportFragment.java 217 vh = (ItemBridgeAdapter.ViewHolder) getVerticalGridView().findViewHolderForPosition(0);
458 RecyclerView.ViewHolder vh = getVerticalGridView().findViewHolderForPosition(0);
553 getVerticalGridView().findViewHolderForPosition(0);
756 getVerticalGridView().findViewHolderForPosition(0);
GuidedStepFragment.java     [all...]
GuidedStepSupportFragment.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 207 milliseconds