Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java164 final boolean isScreenRound = config.isScreenRound(); in computeWindowInsets()
167 null /* ignoringVisibilityState*/, isScreenRound, alwaysConsumeSystemBars, in computeWindowInsets()
/frameworks/base/core/java/android/inputmethodservice/
DCompactExtractEditLayout.java86 if (getResources().getConfiguration().isScreenRound()) { in applyProportionalLayout()
130 if (cfg.isScreenRound() && heightPixels < widthPixels) { in onAttachedToWindow()
/frameworks/base/core/java/android/view/
DWindowManagerImpl.java290 final boolean isScreenRound = config.isScreenRound(); in getWindowInsetsFromServer()
293 isScreenRound, alwaysConsumeSystemBars, SOFT_INPUT_ADJUST_NOTHING, attrs.flags, in getWindowInsetsFromServer()
DInsetsState.java199 boolean isScreenRound, boolean alwaysConsumeSystemBars, in calculateInsets() argument
248 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
DInsetsController.java770 public WindowInsets calculateInsets(boolean isScreenRound, boolean alwaysConsumeSystemBars, in calculateInsets() argument
779 isScreenRound, alwaysConsumeSystemBars, legacySoftInputMode, legacyWindowFlags, in calculateInsets()
DViewRootImpl.java2446 config.isScreenRound(), mAttachInfo.mAlwaysConsumeSystemBars, in getWindowInsets()
DView.java30491 if (!mResources.getConfiguration().isScreenRound() || mAttachInfo == null) { in shouldDrawRoundScrollbar()
/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachTest.java88 if (activity.getResources().getConfiguration().isScreenRound()) { in testRoundScrollbars()
/frameworks/base/core/java/android/content/res/
DConfiguration.java2257 public boolean isScreenRound() { in isScreenRound() method in Configuration
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1065 null /* ignoringVisibilityState */, config.isScreenRound(), in updateSurface()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java888 if (mDisplayContext.getResources().getConfiguration().isScreenRound()) { in MagnifiedViewport()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1588 return mContext.getResources().getConfiguration().isScreenRound(); in isRoundWindow()
/frameworks/base/boot/
Dboot-image-profile.txt5423 HSPLandroid/content/res/Configuration;->isScreenRound()Z
/frameworks/base/core/api/
Dcurrent.txt13242 method public boolean isScreenRound();
/frameworks/base/config/
Dboot-image-profile.txt5421 HSPLandroid/content/res/Configuration;->isScreenRound()Z