Searched refs:shouldAnimateEntrance (Results 1 – 1 of 1) sorted by relevance
143 private boolean shouldAnimateEntrance = true; field in CallComposerActivity191 shouldAnimateEntrance = savedInstanceState.getBoolean(ENTRANCE_ANIMATION_KEY); in onCreate()451 outState.putBoolean(ENTRANCE_ANIMATION_KEY, shouldAnimateEntrance); in onSaveInstanceState()538 if (!shouldAnimateEntrance) { in runEntranceAnimation()541 shouldAnimateEntrance = false; in runEntranceAnimation()