Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DAppBarLayout.java103 private static final int PENDING_ACTION_NONE = 0x0; field in AppBarLayout
132 private int mPendingAction = PENDING_ACTION_NONE;
544 mPendingAction = PENDING_ACTION_NONE; in resetPendingAction()
1024 if (pendingAction != PENDING_ACTION_NONE) {