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