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

/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java119 private Animator mCurrentShowAnim; field in class:ActionBarImpl
134 mCurrentShowAnim = null;
145 mCurrentShowAnim = null;
283 if (!enabled && mCurrentShowAnim != null) {
284 mCurrentShowAnim.end();
669 if (mCurrentShowAnim != null) {
670 mCurrentShowAnim.end();
707 mCurrentShowAnim = anim;
728 if (mCurrentShowAnim != null) {
729 mCurrentShowAnim
[all...]

Completed in 106 milliseconds