Home | History | Annotate | Download | only in widget

Lines Matching defs:mRecyclingAction

10611         private final Action mRecyclingAction;
10614 mRecyclingAction = new Action(0, 0);
10717 onTargetFound(mTargetView, recyclerView.mState, mRecyclingAction);
10718 mRecyclingAction.runIfNecessary(recyclerView);
10726 onSeekTargetStep(dx, dy, recyclerView.mState, mRecyclingAction);
10727 boolean hadJumpTarget = mRecyclingAction.hasJumpTarget();
10728 mRecyclingAction.runIfNecessary(recyclerView);