Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DDetailsFragment.java280 boolean mSmooth = true; field in DetailsFragment.SetSelectionRunnable
290 mRowsFragment.setSelectedPosition(mPosition, mSmooth); in run()
578 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
DDetailsSupportFragment.java283 boolean mSmooth = true; field in DetailsSupportFragment.SetSelectionRunnable
293 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth); in run()
581 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
DPlaybackSupportFragment.java116 boolean mSmooth = true; field in PlaybackSupportFragment.SetSelectionRunnable
123 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth); in run()
719 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
DPlaybackFragment.java113 boolean mSmooth = true; field in PlaybackFragment.SetSelectionRunnable
120 mRowsFragment.setSelectedPosition(mPosition, mSmooth); in run()
716 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
DBrowseFragment.java230 private boolean mSmooth; field in BrowseFragment.SetSelectionRunnable
245 mSmooth = smooth; in post()
253 setSelection(mPosition, mSmooth); in run()
260 mSmooth = false; in reset()
DBrowseSupportFragment.java233 private boolean mSmooth; field in BrowseSupportFragment.SetSelectionRunnable
248 mSmooth = smooth; in post()
256 setSelection(mPosition, mSmooth); in run()
263 mSmooth = false; in reset()