Searched refs:SetSelectionRunnable (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DDetailsFragment.java287 private class SetSelectionRunnable implements Runnable { class in class:DetailsFragment
291 SetSelectionRunnable() { method in class:DetailsFragment.SetSelectionRunnable
351 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
H A DDetailsSupportFragment.java282 private class SetSelectionRunnable implements Runnable { class in class:DetailsSupportFragment
286 SetSelectionRunnable() { method in class:DetailsSupportFragment.SetSelectionRunnable
346 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
H A DBrowseFragment.java231 private class SetSelectionRunnable implements Runnable { class in class:BrowseFragment
240 SetSelectionRunnable() { method in class:BrowseFragment.SetSelectionRunnable
746 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
1532 position, SetSelectionRunnable.TYPE_INTERNAL_SYNC, true);
1622 position, SetSelectionRunnable.TYPE_USER_REQUEST, smooth);
H A DBrowseSupportFragment.java225 private class SetSelectionRunnable implements Runnable { class in class:BrowseSupportFragment
234 SetSelectionRunnable() { method in class:BrowseSupportFragment.SetSelectionRunnable
724 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
1510 position, SetSelectionRunnable.TYPE_INTERNAL_SYNC, true);
1600 position, SetSelectionRunnable.TYPE_USER_REQUEST, smooth);
H A DPlaybackFragment.java121 private class SetSelectionRunnable implements Runnable { class in class:PlaybackFragment
179 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
H A DPlaybackSupportFragment.java116 private class SetSelectionRunnable implements Runnable { class in class:PlaybackSupportFragment
174 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();

Completed in 82 milliseconds