Searched refs:isScreenRound (Results 1 – 13 of 13) sorted by relevance
/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/base/core/tests/coretests/src/android/view/ |
D | ViewAttachTest.java | 88 if (activity.getResources().getConfiguration().isScreenRound()) { in testRoundScrollbars()
|
/frameworks/base/core/java/android/view/ |
D | InsetsState.java | 144 public WindowInsets calculateInsets(Rect frame, boolean isScreenRound, in calculateInsets() argument 185 return new WindowInsets(typeInsetsMap, typeMaxInsetsMap, typeVisibilityMap, isScreenRound, in calculateInsets()
|
D | InsetsController.java | 179 public WindowInsets calculateInsets(boolean isScreenRound, in calculateInsets() argument 185 mLastInsets = mState.calculateInsets(mFrame, isScreenRound, alwaysConsumeSystemBars, cutout, in calculateInsets()
|
D | ViewRootImpl.java | 1921 mContext.getResources().getConfiguration().isScreenRound(), in getWindowInsets()
|
D | View.java | 29520 if (!mResources.getConfiguration().isScreenRound() || mAttachInfo == null) { in shouldDrawRoundScrollbar()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 978 getResources().getConfiguration().isScreenRound(), false, in updateSurface()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AccessibilityController.java | 521 if (mContext.getResources().getConfiguration().isScreenRound()) { in MagnifiedViewport()
|
D | WindowManagerService.java | 3421 if (mContext.getResources().getConfiguration().isScreenRound() in updateCircularDisplayMaskIfNeeded()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 2094 public boolean isScreenRound() { in isScreenRound() method in Configuration
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 1730 return mContext.getResources().getConfiguration().isScreenRound(); in isRoundWindow()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 12204 method public boolean isScreenRound();
|
/frameworks/base/api/ |
D | current.txt | 12204 method public boolean isScreenRound();
|