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

  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 119 private Animator mCurrentShowAnim;
135 mCurrentShowAnim = null;
146 mCurrentShowAnim = null;
330 if (!enabled && mCurrentShowAnim != null) {
331 mCurrentShowAnim.end();
756 if (mCurrentShowAnim != null) {
757 mCurrentShowAnim.end();
795 mCurrentShowAnim = anim;
816 if (mCurrentShowAnim != null) {
817 mCurrentShowAnim.end()
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
WindowDecorActionBar.java 129 private ViewPropertyAnimatorCompatSet mCurrentShowAnim;
147 mCurrentShowAnim = null;
158 mCurrentShowAnim = null;
340 if (!enabled && mCurrentShowAnim != null) {
341 mCurrentShowAnim.cancel();
766 if (mCurrentShowAnim != null) {
767 mCurrentShowAnim.cancel();
806 mCurrentShowAnim = anim;
827 if (mCurrentShowAnim != null) {
828 mCurrentShowAnim.cancel()
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 32 milliseconds