Home | History | Annotate | Download | only in app

Lines Matching refs:mSetSelectionRunnable

174     private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
723 mSetSelectionRunnable.mPosition = position;
724 mSetSelectionRunnable.mSmooth = smooth;
726 getView().getHandler().post(mSetSelectionRunnable);