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.java122 private boolean mContentAnimations = true; field in WindowDecorActionBar
138 if (mContentAnimations && mContentView != null) {
654 mContentAnimations = enabled; in enableContentAnimations()
786 if (mContentAnimations && mContentView != null) { in doShow()
811 if (mContentAnimations && mContentView != null) { in doShow()
845 if (mContentAnimations && mContentView != null) { in doHide()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java112 private boolean mContentAnimations = true; field in WindowDecorActionBar
126 if (mContentAnimations && mContentView != null) {
644 mContentAnimations = enabled; in enableContentAnimations()
775 if (mContentAnimations && mContentView != null) { in doShow()
800 if (mContentAnimations && mContentView != null) { in doShow()
834 if (mContentAnimations && mContentView != null) { in doHide()