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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragment.java 348 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
583 mSetSelectionRunnable.mPosition = position;
584 mSetSelectionRunnable.mSmooth = smooth;
586 getView().getHandler().post(mSetSelectionRunnable);
    [all...]
DetailsSupportFragment.java 345 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
580 mSetSelectionRunnable.mPosition = position;
581 mSetSelectionRunnable.mSmooth = smooth;
583 getView().getHandler().post(mSetSelectionRunnable);
    [all...]
BrowseFragment.java 707 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
    [all...]
BrowseSupportFragment.java 704 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
    [all...]
PlaybackFragment.java 172 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
718 mSetSelectionRunnable.mPosition = position;
719 mSetSelectionRunnable.mSmooth = smooth;
721 getView().getHandler().post(mSetSelectionRunnable);
    [all...]
PlaybackSupportFragment.java 169 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
715 mSetSelectionRunnable.mPosition = position;
716 mSetSelectionRunnable.mSmooth = smooth;
718 getView().getHandler().post(mSetSelectionRunnable);
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 433 milliseconds