/aosp12/frameworks/base/libs/hwui/ |
H A D | RevealClip.h | 44 void getBounds(Rect* outBounds) const { in getBounds()
|
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
H A D | IconNormalizer.java | 136 public static float normalizeAdaptiveIcon(Drawable d, int size, @Nullable RectF outBounds) { in normalizeAdaptiveIcon() 239 public synchronized float getScale(@NonNull Drawable d, @Nullable RectF outBounds, in getScale()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | CalendarViewMaterialDelegate.java | 114 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
|
H A D | CalendarView.java | 577 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() 642 boolean getBoundsForDate(long date, Rect outBounds); in getBoundsForDate()
|
H A D | DayPickerPagerAdapter.java | 111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { in getBoundsForDate()
|
H A D | CalendarViewLegacyDelegate.java | 603 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate() 1373 public boolean getBoundsForDate(Calendar date, Rect outBounds) { in getBoundsForDate()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | RoundedLine.java | 108 public void getBounds(final Rect outBounds) { in getBounds()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/ |
H A D | OutlineManager.java | 148 private void computeOutlineBounds(Rect rootBounds, InsetsState insetsState, Rect outBounds) { in computeOutlineBounds()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilityWindowManagerTest.java | 478 final Region outBounds = new Region(); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion() local 501 final Region outBounds = new Region(); in computePartialInteractiveRegionForWindow_halfVisible_returnHalfRegion() local 514 final Region outBounds = new Region(); in computePartialInteractiveRegionForWindow_notVisible_returnEmptyRegion() local 532 final Region outBounds = new Region(); in computePartialInteractiveRegionForWindow_partialVisible_returnVisibleRegion() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ConfigurationContainer.java | 285 public void getBounds(Rect outBounds) { in getBounds() 338 public void getRequestedOverrideBounds(Rect outBounds) { in getRequestedOverrideBounds()
|
H A D | LetterboxUiController.java | 115 void getLetterboxInnerBounds(Rect outBounds) { in getLetterboxInnerBounds()
|
H A D | DisplayHashController.java | 276 Rect outBounds) { in calculateDisplayHashBoundsLocked()
|
H A D | DisplayPolicy.java | 1112 Rect outBounds) { in getRotatedWindowBounds()
|
H A D | TaskLaunchParamsModifier.java | 681 @NonNull Rect outBounds) { in cascadeBounds()
|
H A D | WindowManagerInternal.java | 415 public abstract void getWindowFrame(IBinder token, Rect outBounds); in getWindowFrame()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
H A D | PredictedAppIcon.java | 288 public void getIconBounds(Rect outBounds) { in getIconBounds()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 678 final Rect outBounds = new Rect(toBounds); in updateMovementBounds() local 712 private boolean onDisplayRotationChanged(Context context, Rect outBounds, Rect oldBounds, in onDisplayRotationChanged()
|
H A D | PipTouchHandler.java | 344 public void adjustBoundsForRotation(Rect outBounds, Rect curBounds, Rect insetBounds) { in adjustBoundsForRotation()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | PreviewBackground.java | 180 void getBounds(Rect outBounds) { in getBounds()
|
H A D | FolderIcon.java | 240 public void getPreviewBounds(Rect outBounds) { in getPreviewBounds()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | BubbleTextView.java | 590 public void getIconBounds(Rect outBounds) { in getIconBounds() 597 public void getIconBounds(int iconSize, Rect outBounds) { in getIconBounds()
|
/aosp12/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityWindowInfo.java | 371 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayLayout.java | 326 public void getStableBounds(Rect outBounds) { in getStableBounds()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationController.java | 383 void getMagnificationBounds(@NonNull Rect outBounds) { in getMagnificationBounds() 808 public void getMagnificationBounds(int displayId, @NonNull Rect outBounds) { in getMagnificationBounds()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | SimpleIconFactory.java | 475 private synchronized float getScale(@NonNull Drawable d, @Nullable RectF outBounds) { in getScale()
|