Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java143 private boolean shouldAnimateEntrance = true; field in CallComposerActivity
191 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()