Searched refs:mWindowAttributes (Results 1 – 14 of 14) sorted by relevance
172 mViewRoot.mWindowAttributes.privateFlags |= PRIVATE_FLAG_APPEARANCE_CONTROLLED; in setSystemBarsAppearance()173 final InsetsFlags insetsFlags = mViewRoot.mWindowAttributes.insetsFlags; in setSystemBarsAppearance()183 return mViewRoot.mWindowAttributes.insetsFlags.appearance; in getSystemBarsAppearance()188 return (mViewRoot.mWindowAttributes.privateFlags & PRIVATE_FLAG_APPEARANCE_CONTROLLED) != 0; in isSystemBarsAppearanceControlled()193 mViewRoot.mWindowAttributes.privateFlags |= PRIVATE_FLAG_BEHAVIOR_CONTROLLED; in setSystemBarsBehavior()194 if (mViewRoot.mWindowAttributes.insetsFlags.behavior != behavior) { in setSystemBarsBehavior()195 mViewRoot.mWindowAttributes.insetsFlags.behavior = behavior; in setSystemBarsBehavior()203 return mViewRoot.mWindowAttributes.insetsFlags.behavior; in getSystemBarsBehavior()208 return (mViewRoot.mWindowAttributes.privateFlags & PRIVATE_FLAG_BEHAVIOR_CONTROLLED) != 0; in isSystemBarsBehaviorControlled()
379 public final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams(); field in ViewRootImpl1011 mWindowAttributes.copyFrom(attrs); in setView()1012 if (mWindowAttributes.packageName == null) { in setView()1013 mWindowAttributes.packageName = mBasePackageName; in setView()1015 mWindowAttributes.privateFlags |= in setView()1018 attrs = mWindowAttributes; in setView()1098 if ((mWindowAttributes.inputFeatures in setView()1102 mForceDecorViewVisibility = (mWindowAttributes.privateFlags in setView()1114 mOrigWindowType = mWindowAttributes.type; in setView()1117 adjustLayoutParamsForCompatibility(mWindowAttributes); in setView()[all …]
335 private final WindowManager.LayoutParams mWindowAttributes = field in Window891 (mWindowAttributes.flags & FLAG_HARDWARE_ACCELERATED) != 0) { in adjustLayoutParamsForSubWindow()1291 mWindowAttributes.preferMinimalPostProcessing = isPreferred; in setPreferMinimalPostProcessing()1292 dispatchWindowAttributesChanged(mWindowAttributes); in setPreferMinimalPostProcessing()1373 mWindowAttributes.copyFrom(a); in setAttributes()1374 dispatchWindowAttributesChanged(mWindowAttributes); in setAttributes()1384 return mWindowAttributes; in getAttributes()
648 return root.mWindowAttributes.getTitle() + "/" + in getWindowName()
1143 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface()
11687 location[0] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.left; in getLocationInSurface()11688 location[1] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.top; in getLocationInSurface()
165 final WindowManager.LayoutParams attrs = mViewRootImpl.mWindowAttributes; in adjustLayoutParamsForCompatibility_noAdjustAppearance()186 final WindowManager.LayoutParams attrs = mViewRootImpl.mWindowAttributes; in adjustLayoutParamsForCompatibility_noAdjustBehavior()
269 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in request()
83 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()
1892 softInputMode = view.getViewRootImpl().mWindowAttributes.softInputMode; in startInputInner()1893 windowFlags = view.getViewRootImpl().mWindowAttributes.flags; in startInputInner()
1117 ? viewRoot.mWindowAttributes.insetsFlags.appearance in updateColorViews()
4874 ? impl.mWindowAttributes : r.window.getAttributes(); in handleResumeActivity()
68200 Landroid/view/ViewRootImpl;->mWindowAttributes:Landroid/view/WindowManager$LayoutParams;