Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DDetailsSupportFragment.java43 boolean mSmooth = true; field in DetailsSupportFragment.SetSelectionRunnable
46 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth); in run()
203 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
DDetailsFragment.java41 boolean mSmooth = true; field in DetailsFragment.SetSelectionRunnable
44 mRowsFragment.setSelectedPosition(mPosition, mSmooth); in run()
201 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
DBrowseFragment.java881 boolean mSmooth = true; field in BrowseFragment.SetSelectionRunnable
884 setSelection(mPosition, mSmooth); in run()
910 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()
DBrowseSupportFragment.java883 boolean mSmooth = true; field in BrowseSupportFragment.SetSelectionRunnable
886 setSelection(mPosition, mSmooth); in run()
912 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()