/aosp14/frameworks/base/core/java/android/window/ |
H A D | WindowMetricsController.java | 82 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 D | DisplayShape.java | 91 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 D | InsetsState.java | 140 boolean isScreenRound, int legacySoftInputMode, int legacyWindowFlags, in calculateInsets() argument 192 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
|
H A D | InsetsController.java | 976 public WindowInsets calculateInsets(boolean isScreenRound, int windowType, int activityType, in calculateInsets() argument 984 isScreenRound, legacySoftInputMode, legacyWindowFlags, in calculateInsets()
|
H A D | ViewRootImpl.java | 3008 config.isScreenRound(), mWindowAttributes.type, in getWindowInsets()
|
H A D | View.java | 31997 if (!mResources.getConfiguration().isScreenRound() || mAttachInfo == null) { in shouldDrawRoundScrollbar()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | CompactExtractEditLayout.java | 86 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 D | ViewAttachTest.java | 88 if (activity.getResources().getConfiguration().isScreenRound()) { in testRoundScrollbars()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | Configuration.java | 2396 public boolean isScreenRound() { in isScreenRound() method in Configuration
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AccessibilityController.java | 898 if (mDisplayContext.getResources().getConfiguration().isScreenRound()) { in MagnifiedViewport()
|
/aosp14/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 1294 null /* ignoringVisibilityState */, config.isScreenRound(), in updateSurface()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 1977 return mContext.getResources().getConfiguration().isScreenRound(); in isRoundWindow()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 5109 HSPLandroid/content/res/Configuration;->isScreenRound()Z
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 5112 HSPLandroid/content/res/Configuration;->isScreenRound()Z
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 13294 method public boolean isScreenRound();
|