Home
last modified time | relevance | path

Searched refs:ANIMATE_TEMPORARILY_INVISIBLE_DELAY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java153 private static final int ANIMATE_TEMPORARILY_INVISIBLE_DELAY = 1000; field in BubbleStackView
1059 shouldHide && !hideImmediately ? ANIMATE_TEMPORARILY_INVISIBLE_DELAY : 0); in updateTemporarilyInvisibleAnimation()