/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
D | DisplayRotationUtilTest.java | 103 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/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/ |
D | LinkAccessibilityHelperTest.java | 123 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/ |
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/accessibility/ |
D | IAccessibilityInteractionConnection.aidl | 34 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()
|
D | IWindowMagnificationConnectionCallback.aidl | 35 void onWindowMagnifierBoundsChanged(int display, in Rect bounds); in onWindowMagnifierBoundsChanged()
|
/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/core/java/android/view/ |
D | TouchDelegate.java | 96 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate() 220 Rect bounds = mBounds; in getTouchDelegateInfo() local
|
D | WindowManagerImpl.java | 223 final Rect bounds = getCurrentBounds(context); in getCurrentWindowMetrics() local 250 private WindowInsets computeWindowInsets(Rect bounds) { in computeWindowInsets() 264 private WindowInsets getWindowInsetsFromServer(WindowManager.LayoutParams attrs, Rect bounds) { in getWindowInsetsFromServer()
|
D | InputWindowHandle.java | 150 public void replaceTouchableRegionWithCrop(@Nullable SurfaceControl bounds) { in replaceTouchableRegionWithCrop() 158 public void setTouchableRegionCrop(@Nullable SurfaceControl bounds) { in setTouchableRegionCrop()
|
D | DisplayCutout.java | 310 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Rect[] bounds, in DisplayCutout() 317 private DisplayCutout(Rect safeInsets, Insets waterfallInsets, Bounds bounds) { in DisplayCutout() 596 Rect[] bounds = mBounds.getRects(); in inset() local 651 Rect[] bounds = new Rect[BOUNDS_POSITION_LENGTH]; in fromBoundingRect() local 663 public static DisplayCutout fromBoundsAndWaterfall(Rect[] bounds, Insets waterfallInsets) { in fromBoundsAndWaterfall() 672 public static DisplayCutout fromBounds(Rect[] bounds) { in fromBounds() 854 Rect[] bounds = new Rect[BOUNDS_POSITION_LENGTH]; in readCutoutFromParcel() local
|
D | WindowMetrics.java | 37 public WindowMetrics(@NonNull Rect bounds, @NonNull WindowInsets windowInsets) { in WindowMetrics()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | StyledCornersBitmapDrawable.java | 217 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/services/core/java/com/android/server/wm/ |
D | ConfigurationContainer.java | 224 public boolean equivalentRequestedOverrideBounds(Rect bounds) { in equivalentRequestedOverrideBounds() 231 public static boolean equivalentBounds(Rect bounds, Rect other) { in equivalentBounds() 255 Rect bounds = getBounds(); in getPosition() local 300 public int setBounds(Rect bounds) { in setBounds() 320 int diffRequestedOverrideBounds(Rect bounds) { in diffRequestedOverrideBounds()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | Face.java | 87 public Face(Rect bounds, int score, int id, in Face() 131 public Face(Rect bounds, int score) { in Face()
|
/frameworks/base/core/java/android/transition/ |
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()
|
/frameworks/base/core/java/com/android/internal/policy/ |
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()
|
/frameworks/base/core/proto/android/app/ |
D | window_configuration.proto | 32 optional .android.graphics.RectProto bounds = 4; field
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 161 Rect bounds; in debugOutputProperties() local 172 const Rect& bounds = outline.getBounds(); in debugOutputProperties() local
|
/frameworks/base/core/java/android/view/animation/ |
D | Transformation.java | 127 Rect bounds = t.getClipRect(); in compose() local 146 Rect bounds = t.getClipRect(); in postCompose() local
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaDisplayList.cpp | 62 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects() 150 const SkRect& bounds = vectorDrawable->properties().getBounds(); in prepareListAndChildren() local
|
/frameworks/base/core/java/android/widget/ |
D | ScrollBarDrawable.java | 163 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 195 private void drawTrack(Canvas canvas, Rect bounds, boolean vertical) { in drawTrack() 211 private void drawThumb(Canvas canvas, Rect bounds, int offset, int length, boolean vertical) { in drawThumb()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | ShadowGenerator.java | 84 public static float getScaleForBounds(RectF bounds) { in getScaleForBounds() 102 public final RectF bounds = new RectF(); field in ShadowGenerator.Builder
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Region.h | 54 inline Rect bounds() const { return getBounds(); } in bounds() function
|
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | DisplayRotationUtil.java | 73 Rect[] bounds, int rotation, int initialDisplayWidth, int initialDisplayHeight) { in getRotatedBounds()
|
/frameworks/native/libs/ui/include/ui/ |
D | Region.h | 54 inline Rect bounds() const { return getBounds(); } in bounds() function
|