Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipSnapAlgorithmTest.java57 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_topEdge() local
68 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_rightEdge() local
79 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_bottomEdge() local
90 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_leftEdge() local
101 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_notStashed_isNotOffBounds() local
114 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_stashedLeft() local
128 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_stashedRight() local
141 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_stashedRight_withInset() local
154 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testSnapRectToClosestEdge_rightEdge() local
166 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testSnapRectToClosestEdge_leftEdge() local
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DDisplayRotationUtilTest.java103 Rect[] bounds = new Rect[] {ZERO_RECT, new Rect(50, 0, 150, 10), ZERO_RECT, ZERO_RECT}; in testGetRotatedBounds_top_rot0() local
111 Rect[] bounds = new Rect[] {ZERO_RECT, new Rect(50, 0, 150, 10), ZERO_RECT, ZERO_RECT}; in testGetRotatedBounds_top_rot90() local
119 Rect[] bounds = new Rect[] {ZERO_RECT, new Rect(50, 0, 150, 10), ZERO_RECT, ZERO_RECT}; in testGetRotatedBounds_top_rot180() local
127 Rect[] bounds = new Rect[] {ZERO_RECT, new Rect(50, 0, 150, 10), ZERO_RECT, ZERO_RECT}; in testGetRotatedBounds_top_rot270() local
135 Rect[] bounds = new Rect[] {new Rect(0, 50, 10, 150), ZERO_RECT, ZERO_RECT, ZERO_RECT}; in testGetRotatedBounds_left_rot0() local
143 Rect[] bounds = new Rect[] {new Rect(0, 50, 10, 150), ZERO_RECT, ZERO_RECT, ZERO_RECT}; in testGetRotatedBounds_left_rot90() local
151 Rect[] bounds = new Rect[] {new Rect(0, 50, 10, 150), ZERO_RECT, ZERO_RECT, ZERO_RECT}; in testGetRotatedBounds_left_rot180() local
159 Rect[] bounds = new Rect[] {new Rect(0, 50, 10, 150), ZERO_RECT, ZERO_RECT, ZERO_RECT}; in testGetRotatedBounds_left_rot270() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedTransitionCallback.java35 default void onStartFinished(Rect bounds) { in onStartFinished()
41 default void onStopFinished(Rect bounds) { in onStopFinished()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleComponent.java40 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/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/
DLinkAccessibilityHelperTest.java123 Rect bounds = new Rect(); in testOnPopulateNodeForVirtualView() local
142 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/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt62 var bounds = calculateInsetsForRotationWithRotatedResources( in testGetBoundingRectForPrivacyChipForRotation_noCutout() variable
141 var bounds = calculateInsetsForRotationWithRotatedResources( in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout() variable
233 var bounds = calculateInsetsForRotationWithRotatedResources( in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() variable
315 var bounds = calculateInsetsForRotationWithRotatedResources( in testCalculateInsetsForRotationWithRotatedResources_noCutout() variable
395 var bounds = calculateInsetsForRotationWithRotatedResources( in testMinLeftRight_accountsForDisplayCutout() variable
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipControllerTest.java159 final Rect bounds = new Rect(0, 0, 10, 10); in saveReentryState_noUserResize_doesNotSaveSize() local
170 final Rect bounds = new Rect(0, 0, 10, 10); in saveReentryState_userHasResized_savesSize() local
184 final Rect bounds = new Rect(0, 0, 10, 10); in onDisplayConfigurationChanged_inPip_movePip() local
200 final Rect bounds = new Rect(0, 0, 10, 10); in onDisplayConfigurationChanged_notInPip_doesNotMovePip() local
/frameworks/base/core/java/android/view/accessibility/
DIAccessibilityInteractionConnection.aidl34 void findAccessibilityNodeInfoByAccessibilityId(long accessibilityNodeId, in Region bounds, in findAccessibilityNodeInfoByAccessibilityId()
40 in Region bounds, int interactionId, IAccessibilityInteractionConnectionCallback callback, in findAccessibilityNodeInfosByViewId()
43 void findAccessibilityNodeInfosByText(long accessibilityNodeId, String text, in Region bounds, in findAccessibilityNodeInfosByText()
47 void findFocus(long accessibilityNodeId, int focusType, in Region bounds, int interactionId, in findFocus()
51 void focusSearch(long accessibilityNodeId, int direction, in Region bounds, int interactionId, in focusSearch()
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java250 public boolean equivalentRequestedOverrideBounds(Rect bounds) { in equivalentRequestedOverrideBounds()
255 public boolean equivalentRequestedOverrideMaxBounds(Rect bounds) { in equivalentRequestedOverrideMaxBounds()
262 public static boolean equivalentBounds(Rect bounds, Rect other) { in equivalentBounds()
291 Rect bounds = getBounds(); in getPosition() local
345 public int setBounds(Rect bounds) { in setBounds()
377 int diffRequestedOverrideMaxBounds(Rect bounds) { in diffRequestedOverrideMaxBounds()
399 int diffRequestedOverrideBounds(Rect bounds) { in diffRequestedOverrideBounds()
/frameworks/base/core/java/com/android/internal/view/
DAppearanceRegion.java69 @NonNull Rect bounds) { in AppearanceRegion()
110 Rect bounds = (Rect) in.readTypedObject(Rect.CREATOR); in AppearanceRegion() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDrawable.java71 final Rect bounds = new Rect((int) sensorRect.left + margin, in onSensorRectUpdated() local
81 protected void updateFingerprintIconBounds(@NonNull Rect bounds) { in updateFingerprintIconBounds()
/frameworks/base/core/java/android/view/
DTouchDelegate.java96 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate()
220 Rect bounds = mBounds; in getTouchDelegateInfo() local
DWindowMetrics.java37 public WindowMetrics(@NonNull Rect bounds, @NonNull WindowInsets windowInsets) { in WindowMetrics()
DInputWindowHandle.java159 public void replaceTouchableRegionWithCrop(@Nullable SurfaceControl bounds) { in replaceTouchableRegionWithCrop()
167 public void setTouchableRegionCrop(@Nullable SurfaceControl bounds) { in setTouchableRegionCrop()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipBoundsState.java109 public void setBounds(@NonNull Rect bounds) { in setBounds()
129 public void setNormalBounds(@NonNull Rect bounds) { in setNormalBounds()
140 public void setExpandedBounds(@NonNull Rect bounds) { in setExpandedBounds()
151 public void setNormalMovementBounds(@NonNull Rect bounds) { in setNormalMovementBounds()
162 public void setExpandedMovementBounds(@NonNull Rect bounds) { in setExpandedMovementBounds()
434 public void setBoundsInMotion(@NonNull Rect bounds) { in setBoundsInMotion()
439 public void setAnimatingToBounds(@NonNull Rect bounds) { in setAnimatingToBounds()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java217 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
229 final Rect bounds = getBounds(); in draw() local
302 final Rect bounds = getBounds(); in drawFakeCornersForCompatibilityMode() local
394 Rect bounds = getBounds(); in recalculatePath() local
/frameworks/base/core/java/android/hardware/camera2/params/
DFace.java87 public Face(Rect bounds, int score, int id, in Face()
131 public Face(Rect bounds, int score) { in Face()
/frameworks/base/core/java/com/android/internal/policy/
DDockedDividerUtils.java63 public static void sanitizeStackBounds(Rect bounds, boolean topLeft) { in sanitizeStackBounds()
85 public static int calculatePositionForBounds(Rect bounds, int dockSide, int dividerSize) { in calculatePositionForBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropOutlineDrawable.java119 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
129 public void setRegionBounds(Rect bounds) { in setRegionBounds()
/frameworks/base/core/proto/android/app/
Dwindow_configuration.proto32 optional .android.graphics.RectProto bounds = 4; field
/frameworks/base/core/java/android/transition/
DExplode.java85 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()
/frameworks/base/core/proto/android/inputmethodservice/
Dsoftinputwindow.proto30 optional .android.graphics.RectProto bounds = 5; field
/frameworks/base/libs/hwui/
DRenderProperties.cpp169 Rect bounds; in debugOutputProperties() local
180 const Rect& bounds = outline.getBounds(); in debugOutputProperties() local
/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/
DBlingyNotification.kt34 private val bounds = Rect() constant in com.android.test.silkfx.hdr.BlingyNotification
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java145 Rect[] bounds = new Rect[4]; in calculateStatusBarLocationsForAllRotations() local
156 mIWindowManager.updateStaticPrivacyIndicatorBounds(mContext.getDisplayId(), bounds); in calculateStatusBarLocationsForAllRotations() local

12345678910>>...13