Home
last modified time | relevance | path

Searched refs:mSetSelectionRunnable (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DDetailsFragment.java342 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in DetailsFragment
577 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()
578 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
580 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
DDetailsSupportFragment.java345 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in DetailsSupportFragment
580 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()
581 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
583 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
DPlaybackSupportFragment.java172 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in PlaybackSupportFragment
718 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()
719 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
721 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
DPlaybackFragment.java169 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in PlaybackFragment
715 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()
716 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
718 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
DBrowseFragment.java704 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in BrowseFragment
1469 mSetSelectionRunnable.post( in onRowSelected()
1561 mSetSelectionRunnable.post( in setSelectedPosition()
DBrowseSupportFragment.java707 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in BrowseSupportFragment
1472 mSetSelectionRunnable.post( in onRowSelected()
1564 mSetSelectionRunnable.post( in setSelectedPosition()