Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java2075 public static void adjustLayoutParamsForCompatibility(WindowManager.LayoutParams inOutParams) { in adjustLayoutParamsForCompatibility() argument
2079 final int sysUiVis = inOutParams.systemUiVisibility | inOutParams.subtreeSystemUiVisibility; in adjustLayoutParamsForCompatibility()
2080 final int flags = inOutParams.flags; in adjustLayoutParamsForCompatibility()
2081 final int type = inOutParams.type; in adjustLayoutParamsForCompatibility()
2083 if ((inOutParams.privateFlags & PRIVATE_FLAG_APPEARANCE_CONTROLLED) == 0) { in adjustLayoutParamsForCompatibility()
2084 inOutParams.insetsFlags.appearance = 0; in adjustLayoutParamsForCompatibility()
2086 inOutParams.insetsFlags.appearance |= APPEARANCE_LOW_PROFILE_BARS; in adjustLayoutParamsForCompatibility()
2089 inOutParams.insetsFlags.appearance |= APPEARANCE_LIGHT_STATUS_BARS; in adjustLayoutParamsForCompatibility()
2092 inOutParams.insetsFlags.appearance |= APPEARANCE_LIGHT_NAVIGATION_BARS; in adjustLayoutParamsForCompatibility()
2096 if ((inOutParams.privateFlags & PRIVATE_FLAG_BEHAVIOR_CONTROLLED) == 0) { in adjustLayoutParamsForCompatibility()
[all …]