Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java2257 public static void adjustLayoutParamsForCompatibility(WindowManager.LayoutParams inOutParams) { in adjustLayoutParamsForCompatibility() argument
2258 final int sysUiVis = inOutParams.systemUiVisibility | inOutParams.subtreeSystemUiVisibility; in adjustLayoutParamsForCompatibility()
2259 final int flags = inOutParams.flags; in adjustLayoutParamsForCompatibility()
2260 final int type = inOutParams.type; in adjustLayoutParamsForCompatibility()
2261 final int adjust = inOutParams.softInputMode & SOFT_INPUT_MASK_ADJUST; in adjustLayoutParamsForCompatibility()
2263 if ((inOutParams.privateFlags & PRIVATE_FLAG_APPEARANCE_CONTROLLED) == 0) { in adjustLayoutParamsForCompatibility()
2264 inOutParams.insetsFlags.appearance = 0; in adjustLayoutParamsForCompatibility()
2266 inOutParams.insetsFlags.appearance |= APPEARANCE_LOW_PROFILE_BARS; in adjustLayoutParamsForCompatibility()
2269 inOutParams.insetsFlags.appearance |= APPEARANCE_LIGHT_STATUS_BARS; in adjustLayoutParamsForCompatibility()
2272 inOutParams.insetsFlags.appearance |= APPEARANCE_LIGHT_NAVIGATION_BARS; in adjustLayoutParamsForCompatibility()
[all …]