Searched refs:mPendingAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java140 private int mPendingAction = PENDING_ACTION_NONE; field in class:AppBarLayout
319 mPendingAction = (expanded ? PENDING_ACTION_EXPANDED : PENDING_ACTION_COLLAPSED)
585 return mPendingAction;
589 mPendingAction = PENDING_ACTION_NONE;

Completed in 45 milliseconds