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

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java111 static final int PENDING_ACTION_EXPANDED = 0x1; field in class:AppBarLayout
319 mPendingAction = (expanded ? PENDING_ACTION_EXPANDED : PENDING_ACTION_COLLAPSED)
1047 } else if ((pendingAction & PENDING_ACTION_EXPANDED) != 0) {

Completed in 412 milliseconds