Searched refs:PENDING_ACTION_ANIMATE_ENABLED (Results 1 – 1 of 1) sorted by relevance
106 private static final int PENDING_ACTION_ANIMATE_ENABLED = 0x4; field in AppBarLayout296 | (animate ? PENDING_ACTION_ANIMATE_ENABLED : 0); in setExpanded()1025 final boolean animate = (pendingAction & PENDING_ACTION_ANIMATE_ENABLED) != 0;