Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java148 private static final int ANIMATE_TEMPORARILY_INVISIBLE_DELAY = 1000; field in BubbleStackView
1215 shouldHide && !hideImmediately ? ANIMATE_TEMPORARILY_INVISIBLE_DELAY : 0); in updateTemporarilyInvisibleAnimation()