Home | History | Annotate | Download | only in app

Lines Matching refs:mSetSelectionRunnable

351     final SetSelectionRunnable mSetSelectionRunnable = new SetSelectionRunnable();
586 mSetSelectionRunnable.mPosition = position;
587 mSetSelectionRunnable.mSmooth = smooth;
589 getView().getHandler().post(mSetSelectionRunnable);