HomeSort by relevance Sort by last modified time
    Searched full:manimationsdisabled (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 610 boolean mAnimationsDisabled = false;
836 if (mAnimationsDisabled != enabled) {
837 mAnimationsDisabled = enabled;
843 mAnimationsDisabled = mPowerManagerInternal.getLowPowerModeEnabled();
    [all...]

Completed in 2500 milliseconds