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

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java113 static final int PENDING_ACTION_ANIMATE_ENABLED = 0x4; field in class:AppBarLayout
320 | (animate ? PENDING_ACTION_ANIMATE_ENABLED : 0)
1039 final boolean animate = (pendingAction & PENDING_ACTION_ANIMATE_ENABLED) != 0;

Completed in 331 milliseconds