Searched refs:mSetSelectionRunnable (Results 1 – 4 of 4) sorted by relevance
62 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in DetailsSupportFragment202 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()203 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()205 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
60 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in DetailsFragment200 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()201 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()203 getView().getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
864 mSetSelectionRunnable.mPosition = position; in onRowSelected()865 mBrowseFrame.getHandler().post(mSetSelectionRunnable); in onRowSelected()888 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in BrowseFragment909 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()910 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()911 mBrowseFrame.getHandler().post(mSetSelectionRunnable); in setSelectedPosition()
866 mSetSelectionRunnable.mPosition = position; in onRowSelected()867 mBrowseFrame.getHandler().post(mSetSelectionRunnable); in onRowSelected()890 private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable(); field in BrowseSupportFragment911 mSetSelectionRunnable.mPosition = position; in setSelectedPosition()912 mSetSelectionRunnable.mSmooth = smooth; in setSelectedPosition()913 mBrowseFrame.getHandler().post(mSetSelectionRunnable); in setSelectedPosition()