Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DDetailsSupportFragment.java62 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in DetailsSupportFragment
202 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()
203 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
205 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
DDetailsFragment.java60 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in DetailsFragment
200 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()
201 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
203 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
DBrowseFragment.java864 mSetSelectionRunnable.mPosition = position; in onRowSelected()
865 mBrowseFrame.getHandler().post(mSetSelectionRunnable); in onRowSelected()
888 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in BrowseFragment
909 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()
910 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
911 mBrowseFrame.getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
DBrowseSupportFragment.java866 mSetSelectionRunnable.mPosition = position; in onRowSelected()
867 mBrowseFrame.getHandler().post(mSetSelectionRunnable); in onRowSelected()
890 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in BrowseSupportFragment
911 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()
912 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
913 mBrowseFrame.getHandler().post(mSetSelectionRunnable); in setSelectedPosition()