Searched refs:mWindowAttributes (Results 1 – 15 of 15) sorted by relevance
173 mViewRoot.mWindowAttributes.privateFlags |= PRIVATE_FLAG_APPEARANCE_CONTROLLED; in setSystemBarsAppearance()174 final InsetsFlags insetsFlags = mViewRoot.mWindowAttributes.insetsFlags; in setSystemBarsAppearance()185 return mViewRoot.mWindowAttributes.insetsFlags.appearance; in getSystemBarsAppearance()190 return (mViewRoot.mWindowAttributes.privateFlags & PRIVATE_FLAG_APPEARANCE_CONTROLLED) != 0; in isSystemBarsAppearanceControlled()195 mViewRoot.mWindowAttributes.privateFlags |= PRIVATE_FLAG_BEHAVIOR_CONTROLLED; in setSystemBarsBehavior()196 if (mViewRoot.mWindowAttributes.insetsFlags.behavior != behavior) { in setSystemBarsBehavior()197 mViewRoot.mWindowAttributes.insetsFlags.behavior = behavior; in setSystemBarsBehavior()205 return mViewRoot.mWindowAttributes.insetsFlags.behavior; in getSystemBarsBehavior()210 return (mViewRoot.mWindowAttributes.privateFlags & PRIVATE_FLAG_BEHAVIOR_CONTROLLED) != 0; in isSystemBarsBehaviorControlled()
445 public final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams(); field in ViewRootImpl1170 mWindowAttributes.copyFrom(attrs);1171 if (mWindowAttributes.packageName == null) {1172 mWindowAttributes.packageName = mBasePackageName;1174 mWindowAttributes.privateFlags |=1177 attrs = mWindowAttributes;1257 if ((mWindowAttributes.inputFeatures1261 mForceDecorViewVisibility = (mWindowAttributes.privateFlags1273 mOrigWindowType = mWindowAttributes.type;1276 adjustLayoutParamsForCompatibility(mWindowAttributes);[all …]
337 private final WindowManager.LayoutParams mWindowAttributes = field in Window927 (mWindowAttributes.flags & FLAG_HARDWARE_ACCELERATED) != 0) { in adjustLayoutParamsForSubWindow()1357 mWindowAttributes.preferMinimalPostProcessing = isPreferred; in setPreferMinimalPostProcessing()1358 dispatchWindowAttributesChanged(mWindowAttributes); in setPreferMinimalPostProcessing()1439 mWindowAttributes.copyFrom(a); in setAttributes()1440 dispatchWindowAttributesChanged(mWindowAttributes); in setAttributes()1450 return mWindowAttributes; in getAttributes()
655 return root.mWindowAttributes.getTitle() + "/" + in getWindowName()
959 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface()
12117 location[0] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.left; in getLocationInSurface()12118 location[1] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.top; in getLocationInSurface()
269 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in request()
189 final WindowManager.LayoutParams attrs = mViewRootImpl.mWindowAttributes; in adjustLayoutParamsForCompatibility_noAdjustAppearance()210 final WindowManager.LayoutParams attrs = mViewRootImpl.mWindowAttributes; in adjustLayoutParamsForCompatibility_noAdjustBehavior()
86 int colorMode = containingView.getViewRootImpl().mWindowAttributes.getColorMode(); in getColorMode()
634 final Rect surfaceInsets = viewRootImpl.mWindowAttributes.surfaceInsets; in obtainSurfaces()699 final Rect surfaceInsets = mView.getViewRootImpl().mWindowAttributes.surfaceInsets; in obtainContentCoordinates()
791 final WindowManager.LayoutParams lp = getViewRootImpl().mWindowAttributes;
2272 softInputMode = view.getViewRootImpl().mWindowAttributes.softInputMode; in startInputInner()2273 windowFlags = view.getViewRootImpl().mWindowAttributes.flags; in startInputInner()
1121 ? viewRoot.mWindowAttributes.insetsFlags.appearance in updateColorViews()
4886 ? impl.mWindowAttributes : r.window.getAttributes(); in handleResumeActivity()
64877 Landroid/view/ViewRootImpl;->mWindowAttributes:Landroid/view/WindowManager$LayoutParams;