Home
last modified time | relevance | path

Searched defs:outBounds (Results 1 – 25 of 31) sorted by relevance

12

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPhonePipKeepClearAlgorithmTest.java68 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 DShadeTouchHandler.java86 final Rect outBounds = new Rect(bounds); in getTouchInitiationRegion() local
/aosp14/frameworks/base/libs/hwui/
H A DRevealClip.h44 void getBounds(Rect* outBounds) const { in getBounds()
/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java114 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
H A DCalendarView.java577 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
642 boolean getBoundsForDate(long date, Rect outBounds); in getBoundsForDate()
H A DDayPickerPagerAdapter.java111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { in getBoundsForDate()
H A DCalendarViewLegacyDelegate.java603 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
1373 public boolean getBoundsForDate(Calendar date, Rect outBounds) { in getBoundsForDate()
H A DSimpleMonthView.java990 public boolean getBoundsForDay(int id, Rect outBounds) { in getBoundsForDay()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPhonePipKeepClearAlgorithm.java124 Rect outBounds = new Rect(defaultBounds); in findUnoccludedPosition() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityWindowManagerTest.java489 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 DConfigurationContainer.java296 public void getBounds(Rect outBounds) { in getBounds()
349 public void getRequestedOverrideBounds(Rect outBounds) { in getRequestedOverrideBounds()
H A DDisplayHashController.java276 Rect outBounds) { in calculateDisplayHashBoundsLocked()
H A DLetterboxUiController.java878 void getLetterboxInnerBounds(Rect outBounds) { in getLetterboxInnerBounds()
891 private void getLetterboxOuterBounds(Rect outBounds) { in getLetterboxOuterBounds()
H A DTaskLaunchParamsModifier.java734 @NonNull Rect outBounds) { in cascadeBounds()
H A DWindowManagerInternal.java497 public abstract void getWindowFrame(IBinder token, Rect outBounds); in getWindowFrame()
H A DTaskFragment.java1962 Rect outBounds = r.getBounds(); in addChild() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java186 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 DPipController.java1089 final Rect outBounds = new Rect(toBounds); in updateMovementBounds() local
1123 private boolean onDisplayRotationChanged(Context context, Rect outBounds, Rect oldBounds, in onDisplayRotationChanged()
H A DPipTouchHandler.java363 public void adjustBoundsForRotation(Rect outBounds, Rect curBounds, Rect insetBounds) { in adjustBoundsForRotation()
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java397 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen()
H A DAccessibilityNodeInfo.java2090 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 DDisplayLayout.java329 public void getStableBounds(Rect outBounds) { in getStableBounds()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java488 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 DFullScreenMagnificationController.java423 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 DInsetsState.java503 public void getDisplayCutoutSafe(Rect outBounds) { in getDisplayCutoutSafe()

12