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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragment.java77 boolean mSmooth = true; field in class:DetailsFragment.SetSelectionRunnable
84 mRowsFragment.setSelectedPosition(mPosition, mSmooth);
307 mSetSelectionRunnable.mSmooth = smooth;
H A DDetailsSupportFragment.java79 boolean mSmooth = true; field in class:DetailsSupportFragment.SetSelectionRunnable
86 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
309 mSetSelectionRunnable.mSmooth = smooth;
H A DBrowseFragment.java177 private boolean mSmooth; field in class:BrowseFragment.SetSelectionRunnable
192 mSmooth = smooth;
200 setSelection(mPosition, mSmooth);
207 mSmooth = false;
H A DBrowseSupportFragment.java179 private boolean mSmooth; field in class:BrowseSupportFragment.SetSelectionRunnable
194 mSmooth = smooth;
202 setSelection(mPosition, mSmooth);
209 mSmooth = false;

Completed in 475 milliseconds