Searched refs:mSetSelectionRunnable (Results 1 – 6 of 6) sorted by relevance
342 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in DetailsFragment577 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()578 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()580 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
345 final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in DetailsSupportFragment580 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()581 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()583 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
172 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in PlaybackSupportFragment718 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()719 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()721 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
169 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in PlaybackFragment715 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()716 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()718 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
704 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in BrowseFragment1469 mSetSelectionRunnable.post( in onRowSelected()1561 mSetSelectionRunnable.post( in setSelectedPosition()
707 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in BrowseSupportFragment1472 mSetSelectionRunnable.post( in onRowSelected()1564 mSetSelectionRunnable.post( in setSelectedPosition()