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

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DDetailsFragment.java289 boolean mSmooth = true; field in class:DetailsFragment.SetSelectionRunnable
299 mRowsFragment.setSelectedPosition(mPosition, mSmooth);
587 mSetSelectionRunnable.mSmooth = smooth;
H A DDetailsSupportFragment.java284 boolean mSmooth = true; field in class:DetailsSupportFragment.SetSelectionRunnable
294 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
582 mSetSelectionRunnable.mSmooth = smooth;
H A DBrowseFragment.java238 private boolean mSmooth; field in class:BrowseFragment.SetSelectionRunnable
253 mSmooth = smooth;
261 setSelection(mPosition, mSmooth);
268 mSmooth = false;
H A DBrowseSupportFragment.java232 private boolean mSmooth; field in class:BrowseSupportFragment.SetSelectionRunnable
247 mSmooth = smooth;
255 setSelection(mPosition, mSmooth);
262 mSmooth = false;
H A DPlaybackFragment.java123 boolean mSmooth = true; field in class:PlaybackFragment.SetSelectionRunnable
130 mRowsFragment.setSelectedPosition(mPosition, mSmooth);
731 mSetSelectionRunnable.mSmooth = smooth;
H A DPlaybackSupportFragment.java118 boolean mSmooth = true; field in class:PlaybackSupportFragment.SetSelectionRunnable
125 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
724 mSetSelectionRunnable.mSmooth = smooth;

Completed in 91 milliseconds