Searched refs:shouldAnimateEntrance (Results 1 – 1 of 1) sorted by relevance
158 private boolean shouldAnimateEntrance = true; field in CallComposerActivity207 shouldAnimateEntrance = savedInstanceState.getBoolean(ENTRANCE_ANIMATION_KEY); in onCreate()534 outState.putBoolean(ENTRANCE_ANIMATION_KEY, shouldAnimateEntrance); in onSaveInstanceState()627 if (!shouldAnimateEntrance) { in runEntranceAnimation()630 shouldAnimateEntrance = false; in runEntranceAnimation()