Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DWindowDecorActionBar.java124 private boolean mContentAnimations = true; field in WindowDecorActionBar
140 if (mContentAnimations && mContentView != null) {
641 mContentAnimations = enabled; in enableContentAnimations()
773 if (mContentAnimations && mContentView != null) { in doShow()
792 if (mContentAnimations && mContentView != null) { in doShow()
821 if (mContentAnimations && mContentView != null) { in doHide()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java117 private boolean mContentAnimations = true; field in WindowDecorActionBar
131 if (mContentAnimations && mContentView != null) {
649 mContentAnimations = enabled; in enableContentAnimations()
780 if (mContentAnimations && mContentView != null) { in doShow()
805 if (mContentAnimations && mContentView != null) { in doShow()
839 if (mContentAnimations && mContentView != null) { in doHide()