Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DAppBarLayout.java104 private static final int PENDING_ACTION_EXPANDED = 0x1; field in AppBarLayout
295 mPendingAction = (expanded ? PENDING_ACTION_EXPANDED : PENDING_ACTION_COLLAPSED) in setExpanded()
1033 } else if ((pendingAction & PENDING_ACTION_EXPANDED) != 0) {