Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2311 final int sysUiVis = inOutParams.systemUiVisibility | inOutParams.subtreeSystemUiVisibility; in adjustLayoutParamsForCompatibility()
2312 final int flags = inOutParams.flags; in adjustLayoutParamsForCompatibility()
2313 final int type = inOutParams.type; in adjustLayoutParamsForCompatibility()
2317 inOutParams.insetsFlags.appearance = 0; in adjustLayoutParamsForCompatibility()
2334 inOutParams.insetsFlags.behavior = BEHAVIOR_DEFAULT; in adjustLayoutParamsForCompatibility()
2338 inOutParams.privateFlags &= ~PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME; in adjustLayoutParamsForCompatibility()
2344 int types = inOutParams.getFitInsetsTypes(); in adjustLayoutParamsForCompatibility()
2345 boolean ignoreVis = inOutParams.isFitInsetsIgnoringVisibility(); in adjustLayoutParamsForCompatibility()
2365 inOutParams.setFitInsetsTypes(types); in adjustLayoutParamsForCompatibility()
2366 inOutParams.setFitInsetsIgnoringVisibility(ignoreVis); in adjustLayoutParamsForCompatibility()
[all …]