Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DAppBarLayout.java132 private int mPendingAction = PENDING_ACTION_NONE; field in AppBarLayout
295 mPendingAction = (expanded ? PENDING_ACTION_EXPANDED : PENDING_ACTION_COLLAPSED) in setExpanded()
540 return mPendingAction; in getPendingAction()
544 mPendingAction = PENDING_ACTION_NONE; in resetPendingAction()