Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootInsetsControllerHost.java172 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()
H A DViewRootImpl.java1041 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 …]
H A DWindow.java335 private final WindowManager.LayoutParams mWindowAttributes = field in Window
891 (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()
H A DWindowManagerGlobal.java649 return root.mWindowAttributes.getTitle() + "/" + in getWindowName()
H A DSurfaceView.java1129 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface()
H A DView.java11710 location[0] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.left; in getLocationInSurface()
11711 location[1] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.top; in getLocationInSurface()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootImplTest.java165 final WindowManager.LayoutParams attrs = mViewRootImpl.mWindowAttributes; in adjustLayoutParamsForCompatibility_noAdjustAppearance()
186 final WindowManager.LayoutParams attrs = mViewRootImpl.mWindowAttributes; in adjustLayoutParamsForCompatibility_noAdjustBehavior()
/aosp12/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java269 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in request()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DScrollCaptureViewSupport.java83 int colorMode = containingView.getViewRootImpl().mWindowAttributes.getColorMode(); in getColorMode()
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java634 final Rect surfaceInsets = viewRootImpl.mWindowAttributes.surfaceInsets; in obtainSurfaces()
699 final Rect surfaceInsets = mView.getViewRootImpl().mWindowAttributes.surfaceInsets; in obtainContentCoordinates()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1892 softInputMode = view.getViewRootImpl().mWindowAttributes.softInputMode; in startInputInner()
1893 windowFlags = view.getViewRootImpl().mWindowAttributes.flags; in startInputInner()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1116 ? viewRoot.mWindowAttributes.insetsFlags.appearance in updateColorViews()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java4937 ? impl.mWindowAttributes : r.window.getAttributes(); in handleResumeActivity()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68200 Landroid/view/ViewRootImpl;->mWindowAttributes:Landroid/view/WindowManager$LayoutParams;