/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PhonePipKeepClearAlgorithmTest.java | 68 final Rect outBounds = mPipKeepClearAlgorithm.findUnoccludedPosition(inBounds, in findUnoccludedPosition_withCollidingRestrictedKeepClearArea_movesBounds() local 119 final Rect outBounds = mPipKeepClearAlgorithm.adjust( in adjust_withCollidingRestrictedKeepClearArea_moveBounds() local 137 final Rect outBounds = mPipKeepClearAlgorithm.adjust( in adjust_withNonCollidingRestrictedKeepClearArea_boundsUnchanged() local 156 final Rect outBounds = mPipKeepClearAlgorithm.adjust( in adjust_withCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged() local 175 final Rect outBounds = mPipKeepClearAlgorithm.adjust( in adjust_withNonCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged() local 195 final Rect outBounds = mPipKeepClearAlgorithm.adjust( in adjust_aboveDisplayBounds_onLeftEdge_appliesBottomLeftGravity() local 215 final Rect outBounds = mPipKeepClearAlgorithm.adjust( in adjust_belowDisplayBounds_onLeftEdge_appliesBottomLeftGravity() local 237 final Rect outBounds = mPipKeepClearAlgorithm.adjust( in adjust_aboveDisplayBounds_onRightEdge_appliesBottomRightGravity() local 259 final Rect outBounds = mPipKeepClearAlgorithm.adjust( in adjust_belowDisplayBounds_onRightEdge_appliesBottomRightGravity() local 279 final Rect outBounds = mPipKeepClearAlgorithm.adjust( in adjust_whileStashed_aboveDisplayBounds_alignsToBottomInset() local [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
H A D | ShadeTouchHandler.java | 86 final Rect outBounds = new Rect(bounds); in getTouchInitiationRegion() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | RevealClip.h | 44 void getBounds(Rect* outBounds) const { in getBounds()
|
/aosp14/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()
|
H A D | SimpleMonthView.java | 990 public boolean getBoundsForDay(int id, Rect outBounds) { in getBoundsForDay()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PhonePipKeepClearAlgorithm.java | 124 Rect outBounds = new Rect(defaultBounds); in findUnoccludedPosition() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilityWindowManagerTest.java | 489 final Region outBounds = new Region(); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion() local 512 final Region outBounds = new Region(); in computePartialInteractiveRegionForWindow_halfVisible_returnHalfRegion() local 525 final Region outBounds = new Region(); in computePartialInteractiveRegionForWindow_notVisible_returnEmptyRegion() local 543 final Region outBounds = new Region(); in computePartialInteractiveRegionForWindow_partialVisible_returnVisibleRegion() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ConfigurationContainer.java | 296 public void getBounds(Rect outBounds) { in getBounds() 349 public void getRequestedOverrideBounds(Rect outBounds) { in getRequestedOverrideBounds()
|
H A D | DisplayHashController.java | 276 Rect outBounds) { in calculateDisplayHashBoundsLocked()
|
H A D | LetterboxUiController.java | 878 void getLetterboxInnerBounds(Rect outBounds) { in getLetterboxInnerBounds() 891 private void getLetterboxOuterBounds(Rect outBounds) { in getLetterboxOuterBounds()
|
H A D | TaskLaunchParamsModifier.java | 734 @NonNull Rect outBounds) { in cascadeBounds()
|
H A D | WindowManagerInternal.java | 497 public abstract void getWindowFrame(IBinder token, Rect outBounds); in getWindowFrame()
|
H A D | TaskFragment.java | 1962 Rect outBounds = r.getBounds(); in addChild() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | SplitLayout.java | 186 Rect outBounds = getBounds1(); in getRefBounds1() local 198 final Rect outBounds = getBounds2(); in getRefBounds2() local 215 final Rect outBounds = getDividerBounds(); in getRefDividerBounds() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 1089 final Rect outBounds = new Rect(toBounds); in updateMovementBounds() local 1123 private boolean onDisplayRotationChanged(Context context, Rect outBounds, Rect oldBounds, in onDisplayRotationChanged()
|
H A D | PipTouchHandler.java | 363 public void adjustBoundsForRotation(Rect outBounds, Rect curBounds, Rect insetBounds) { in adjustBoundsForRotation()
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityWindowInfo.java | 397 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen()
|
H A D | AccessibilityNodeInfo.java | 2090 public void getBoundsInParent(Rect outBounds) { in getBoundsInParent() 2130 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() 2172 public void getBoundsInWindow(@NonNull Rect outBounds) { in getBoundsInWindow()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayLayout.java | 329 public void getStableBounds(Rect outBounds) { in getStableBounds()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | SimpleIconFactory.java | 488 private synchronized float getScale(@NonNull Drawable d, @Nullable RectF outBounds) { in getScale()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationController.java | 423 void getMagnificationBounds(@NonNull Rect outBounds) { in getMagnificationBounds() 1037 public void getMagnificationBounds(int displayId, @NonNull Rect outBounds) { in getMagnificationBounds()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsState.java | 503 public void getDisplayCutoutSafe(Rect outBounds) { in getDisplayCutoutSafe()
|