Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowMetricsController.java84 final boolean isScreenRound; in getWindowMetricsInternal()
94 isScreenRound = config.isScreenRound(); in getWindowMetricsInternal()
99 mContext.getDisplayId(), token, bounds, isScreenRound, activityType); in getWindowMetricsInternal()
114 Rect bounds, boolean isScreenRound, int activityType) { in getWindowInsetsFromServerForDisplay() argument
124 isScreenRound, SOFT_INPUT_ADJUST_NOTHING, 0 /* flags */, SYSTEM_UI_FLAG_VISIBLE, in getWindowInsetsFromServerForDisplay()
154 final boolean isScreenRound = (currentDisplayInfo.flags & Display.FLAG_ROUND) != 0; in getPossibleMaximumWindowMetrics()
160 currentDisplayInfo.getNaturalHeight()), isScreenRound, in getPossibleMaximumWindowMetrics()
/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachTest.java88 if (activity.getResources().getConfiguration().isScreenRound()) { in testRoundScrollbars()
127 if (activity.getResources().getConfiguration().isScreenRound()) { in testRoundScrollbarsWithMargins()
/frameworks/base/core/java/android/view/
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()
DInsetsState.java121 boolean isScreenRound, int legacySoftInputMode, int legacyWindowFlags, in calculateInsets() argument
175 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
DRoundedCorners.java204 if (radius == 0 && res.getConfiguration().isScreenRound()) { in getRoundedCornerRadius()
DInsetsController.java935 public WindowInsets calculateInsets(boolean isScreenRound, int windowType, int activityType, in calculateInsets() argument
943 isScreenRound, legacySoftInputMode, legacyWindowFlags, in calculateInsets()
DViewRootImpl.java3284 config.isScreenRound(), mWindowAttributes.type, in getWindowInsets()
5806 boolean isRoundWatch = mContext.getResources().getConfiguration().isScreenRound() in drawAccessibilityFocusedDrawableIfNeeded()
DView.java33159 if (!mResources.getConfiguration().isScreenRound() || mAttachInfo == null) { in shouldDrawRoundScrollbar()
/frameworks/base/core/java/android/inputmethodservice/
DCompactExtractEditLayout.java86 if (getResources().getConfiguration().isScreenRound()) { in applyProportionalLayout()
130 if (cfg.isScreenRound() && heightPixels < widthPixels) { in onAttachedToWindow()
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java296 final boolean isScreenRound = config.isScreenRound(); in computeWindowInsets()
299 null /* ignoringVisibilityState */, isScreenRound, SOFT_INPUT_ADJUST_NOTHING, in computeWindowInsets()
/frameworks/base/core/java/android/content/res/
DConfiguration.java2430 public boolean isScreenRound() { in isScreenRound() method in Configuration
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java670 if (mDisplayContext.getResources().getConfiguration().isScreenRound()) { in DisplayMagnifier()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1353 null /* ignoringVisibilityState */, config.isScreenRound(), in updateSurface()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2123 return mContext.getResources().getConfiguration().isScreenRound(); in isRoundWindow()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt5023 HSPLandroid/content/res/Configuration;->isScreenRound()Z
/frameworks/base/config/
Dboot-image-profile.txt5026 HSPLandroid/content/res/Configuration;->isScreenRound()Z
/frameworks/base/core/api/
Dcurrent.txt13778 method public boolean isScreenRound();