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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseDialogFragment.java 63 public boolean mIntroAnimationInProgress = false;
116 mIntroAnimationInProgress = true;
316 mIntroAnimationInProgress = false;
320 return mIntroAnimationInProgress;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 194 private boolean mIntroAnimationInProgress;
474 mIntroAnimationInProgress = false;
490 return mIntroAnimationInProgress;
616 mIntroAnimationInProgress = true;
    [all...]
DialogFragment.java 207 private boolean mIntroAnimationInProgress;
415 mIntroAnimationInProgress = false;
419 return mIntroAnimationInProgress;
614 mIntroAnimationInProgress = true;
    [all...]

Completed in 40 milliseconds