Home | History | Annotate | Download | only in app

Lines Matching refs:mSetSelectionRunnable

179     private final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
730 mSetSelectionRunnable.mPosition = position;
731 mSetSelectionRunnable.mSmooth = smooth;
733 getView().getHandler().post(mSetSelectionRunnable);