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()
1041 mWindowAttributes.copyFrom(attrs); in setView()1045 mWindowAttributes.privateFlags |= in setView()1048 attrs = mWindowAttributes; in setView()1319 return mWindowAttributes.flags; in getWindowFlags()1327 return mWindowAttributes.getTitle(); in getTitle()1625 mWindowAttributes.softInputMode = (mWindowAttributes.softInputMode in setLayoutParams()2020 mWindowAttributes.format); in getOrCreateBLASTSurface()2027 mWindowAttributes.format); in getOrCreateBLASTSurface()2039 mWindowAttributes.surfaceInsets.right, mWindowAttributes.surfaceInsets.bottom); in setBoundsLayerCrop()2501 mWindowAttributes.softInputMode, mWindowAttributes.flags, in getWindowInsets()[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()
649 return root.mWindowAttributes.getTitle() + "/" + in getWindowName()
1129 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface()
11710 location[0] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.left; in getLocationInSurface()11711 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()
1116 ? viewRoot.mWindowAttributes.insetsFlags.appearance in updateColorViews()
4937 ? impl.mWindowAttributes : r.window.getAttributes(); in handleResumeActivity()
68200 Landroid/view/ViewRootImpl;->mWindowAttributes:Landroid/view/WindowManager$LayoutParams;