Searched refs:mCurrentShowAnim (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java121 private Animator mCurrentShowAnim; field in class:ActionBarImpl
136 mCurrentShowAnim = null;
147 mCurrentShowAnim = null;
290 if (!enabled && mCurrentShowAnim != null) {
291 mCurrentShowAnim.end();
680 if (mCurrentShowAnim != null) {
681 mCurrentShowAnim.end();
719 mCurrentShowAnim = anim;
740 if (mCurrentShowAnim != null) {
741 mCurrentShowAnim
[all...]

Completed in 35 milliseconds