OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mActionState
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java
212
int
mActionState
= ACTION_STATE_IDLE;
309
select(animation.mViewHolder, animation.
mActionState
);
511
mRecoverAnimations,
mActionState
, dx, dy);
525
mRecoverAnimations,
mActionState
, dx, dy);
536
if (selected == mSelected && actionState ==
mActionState
) {
540
final int prevActionState =
mActionState
;
543
mActionState
= actionState;
635
>> (
mActionState
* DIRECTION_FLAG_COUNT);
651
mCallback.onSelectedChanged(mSelected,
mActionState
);
810
if (
mActionState
!= ACTION_STATE_DRAG)
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 66 milliseconds