Home
last modified time | relevance | path

Searched refs:isScreenRound (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DWindowMetricsController.java82 final boolean isScreenRound; in getWindowMetricsInternal()
92 isScreenRound = config.isScreenRound(); in getWindowMetricsInternal()
97 mContext.getDisplayId(), token, bounds, isScreenRound, activityType); in getWindowMetricsInternal()
112 Rect bounds, boolean isScreenRound, int activityType) { in getWindowInsetsFromServerForDisplay() argument
122 isScreenRound, SOFT_INPUT_ADJUST_NOTHING, 0 /* flags */, SYSTEM_UI_FLAG_VISIBLE, in getWindowInsetsFromServerForDisplay()
152 final boolean isScreenRound = (currentDisplayInfo.flags & Display.FLAG_ROUND) != 0; in getPossibleMaximumWindowMetrics()
158 currentDisplayInfo.getNaturalHeight()), isScreenRound, in getPossibleMaximumWindowMetrics()
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayShape.java91 final boolean isScreenRound = RoundedCorners.getBuiltInDisplayIsRound(res, displayUniqueId); in fromResources()
94 return createDefaultDisplayShape(displayWidth, displayHeight, isScreenRound); in fromResources()
106 int displayWidth, int displayHeight, boolean isScreenRound) { in createDefaultDisplayShape() argument
107 return fromSpecString(createDefaultSpecString(displayWidth, displayHeight, isScreenRound), in createDefaultDisplayShape()
H A DInsetsState.java140 boolean isScreenRound, int legacySoftInputMode, int legacyWindowFlags, in calculateInsets() argument
192 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
H A DInsetsController.java976 public WindowInsets calculateInsets(boolean isScreenRound, int windowType, int activityType, in calculateInsets() argument
984 isScreenRound, legacySoftInputMode, legacyWindowFlags, in calculateInsets()
H A DViewRootImpl.java3008 config.isScreenRound(), mWindowAttributes.type, in getWindowInsets()
H A DView.java31997 if (!mResources.getConfiguration().isScreenRound() || mAttachInfo == null) { in shouldDrawRoundScrollbar()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DCompactExtractEditLayout.java86 if (getResources().getConfiguration().isScreenRound()) { in applyProportionalLayout()
130 if (cfg.isScreenRound() && heightPixels < widthPixels) { in onAttachedToWindow()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachTest.java88 if (activity.getResources().getConfiguration().isScreenRound()) { in testRoundScrollbars()
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java2396 public boolean isScreenRound() { in isScreenRound() method in Configuration
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java898 if (mDisplayContext.getResources().getConfiguration().isScreenRound()) { in MagnifiedViewport()
/aosp14/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1294 null /* ignoringVisibilityState */, config.isScreenRound(), in updateSurface()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1977 return mContext.getResources().getConfiguration().isScreenRound(); in isRoundWindow()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt5109 HSPLandroid/content/res/Configuration;->isScreenRound()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt5112 HSPLandroid/content/res/Configuration;->isScreenRound()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13294 method public boolean isScreenRound();