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

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java110 static final int PENDING_ACTION_NONE = 0x0; field in class:AppBarLayout
140 private int mPendingAction = PENDING_ACTION_NONE;
589 mPendingAction = PENDING_ACTION_NONE;
1038 } else if (pendingAction != PENDING_ACTION_NONE) {

Completed in 44 milliseconds