Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootInsetsControllerHost.java176 mViewRoot.mWindowAttributes.privateFlags |= PRIVATE_FLAG_APPEARANCE_CONTROLLED; in setSystemBarsAppearance()
177 final InsetsFlags insetsFlags = mViewRoot.mWindowAttributes.insetsFlags; in setSystemBarsAppearance()
188 return mViewRoot.mWindowAttributes.insetsFlags.appearance; in getSystemBarsAppearance()
193 return (mViewRoot.mWindowAttributes.privateFlags & PRIVATE_FLAG_APPEARANCE_CONTROLLED) != 0; in isSystemBarsAppearanceControlled()
198 mViewRoot.mWindowAttributes.privateFlags |= PRIVATE_FLAG_BEHAVIOR_CONTROLLED; in setSystemBarsBehavior()
199 if (mViewRoot.mWindowAttributes.insetsFlags.behavior != behavior) { in setSystemBarsBehavior()
200 mViewRoot.mWindowAttributes.insetsFlags.behavior = behavior; in setSystemBarsBehavior()
208 return mViewRoot.mWindowAttributes.insetsFlags.behavior; in getSystemBarsBehavior()
213 return (mViewRoot.mWindowAttributes.privateFlags & PRIVATE_FLAG_BEHAVIOR_CONTROLLED) != 0; in isSystemBarsBehaviorControlled()
H A DViewRootRefreshRateController.java113 mRateParams.savePreviousRefreshRateParams(mViewRootImpl.mWindowAttributes); in doRefreshRateCheck()
131 WindowManager.LayoutParams params = mViewRootImpl.mWindowAttributes; in updateMaxRefreshRate()
148 WindowManager.LayoutParams params = mViewRootImpl.mWindowAttributes; in resetRefreshRate()
161 WindowManager.LayoutParams params = mViewRootImpl.mWindowAttributes; in hasPreferredRefreshRate()
H A DViewRootImpl.java1373 mWindowAttributes.copyFrom(attrs);
1377 mWindowAttributes.privateFlags |=
1380 attrs = mWindowAttributes;
1715 return mWindowAttributes.flags;
1723 return mWindowAttributes.getTitle();
1993 mWindowAttributes.softInputMode = (mWindowAttributes.softInputMode
2455 mWindowAttributes.format); in updateBlastSurfaceIfNeeded()
2479 mWindowAttributes.surfaceInsets.right, mWindowAttributes.surfaceInsets.bottom); in setBoundsLayerCrop()
3010 mWindowAttributes.flags, (mWindowAttributes.systemUiVisibility in getWindowInsets()
3017 mWindowAttributes.softInputMode, mWindowAttributes.flags).toRect()); in getWindowInsets()
[all …]
H A DWindow.java337 private final WindowManager.LayoutParams mWindowAttributes = field in Window
933 (mWindowAttributes.flags & FLAG_HARDWARE_ACCELERATED) != 0) { in adjustLayoutParamsForSubWindow()
1366 mWindowAttributes.preferMinimalPostProcessing = isPreferred; in setPreferMinimalPostProcessing()
1367 dispatchWindowAttributesChanged(mWindowAttributes); in setPreferMinimalPostProcessing()
1448 mWindowAttributes.copyFrom(a); in setAttributes()
1449 dispatchWindowAttributesChanged(mWindowAttributes); in setAttributes()
1459 return mWindowAttributes; in getAttributes()
H A DWindowManagerGlobal.java607 return root.mWindowAttributes.getTitle() + "/" + in getWindowName()
H A DSurfaceView.java1081 final Rect surfaceInsets = viewRoot.mWindowAttributes.surfaceInsets; in updateSurface()
H A DView.java12622 location[0] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.left; in getLocationInSurface()
12623 location[1] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.top; in getLocationInSurface()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootRefreshRateControllerTest.java86 viewRootImpl.mWindowAttributes.preferredMaxDisplayRefreshRate; in testUpdateRefreshRatePreference_shouldLowerThenRestore()
91 assertEquals(viewRootImpl.mWindowAttributes.preferredMaxDisplayRefreshRate, in testUpdateRefreshRatePreference_shouldLowerThenRestore()
97 assertEquals(viewRootImpl.mWindowAttributes.preferredMaxDisplayRefreshRate, in testUpdateRefreshRatePreference_shouldLowerThenRestore()
H A DViewRootImplTest.java189 final WindowManager.LayoutParams attrs = mViewRootImpl.mWindowAttributes; in adjustLayoutParamsForCompatibility_noAdjustAppearance()
210 final WindowManager.LayoutParams attrs = mViewRootImpl.mWindowAttributes; in adjustLayoutParamsForCompatibility_noAdjustBehavior()
/aosp14/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java291 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in sourceForWindow()
420 insets.set(root.mWindowAttributes.surfaceInsets); in ofWindow()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java138 private final SparseArray<AccessibilityWindowAttributes> mWindowAttributes = field in AccessibilityWindowManager
159 mWindowAttributes.put(windowId, attributes); in setAccessibilityWindowAttributes()
487 updateWindowWithWindowAttributes(windowInfo, mWindowAttributes.get(windowId)); in updateWindowsByWindowAttributesLocked()
1412 mWindowAttributes.remove(windowId); in onAccessibilityInteractionConnectionRemovedLocked()
2211 pw.append(mWindowAttributes.toString()); in dump()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DScrollCaptureViewSupport.java86 int colorMode = containingView.getViewRootImpl().mWindowAttributes.getColorMode(); in getColorMode()
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java870 final WindowManager.LayoutParams lp = getViewRootImpl().mWindowAttributes;
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2720 softInputMode = view.getViewRootImpl().mWindowAttributes.softInputMode; in startInputInner()
2721 windowFlags = view.getViewRootImpl().mWindowAttributes.flags; in startInputInner()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1110 ? viewRoot.mWindowAttributes.insetsFlags.appearance in updateColorViews()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java5116 ? impl.mWindowAttributes : r.window.getAttributes(); in handleResumeActivity()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64877 Landroid/view/ViewRootImpl;->mWindowAttributes:Landroid/view/WindowManager$LayoutParams;