Home
last modified time | relevance | path

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

12345678910>>...16

/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/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/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/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/base/core/java/android/view/inputmethod/
DEditorBoundsInfo.java91 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()
/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()
44 void findAccessibilityNodeInfosByText(long accessibilityNodeId, String text, in Region bounds, in findAccessibilityNodeInfosByText()
48 void findFocus(long accessibilityNodeId, int focusType, in Region bounds, int interactionId, in findFocus()
52 void focusSearch(long accessibilityNodeId, int direction, in Region bounds, int interactionId, in focusSearch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DConvenienceExtensions.kt55 val bounds = Rect() constant
/frameworks/base/libs/hwui/canvas/
DCanvasFrontend.cpp52 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/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt82 var bounds = calculateInsetsForRotationWithRotatedResources( in testGetBoundingRectForPrivacyChipForRotation_noCutout() variable
166 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/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipControllerTest.java257 final Rect bounds = new Rect(0, 0, 10, 10); in saveReentryState_noUserResize_doesNotSaveSize() local
268 final Rect bounds = new Rect(0, 0, 10, 10); in saveReentryState_userHasResized_savesSize() local
282 final Rect bounds = new Rect(0, 0, 10, 10); in onDisplayConfigurationChanged_inPip_movePip() local
302 final Rect bounds = new Rect(0, 0, 10, 10); in onDisplayConfigurationChanged_notInPip_doesNotMovePip() local
/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/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DJetpackTaskFragmentOrganizer.java193 @NonNull IBinder ownerToken, @NonNull Rect bounds, @WindowingMode int windowingMode) { in createTaskFragment()
206 @NonNull IBinder ownerToken, @NonNull Rect bounds, @WindowingMode int windowingMode, in createTaskFragment()
232 @NonNull IBinder fragmentToken, @NonNull IBinder ownerToken, @NonNull Rect bounds, in createTaskFragmentAndReparentActivity()
278 @Nullable Rect bounds) { in resizeTaskFragment()
286 wct.setBounds(mFragmentInfos.get(fragmentToken).getToken(), bounds); in resizeTaskFragment() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DRequestProcessorTest.kt47 private val bounds = Rect(25, 25, 75, 75) in <lambda>() constant
226 val bounds = Rect(50, 50, 150, 150) in <lambda>() constant
256 val bounds = Rect(50, 50, 150, 150) in <lambda>() constant
288 val bounds = Rect(50, 50, 150, 150) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DDisplayCutoutBaseViewTest.kt132 val bounds = Rect(0, 0, 10, 10) in testCutoutProtection() constant
151 val bounds = Rect(0, 0, 10, 10) in testCutoutProtection_withDisplayRatio() constant
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java269 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/core/java/android/view/
DTouchDelegate.java96 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate()
220 Rect bounds = mBounds; in getTouchDelegateInfo() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DMediaContainerView.kt63 val bounds = canvas.clipBounds in onDraw() constant
/frameworks/base/core/proto/android/inputmethodservice/
Dsoftinputwindow.proto30 optional .android.graphics.RectProto bounds = 5; field
/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/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/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsAnimationView.java56 void onSensorRectUpdated(RectF bounds) { in onSensorRectUpdated()
128 RectF getBoundsRelativeToView(RectF bounds) { in getBoundsRelativeToView()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipBoundsState.java148 public void setBounds(@NonNull Rect bounds) { in setBounds()
168 public void setNormalBounds(@NonNull Rect bounds) { in setNormalBounds()
179 public void setExpandedBounds(@NonNull Rect bounds) { in setExpandedBounds()
190 public void setNormalMovementBounds(@NonNull Rect bounds) { in setNormalMovementBounds()
201 public void setExpandedMovementBounds(@NonNull Rect bounds) { in setExpandedMovementBounds()
518 public void setBoundsInMotion(@NonNull Rect bounds) { in setBoundsInMotion()
523 public void setAnimatingToBounds(@NonNull Rect bounds) { in setAnimatingToBounds()

12345678910>>...16