Searched defs:mSetSelectionRunnable (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragment.java97 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in class:DetailsFragment
306 mSetSelectionRunnable.mPosition = position;
307 mSetSelectionRunnable.mSmooth = smooth;
309 getView().getHandler().post(mSetSelectionRunnable);
H A DDetailsSupportFragment.java99 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in class:DetailsSupportFragment
308 mSetSelectionRunnable.mPosition = position;
309 mSetSelectionRunnable.mSmooth = smooth;
311 getView().getHandler().post(mSetSelectionRunnable);
H A DBrowseFragment.java641 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in class:BrowseFragment
1396 mSetSelectionRunnable.post(
1473 mSetSelectionRunnable.post(
H A DBrowseSupportFragment.java643 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in class:BrowseSupportFragment
1398 mSetSelectionRunnable.post(
1475 mSetSelectionRunnable.post(

Completed in 775 milliseconds