Home
last modified time | relevance | path

Searched refs:mDisabledUserAnimationInsetsTypes (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java670 private @InsetsType int mDisabledUserAnimationInsetsTypes; field in InsetsController
942 @InsetsType int diff = mDisabledUserAnimationInsetsTypes ^ disabledUserAnimationTypes; in updateDisabledUserAnimationTypes()
952 mDisabledUserAnimationInsetsTypes = disabledUserAnimationTypes; in updateDisabledUserAnimationTypes()
1335 final @InsetsType int disabledTypes = types & mDisabledUserAnimationInsetsTypes; in controlAnimationUncheckedInner()
1337 types &= ~mDisabledUserAnimationInsetsTypes; in controlAnimationUncheckedInner()