Home
last modified time | relevance | path

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

12

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPhonePipKeepClearAlgorithmTest.java68 final Rect outBounds = mPipKeepClearAlgorithm.findUnoccludedPosition(inBounds, in findUnoccludedPosition_withCollidingRestrictedKeepClearArea_movesBounds() local
79 final Rect outBounds = mPipKeepClearAlgorithm.findUnoccludedPosition(inBounds, in findUnoccludedPosition_withNonCollidingRestrictedKeepClearArea_boundsUnchanged() local
90 final Rect outBounds = mPipKeepClearAlgorithm.findUnoccludedPosition(inBounds, Set.of(), in findUnoccludedPosition_withCollidingUnrestrictedKeepClearArea_moveBounds() local
101 final Rect outBounds = mPipKeepClearAlgorithm.findUnoccludedPosition(inBounds, Set.of(), in findUnoccludedPosition_withNonCollidingUnrestrictedKeepClearArea_boundsUnchanged() 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
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DShadeTouchHandler.java86 final Rect outBounds = new Rect(bounds); in getTouchInitiationRegion() local
/frameworks/base/libs/hwui/
DRevealClip.h44 void getBounds(Rect* outBounds) const { in getBounds()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java136 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()
/frameworks/base/core/java/android/widget/
DCalendarViewMaterialDelegate.java114 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
DCalendarView.java577 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
642 boolean getBoundsForDate(long date, Rect outBounds); in getBoundsForDate()
DDayPickerPagerAdapter.java111 public boolean getBoundsForDate(Calendar day, Rect outBounds) { in getBoundsForDate()
DCalendarViewLegacyDelegate.java603 public boolean getBoundsForDate(long date, Rect outBounds) { in getBoundsForDate()
1373 public boolean getBoundsForDate(Calendar date, Rect outBounds) { in getBoundsForDate()
DSimpleMonthView.java990 public boolean getBoundsForDay(int id, Rect outBounds) { in getBoundsForDay()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPhonePipKeepClearAlgorithm.java124 Rect outBounds = new Rect(defaultBounds); in findUnoccludedPosition() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
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
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java296 public void getBounds(Rect outBounds) { in getBounds()
349 public void getRequestedOverrideBounds(Rect outBounds) { in getRequestedOverrideBounds()
DDisplayHashController.java276 Rect outBounds) { in calculateDisplayHashBoundsLocked()
DLetterboxUiController.java878 void getLetterboxInnerBounds(Rect outBounds) { in getLetterboxInnerBounds()
891 private void getLetterboxOuterBounds(Rect outBounds) { in getLetterboxOuterBounds()
DTaskLaunchParamsModifier.java734 @NonNull Rect outBounds) { in cascadeBounds()
DWindowManagerInternal.java497 public abstract void getWindowFrame(IBinder token, Rect outBounds); in getWindowFrame()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java186 Rect outBounds = getBounds1(); in getRefBounds1() local
198 final Rect outBounds = getBounds2(); in getRefBounds2() local
215 final Rect outBounds = getDividerBounds(); in getRefDividerBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java1089 final Rect outBounds = new Rect(toBounds); in updateMovementBounds() local
1123 private boolean onDisplayRotationChanged(Context context, Rect outBounds, Rect oldBounds, in onDisplayRotationChanged()
DPipTouchHandler.java363 public void adjustBoundsForRotation(Rect outBounds, Rect curBounds, Rect insetBounds) { in adjustBoundsForRotation()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java397 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen()
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java329 public void getStableBounds(Rect outBounds) { in getStableBounds()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java488 private synchronized float getScale(@NonNull Drawable d, @Nullable RectF outBounds) { in getScale()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java423 void getMagnificationBounds(@NonNull Rect outBounds) { in getMagnificationBounds()
1037 public void getMagnificationBounds(int displayId, @NonNull Rect outBounds) { in getMagnificationBounds()
/frameworks/base/core/java/android/view/
DInsetsState.java503 public void getDisplayCutoutSafe(Rect outBounds) { in getDisplayCutoutSafe()

12