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

  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsFragment.java 351 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
586 mSetSelectionRunnable.mPosition = position;
587 mSetSelectionRunnable.mSmooth = smooth;
589 getView().getHandler().post(mSetSelectionRunnable);
    [all...]
DetailsSupportFragment.java 346 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
581 mSetSelectionRunnable.mPosition = position;
582 mSetSelectionRunnable.mSmooth = smooth;
584 getView().getHandler().post(mSetSelectionRunnable);
    [all...]
PlaybackFragment.java 179 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
730 mSetSelectionRunnable.mPosition = position;
731 mSetSelectionRunnable.mSmooth = smooth;
733 getView().getHandler().post(mSetSelectionRunnable);
    [all...]
PlaybackSupportFragment.java 174 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
723 mSetSelectionRunnable.mPosition = position;
724 mSetSelectionRunnable.mSmooth = smooth;
726 getView().getHandler().post(mSetSelectionRunnable);
    [all...]
BrowseFragment.java 746 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
    [all...]
BrowseSupportFragment.java 724 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
    [all...]

Completed in 206 milliseconds