HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentShowAnim (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 123 private Animator mCurrentShowAnim;
139 mCurrentShowAnim = null;
150 mCurrentShowAnim = null;
334 if (!enabled && mCurrentShowAnim != null) {
335 mCurrentShowAnim.end();
762 if (mCurrentShowAnim != null) {
763 mCurrentShowAnim.end();
801 mCurrentShowAnim = anim;
822 if (mCurrentShowAnim != null) {
823 mCurrentShowAnim.end()
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
WindowDecorActionBar.java 131 ViewPropertyAnimatorCompatSet mCurrentShowAnim;
144 mCurrentShowAnim = null;
155 mCurrentShowAnim = null;
334 if (!enabled && mCurrentShowAnim != null) {
335 mCurrentShowAnim.cancel();
788 if (mCurrentShowAnim != null) {
789 mCurrentShowAnim.cancel();
821 mCurrentShowAnim = anim;
837 if (mCurrentShowAnim != null) {
838 mCurrentShowAnim.cancel()
    [all...]

Completed in 56 milliseconds