/frameworks/base/core/java/android/window/ |
D | WindowMetricsController.java | 84 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/ |
D | ViewAttachTest.java | 88 if (activity.getResources().getConfiguration().isScreenRound()) { in testRoundScrollbars() 127 if (activity.getResources().getConfiguration().isScreenRound()) { in testRoundScrollbarsWithMargins()
|
/frameworks/base/core/java/android/view/ |
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()
|
D | InsetsState.java | 121 boolean isScreenRound, int legacySoftInputMode, int legacyWindowFlags, in calculateInsets() argument 175 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
|
D | RoundedCorners.java | 204 if (radius == 0 && res.getConfiguration().isScreenRound()) { in getRoundedCornerRadius()
|
D | InsetsController.java | 935 public WindowInsets calculateInsets(boolean isScreenRound, int windowType, int activityType, in calculateInsets() argument 943 isScreenRound, legacySoftInputMode, legacyWindowFlags, in calculateInsets()
|
D | ViewRootImpl.java | 3284 config.isScreenRound(), mWindowAttributes.type, in getWindowInsets() 5806 boolean isRoundWatch = mContext.getResources().getConfiguration().isScreenRound() in drawAccessibilityFocusedDrawableIfNeeded()
|
D | View.java | 33159 if (!mResources.getConfiguration().isScreenRound() || mAttachInfo == null) { in shouldDrawRoundScrollbar()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | CompactExtractEditLayout.java | 86 if (getResources().getConfiguration().isScreenRound()) { in applyProportionalLayout() 130 if (cfg.isScreenRound() && heightPixels < widthPixels) { in onAttachedToWindow()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | WindowManagerImpl.java | 296 final boolean isScreenRound = config.isScreenRound(); in computeWindowInsets() 299 null /* ignoringVisibilityState */, isScreenRound, SOFT_INPUT_ADJUST_NOTHING, in computeWindowInsets()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 2430 public boolean isScreenRound() { in isScreenRound() method in Configuration
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AccessibilityController.java | 670 if (mDisplayContext.getResources().getConfiguration().isScreenRound()) { in DisplayMagnifier()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 1353 null /* ignoringVisibilityState */, config.isScreenRound(), in updateSurface()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 2123 return mContext.getResources().getConfiguration().isScreenRound(); in isRoundWindow()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 5023 HSPLandroid/content/res/Configuration;->isScreenRound()Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5026 HSPLandroid/content/res/Configuration;->isScreenRound()Z
|
/frameworks/base/core/api/ |
D | current.txt | 13778 method public boolean isScreenRound();
|