Searched refs:disabledUserAnimationTypes (Results 1 – 1 of 1) sorted by relevance
890 @InsetsType int disabledUserAnimationTypes = 0; in updateState() local898 disabledUserAnimationTypes |= type; in updateState()934 updateDisabledUserAnimationTypes(disabledUserAnimationTypes); in updateState()941 private void updateDisabledUserAnimationTypes(@InsetsType int disabledUserAnimationTypes) { in updateDisabledUserAnimationTypes() argument942 @InsetsType int diff = mDisabledUserAnimationInsetsTypes ^ disabledUserAnimationTypes; in updateDisabledUserAnimationTypes()952 mDisabledUserAnimationInsetsTypes = disabledUserAnimationTypes; in updateDisabledUserAnimationTypes()