/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipSnapAlgorithmTest.java | 59 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_topEdge() local 70 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_rightEdge() local 81 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_bottomEdge() local 92 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_leftEdge() local 103 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_notStashed_isNotOffBounds() local 116 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_stashedLeft() local 130 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_stashedRight() local 143 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_stashedRight_withInset() local 156 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testSnapRectToClosestEdge_rightEdge() local 168 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testSnapRectToClosestEdge_leftEdge() local [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | TextLineTest.java | 366 float[] bounds = new float[12]; in testMeasureAllBounds_LTR() local 383 float[] bounds = new float[12]; in testMeasureAllBounds_LTR_StyledText() local 398 float[] bounds = new float[12]; in testMeasureAllBounds_RTL() local 416 float[] bounds = new float[12]; in testMeasureAllBounds_RTL_StyledText() local 431 float[] bounds = new float[12]; in testMeasureAllBounds_BiDi() local 446 float[] bounds = new float[14]; in testMeasureAllBounds_BiDi2() local 462 float[] bounds = new float[14]; in testMeasureAllBounds_BiDi3() local 481 float[] bounds = new float[12]; in testMeasureAllBounds_styled_BiDi() local 498 float[] bounds = new float[10]; in testMeasureAllBounds_Tab_LTR() local 515 float[] bounds = new float[10]; in testMeasureAllBounds_Tab_RTL() local [all …]
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowMetrics.java | 64 public WindowMetrics(@NonNull Rect bounds, @NonNull WindowInsets windowInsets) { in WindowMetrics() 80 public WindowMetrics(@NonNull Rect bounds, @NonNull WindowInsets windowInsets, float density) { in WindowMetrics() 94 public WindowMetrics(@NonNull Rect bounds, @NonNull Supplier<WindowInsets> windowInsetsSupplier, in WindowMetrics()
|
H A D | TouchDelegate.java | 96 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate() 220 Rect bounds = mBounds; in getTouchDelegateInfo() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedTransitionCallback.java | 35 default void onStartFinished(Rect bounds) { in onStartFinished() 41 default void onStopFinished(Rect bounds) { in onStopFinished()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RippleComponent.java | 40 public RippleComponent(RippleDrawable owner, Rect bounds) { in RippleComponent() 65 private static float getTargetRadius(Rect bounds) { in getTargetRadius() 78 public void getBounds(Rect bounds) { in getBounds()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | EditorBoundsInfo.java | 91 EditorBoundsInfo bounds; in equals() local 142 public EditorBoundsInfo.Builder setEditorBounds(@Nullable RectF bounds) { in setEditorBounds() 153 public EditorBoundsInfo.Builder setHandwritingBounds(@Nullable RectF bounds) { in setHandwritingBounds()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipControllerTest.java | 260 final Rect bounds = new Rect(0, 0, 10, 10); in saveReentryState_noUserResize_doesNotSaveSize() local 271 final Rect bounds = new Rect(0, 0, 10, 10); in saveReentryState_nonEmptyUserResizeBounds_savesSize() local 284 final Rect bounds = new Rect(0, 0, 10, 10); in saveReentryState_emptyUserResizeBounds_savesSize() local 298 final Rect bounds = new Rect(0, 0, 10, 10); in onDisplayConfigurationChanged_inPip_movePip() local 318 final Rect bounds = new Rect(0, 0, 10, 10); in onDisplayConfigurationChanged_notInPip_doesNotMovePip() local
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | IAccessibilityInteractionConnection.aidl | 36 void findAccessibilityNodeInfoByAccessibilityId(long accessibilityNodeId, in Region bounds, in findAccessibilityNodeInfoByAccessibilityId() 42 in Region bounds, int interactionId, IAccessibilityInteractionConnectionCallback callback, in findAccessibilityNodeInfosByViewId() 46 void findAccessibilityNodeInfosByText(long accessibilityNodeId, String text, in Region bounds, in findAccessibilityNodeInfosByText() 50 void findFocus(long accessibilityNodeId, int focusType, in Region bounds, int interactionId, in findFocus() 54 void focusSearch(long accessibilityNodeId, int direction, in Region bounds, int interactionId, in focusSearch()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | WindowInfosListenerForTest.java | 71 public final Rect bounds; field in WindowInfosListenerForTest.WindowInfo 84 @NonNull Rect bounds, int inputConfig) { in WindowInfo() 164 var bounds = new Rect(handle.frameLeft, handle.frameTop, handle.frameRight, in buildWindowInfos() local
|
H A D | WindowMetricsController.java | 80 final Rect bounds; in getWindowMetricsInternal() local 112 Rect bounds, boolean isScreenRound, int activityType) { in getWindowInsetsFromServerForDisplay()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/ |
H A D | PrivacyChipDrawable.java | 138 Rect bounds = getBounds(); in getBackgroundBounds() local 143 Rect bounds = getBounds(); in getCollapsedForegroundBounds() local 153 Rect bounds = getBounds(); in getForegroundBounds() local 183 protected void onBoundsChange(@NonNull Rect bounds) { in onBoundsChange()
|
/aosp14/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasFrontend.cpp | 52 const SkRect& bounds, bool aa, bool fillsBounds) { in apply() 74 SkRect bounds = path.getBounds(); in internalClipPath() local 110 SkIRect bounds = clip().bounds; in getClipBounds() local
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | AppearanceRegion.java | 69 @NonNull Rect bounds) { in AppearanceRegion() 110 Rect bounds = (Rect) in.readTypedObject(Rect.CREATOR); in AppearanceRegion() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ConfigurationContainer.java | 269 public boolean equivalentRequestedOverrideBounds(Rect bounds) { in equivalentRequestedOverrideBounds() 274 public boolean equivalentRequestedOverrideMaxBounds(Rect bounds) { in equivalentRequestedOverrideMaxBounds() 281 public static boolean equivalentBounds(Rect bounds, Rect other) { in equivalentBounds() 310 Rect bounds = getBounds(); in getPosition() local 364 public int setBounds(Rect bounds) { in setBounds() 396 int diffRequestedOverrideMaxBounds(Rect bounds) { in diffRequestedOverrideMaxBounds() 418 int diffRequestedOverrideBounds(Rect bounds) { in diffRequestedOverrideBounds()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarContentInsetsProviderTest.kt | 82 var bounds = calculateInsetsForRotationWithRotatedResources( regex 166 var bounds = calculateInsetsForRotationWithRotatedResources( regex 267 var bounds = calculateInsetsForRotationWithRotatedResources( regex 357 var bounds = calculateInsetsForRotationWithRotatedResources( regex 446 var bounds = calculateInsetsForRotationWithRotatedResources( regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipBoundsState.java | 150 public void setBounds(@NonNull Rect bounds) { in setBounds() 170 public void setNormalBounds(@NonNull Rect bounds) { in setNormalBounds() 181 public void setExpandedBounds(@NonNull Rect bounds) { in setExpandedBounds() 192 public void setNormalMovementBounds(@NonNull Rect bounds) { in setNormalMovementBounds() 203 public void setExpandedMovementBounds(@NonNull Rect bounds) { in setExpandedMovementBounds() 515 public void setBoundsInMotion(@NonNull Rect bounds) { in setBoundsInMotion() 520 public void setAnimatingToBounds(@NonNull Rect bounds) { in setAnimatingToBounds()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | Face.java | 90 public Face(@NonNull Rect bounds, int score, int id, in Face() 118 public Face(@NonNull Rect bounds, int score) { in Face() 126 private void init(@NonNull Rect bounds, int score, int id, in init() 356 public @NonNull Builder setBounds(@NonNull Rect bounds) { in setBounds()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipBoundsController.java | 188 Rect bounds = in applyPlacement() local 209 private void applyPlacementBounds(Rect bounds, int animationDuration) { in applyPlacementBounds() 220 private void movePipTo(Rect bounds, int animationDuration) { in movePipTo()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationControllerTest.java | 343 final Rect bounds = wm.getCurrentWindowMetrics().getBounds(); in deleteWindowMagnification_enableAtTheBottom_overlapFlagIsFalse() local 1063 final Rect bounds = mWindowManager.getCurrentWindowMetrics().getBounds(); in moveWindowMagnificationToTheBottom_enabledWithGestureInset_overlapFlagIsTrue() local 1080 final Rect bounds = mWindowManager.getCurrentWindowMetrics().getBounds(); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion() local 1116 final Rect bounds = mWindowManager.getCurrentWindowMetrics().getBounds(); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion() local 1215 final Rect bounds = mWindowManager.getCurrentWindowMetrics().getBounds(); in setWindowSizeLargerThanScreenSize_enabled_windowSizeIsScreenSize() local 1234 final Rect bounds = mWindowManager.getCurrentWindowMetrics().getBounds(); in changeMagnificationSize_expectedWindowSize() local 1264 final Rect bounds = mWindowManager.getCurrentWindowMetrics().getBounds(); in editModeOnDragCorner_resizesWindow() local 1298 final Rect bounds = mWindowManager.getCurrentWindowMetrics().getBounds(); in editModeOnDragEdge_resizesWindowInOnlyOneDirection() local 1328 final Rect bounds = mWindowManager.getCurrentWindowMetrics().getBounds(); in setWindowCenterOutOfScreen_enabled_magnificationCenterIsInsideTheScreen() local
|
/aosp14/frameworks/base/core/proto/android/inputmethodservice/ |
H A D | softinputwindow.proto | 30 optional .android.graphics.RectProto bounds = 5; field
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | Explode.java | 85 Rect bounds = (Rect) endValues.values.get(PROPNAME_SCREEN_BOUNDS); in onAppear() local 102 Rect bounds = (Rect) startValues.values.get(PROPNAME_SCREEN_BOUNDS); in onDisappear() local 125 private void calculateOut(View sceneRoot, Rect bounds, int[] outVector) { in calculateOut()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | DockedDividerUtils.java | 63 public static void sanitizeStackBounds(Rect bounds, boolean topLeft) { in sanitizeStackBounds() 85 public static int calculatePositionForBounds(Rect bounds, int dockSide, int dividerSize) { in calculatePositionForBounds()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsAnimationView.java | 56 void onSensorRectUpdated(RectF bounds) { in onSensorRectUpdated() 128 RectF getBoundsRelativeToView(RectF bounds) { in getBoundsRelativeToView()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | RenderProperties.cpp | 169 Rect bounds; in debugOutputProperties() local 180 const Rect& bounds = outline.getBounds(); in debugOutputProperties() local
|