Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DWindowDecorActionBar.java124 boolean mContentAnimations = true; field in WindowDecorActionBar
138 if (mContentAnimations && mContentView != null) {
674 mContentAnimations = enabled; in enableContentAnimations()
807 if (mContentAnimations && mContentView != null) { in doShow()
826 if (mContentAnimations && mContentView != null) { in doShow()
854 if (mContentAnimations && mContentView != null) { in doHide()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java116 private boolean mContentAnimations = true; field in WindowDecorActionBar
130 if (mContentAnimations && mContentView != null) {
650 mContentAnimations = enabled; in enableContentAnimations()
781 if (mContentAnimations && mContentView != null) { in doShow()
806 if (mContentAnimations && mContentView != null) { in doShow()
840 if (mContentAnimations && mContentView != null) { in doHide()