| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ | 
| D | PipSnapAlgorithmTest.java | 59         final Rect bounds = new Rect(STACK_BOUNDS_CENTERED);  in testApplySnapFraction_topEdge()  local70         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 …]
 
 | 
| /frameworks/base/core/java/android/view/ | 
| 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()
 
 | 
| D | TouchDelegate.java | 96     public TouchDelegate(Rect bounds, View delegateView) {  in TouchDelegate()220             Rect bounds = mBounds;  in getTouchDelegateInfo()  local
 
 | 
| /frameworks/base/core/tests/coretests/src/android/text/ | 
| D | TextLineTest.java | 366         float[] bounds = new float[12];  in testMeasureAllBounds_LTR()  local383         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 …]
 
 | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ | 
| D | OneHandedTransitionCallback.java | 35     default void onStartFinished(Rect bounds) {  in onStartFinished()41     default void onStopFinished(Rect bounds) {  in onStopFinished()
 
 | 
| /frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/ | 
| D | LinkAccessibilityHelperTest.java | 123     Rect bounds = new Rect();  in testOnPopulateNodeForVirtualView()  local142     Rect bounds = new Rect();  in testNullLayout()  local
 160     Rect bounds = new Rect();  in testRtlLayout()  local
 186     Rect bounds = new Rect();  in testMultilineLink()  local
 213     Rect bounds = new Rect();  in testRtlMultilineLink()  local
 246     Rect bounds = new Rect();  in testBidiMultilineLink()  local
 
 | 
| /frameworks/base/graphics/java/android/graphics/drawable/ | 
| 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()
 
 | 
| /frameworks/base/core/java/android/view/inputmethod/ | 
| D | EditorBoundsInfo.java | 91         EditorBoundsInfo bounds;  in equals()  local142         public EditorBoundsInfo.Builder setEditorBounds(@Nullable RectF bounds) {  in setEditorBounds()
 153         public EditorBoundsInfo.Builder setHandwritingBounds(@Nullable RectF bounds) {  in setHandwritingBounds()
 
 | 
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ | 
| D | PipControllerTest.java | 260         final Rect bounds = new Rect(0, 0, 10, 10);  in saveReentryState_noUserResize_doesNotSaveSize()  local271         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
 
 | 
| /frameworks/base/core/java/android/view/accessibility/ | 
| 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()
 
 | 
| /frameworks/base/core/java/android/window/ | 
| D | WindowInfosListenerForTest.java | 71         public final Rect bounds;  field in WindowInfosListenerForTest.WindowInfo84                 @NonNull Rect bounds, int inputConfig) {  in WindowInfo()
 164             var bounds = new Rect(handle.frameLeft, handle.frameTop, handle.frameRight,  in buildWindowInfos()  local
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/ | 
| D | ConvenienceExtensions.kt | 55         val bounds = Rect()  constant
 | 
| /frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/transformation/ | 
| D | PunchHole.kt | 43     private val bounds: ElementKey,  in <lambda>()  constant in com.android.compose.animation.scene.transformation.PunchHole53             val bounds = layoutImpl.elements[bounds]  in <lambda>()  constant
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/ | 
| D | PrivacyChipDrawable.java | 138         Rect bounds = getBounds();  in getBackgroundBounds()  local143         Rect bounds = getBounds();  in getCollapsedForegroundBounds()  local
 153         Rect bounds = getBounds();  in getForegroundBounds()  local
 183     protected void onBoundsChange(@NonNull Rect bounds) {  in onBoundsChange()
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ | 
| D | StatusBarContentInsetsProviderTest.kt | 82         var bounds = calculateInsetsForRotationWithRotatedResources(  in testGetBoundingRectForPrivacyChipForRotation_noCutout()  variable166         var bounds = calculateInsetsForRotationWithRotatedResources(  in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout()  variable
 267         var bounds = calculateInsetsForRotationWithRotatedResources(  in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout()  variable
 357         var bounds = calculateInsetsForRotationWithRotatedResources(  in testCalculateInsetsForRotationWithRotatedResources_noCutout()  variable
 446         var bounds = calculateInsetsForRotationWithRotatedResources(  in testMinLeftRight_accountsForDisplayCutout()  variable
 
 | 
| /frameworks/base/libs/hwui/canvas/ | 
| 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
 
 | 
| /frameworks/base/core/java/com/android/internal/view/ | 
| D | AppearanceRegion.java | 69             @NonNull Rect bounds) {  in AppearanceRegion()110         Rect bounds = (Rect) in.readTypedObject(Rect.CREATOR);  in AppearanceRegion()  local
 
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ | 
| D | DisplayCutoutBaseViewTest.kt | 132         val bounds = Rect(0, 0, 10, 10)  in testCutoutProtection()  constant151         val bounds = Rect(0, 0, 10, 10)  in testCutoutProtection_withDisplayRatio()  constant
 
 | 
| /frameworks/base/services/core/java/com/android/server/wm/ | 
| 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()
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ | 
| D | MediaContainerView.kt | 63         val bounds = canvas.clipBounds  in onDraw()  constant
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ | 
| D | RequestProcessorTest.kt | 46     private val bounds = Rect(25, 25, 75, 75)  in <lambda>()  constant in com.android.systemui.screenshot.RequestProcessorTest198         val bounds = Rect(50, 50, 150, 150)  in <lambda>()  constant
 228         val bounds = Rect(50, 50, 150, 150)  in <lambda>()  constant
 
 | 
| /frameworks/base/core/proto/android/inputmethodservice/ | 
| D | softinputwindow.proto | 30     optional .android.graphics.RectProto bounds = 5;  field
 | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ | 
| 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()
 
 | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ | 
| D | TvPipBoundsController.java | 188         Rect bounds =  in applyPlacement()  local209     private void applyPlacementBounds(Rect bounds, int animationDuration) {  in applyPlacementBounds()
 220     private void movePipTo(Rect bounds, int animationDuration) {  in movePipTo()
 
 | 
| /frameworks/base/core/java/android/hardware/camera2/params/ | 
| 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()
 
 |