Searched refs:PENDING_ACTION_EXPANDED (Results 1 – 1 of 1) sorted by relevance
104 private static final int PENDING_ACTION_EXPANDED = 0x1; field in AppBarLayout295 mPendingAction = (expanded ? PENDING_ACTION_EXPANDED : PENDING_ACTION_COLLAPSED) in setExpanded()1033 } else if ((pendingAction & PENDING_ACTION_EXPANDED) != 0) {