Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2789 final int sysUiVis = inOutParams.systemUiVisibility | inOutParams.subtreeSystemUiVisibility; in adjustLayoutParamsForCompatibility()
2790 final int flags = inOutParams.flags; in adjustLayoutParamsForCompatibility()
2791 final int type = inOutParams.type; in adjustLayoutParamsForCompatibility()
2795 inOutParams.insetsFlags.appearance = 0; in adjustLayoutParamsForCompatibility()
2812 inOutParams.insetsFlags.behavior = BEHAVIOR_DEFAULT; in adjustLayoutParamsForCompatibility()
2816 inOutParams.privateFlags &= ~PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME; in adjustLayoutParamsForCompatibility()
2822 int types = inOutParams.getFitInsetsTypes(); in adjustLayoutParamsForCompatibility()
2823 boolean ignoreVis = inOutParams.isFitInsetsIgnoringVisibility(); in adjustLayoutParamsForCompatibility()
2843 inOutParams.setFitInsetsTypes(types); in adjustLayoutParamsForCompatibility()
2844 inOutParams.setFitInsetsIgnoringVisibility(ignoreVis); in adjustLayoutParamsForCompatibility()
[all …]