| /frameworks/base/graphics/java/android/graphics/drawable/ |
| D | RippleComponent.java | 47 public RippleComponent(RippleDrawable owner, Rect bounds) { in RippleComponent() 72 private static float getTargetRadius(Rect bounds) { in getTargetRadius() 85 public void getBounds(Rect bounds) { in getBounds()
|
| /frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/ |
| D | LinkAccessibilityHelperTest.java | 125 Rect bounds = new Rect(); in testOnPopulateNodeForVirtualView() local 142 Rect bounds = new Rect(); in testNullLayout() local 161 Rect bounds = new Rect(); in testRtlLayout() local 182 Rect bounds = new Rect(); in testMultilineLink() local 205 Rect bounds = new Rect(); in testRtlMultilineLink() local 233 Rect bounds = new Rect(); in testBidiMultilineLink() local
|
| /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()
|
| /frameworks/native/libs/ui/ |
| D | GraphicBufferMapper.cpp | 113 const Rect& bounds, void** vaddr) in lock() 119 const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr() 136 uint32_t usage, const Rect& bounds, void** vaddr, int fenceFd) in lockAsync() 142 uint64_t producerUsage, uint64_t consumerUsage, const Rect& bounds, in lockAsync() 159 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr, int fenceFd) in lockAsyncYCbCr()
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | TaskLaunchParamsModifier.java | 128 static int getFreeformStartLeft(Rect bounds) { in getFreeformStartLeft() 133 static int getFreeformStartTop(Rect bounds) { in getFreeformStartTop() 138 static int getFreeformWidth(Rect bounds) { in getFreeformWidth() 143 static int getFreeformHeight(Rect bounds) { in getFreeformHeight() 148 static int getHorizontalStep(Rect bounds) { in getHorizontalStep() 153 static int getVerticalStep(Rect bounds) { in getVerticalStep() 289 final Rect bounds = task.getOverrideBounds(); in boundsConflict() local
|
| /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/ |
| D | RoundedDrawableTest.java | 96 Rect bounds = new Rect(0, 0, BITMAP_WIDTH, BITMAP_HEIGHT); in radiusIsAppliedCorrectly() local 115 Rect bounds = new Rect(0, 0, BITMAP_WIDTH, BITMAP_HEIGHT); in scalingIsAppliedCorrectly() local
|
| /frameworks/support/leanback/src/androidTest/java/androidx/leanback/graphics/ |
| D | CompositeDrawableTest.java | 53 Rect bounds = new Rect(0, 0, WIDTH, HEIGHT); in updateBounds_noBoundsRule() local 67 Rect bounds = new Rect(0, 0, WIDTH, HEIGHT); in updateBounds_withBoundsRule() local 120 Rect bounds = new Rect(0, 0, WIDTH, HEIGHT); in updateBounds_withOverride() local
|
| /frameworks/support/wear/src/main/java/androidx/wear/widget/ |
| D | RoundedDrawable.java | 190 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 200 Rect bounds = getBounds(); in draw() local 278 Rect bounds = getBounds(); in updateBitmapShader() local
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | StackWindowListener.java | 28 void requestResize(Rect bounds); in requestResize()
|
| D | TaskWindowContainerController.java | 52 StackWindowController stackController, int userId, Rect bounds, int resizeMode, in TaskWindowContainerController() 61 StackWindowController stackController, int userId, Rect bounds, int resizeMode, in TaskWindowContainerController() 167 public void getBounds(Rect bounds) { in getBounds() 216 void requestResize(Rect bounds, int resizeMode) { in requestResize()
|
| D | TaskWindowContainerListener.java | 32 void requestResize(Rect bounds, int resizeMode); in requestResize()
|
| D | StackWindowController.java | 179 public void resize(Rect bounds, SparseArray<Rect> taskBounds, in resize() 259 public void adjustConfigurationForBounds(Rect bounds, Rect insetBounds, in adjustConfigurationForBounds() 356 private int getSmallestWidthForTaskBounds(Rect bounds, float density, int windowingMode) { in getSmallestWidthForTaskBounds() 376 void requestResize(Rect bounds) { in requestResize()
|
| D | ConfigurationContainer.java | 186 public boolean equivalentOverrideBounds(Rect bounds) { in equivalentOverrideBounds() 193 public static boolean equivalentBounds(Rect bounds, Rect other) { in equivalentBounds() 247 public int setBounds(Rect bounds) { in setBounds() 267 int diffOverrideBounds(Rect bounds) { in diffOverrideBounds()
|
| /frameworks/base/core/proto/android/view/ |
| D | displaycutout.proto | 29 optional .android.graphics.RectProto bounds = 2; field
|
| /frameworks/base/core/java/com/android/internal/policy/ |
| D | DockedDividerUtils.java | 62 public static void sanitizeStackBounds(Rect bounds, boolean topLeft) { in sanitizeStackBounds() 84 public static int calculatePositionForBounds(Rect bounds, int dockSide, int dividerSize) { in calculatePositionForBounds()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
| D | ActivityStarterTests.java | 123 final Rect bounds = new Rect(10, 10, 100, 100); in testUpdateLaunchBounds() local 126 assertEquals(task.getOverrideBounds(), bounds); in testUpdateLaunchBounds() local 142 assertEquals(task2.getStack().getOverrideBounds(), bounds); in testUpdateLaunchBounds() local 143 assertEquals(task2.getOverrideBounds(), bounds); in testUpdateLaunchBounds() local
|
| /frameworks/support/compat/src/androidTest/java/androidx/core/graphics/ |
| D | DrawableCompatTest.java | 66 final Rect bounds = new Rect(0, 0, 10, 10); in testDrawableChangeBoundsCopy() local 79 final Rect bounds = new Rect(0, 0, 10, 10); in testWrapCopiesDrawableState() local
|
| /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/core/java/android/hardware/camera2/params/ |
| D | Face.java | 88 public Face(Rect bounds, int score, int id, in Face() 132 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/libs/hwui/ |
| D | RenderProperties.cpp | 161 Rect bounds; in debugOutputProperties() local 172 const Rect& bounds = outline.getBounds(); in debugOutputProperties() local
|
| D | ClipArea.cpp | 54 TransformedRectangle::TransformedRectangle(const Rect& bounds, const Matrix4& transform) in TransformedRectangle() 100 void RectangleList::set(const Rect& bounds, const Matrix4& transform) { in set() 105 bool RectangleList::intersectWith(const Rect& bounds, const Matrix4& transform) { in intersectWith() 130 Rect bounds; in calculateBounds() local 142 static SkPath pathFromTransformedRectangle(const Rect& bounds, const Matrix4& transform) { in pathFromTransformedRectangle()
|
| /frameworks/support/transition/src/main/java/androidx/transition/ |
| D | Explode.java | 87 Rect bounds = (Rect) endValues.values.get(PROPNAME_SCREEN_BOUNDS); in onAppear() local 104 Rect bounds = (Rect) startValues.values.get(PROPNAME_SCREEN_BOUNDS); in onDisappear() local 127 private void calculateOut(View sceneRoot, Rect bounds, int[] outVector) { in calculateOut()
|
| /frameworks/base/core/java/android/view/ |
| D | DisplayCutout.java | 119 private DisplayCutout(Rect safeInsets, Region bounds, boolean copyArguments) { in DisplayCutout() 210 Region bounds = Region.obtain(); in getBoundingRects() local 284 Region bounds = Region.obtain(mBounds); in inset() local 350 Region bounds = new Region(); in fromBounds() local 552 Region bounds = in.readTypedObject(Region.CREATOR); in readCutoutFromParcel() local
|
| /frameworks/base/libs/hwui/tests/microbench/ |
| D | FontBench.cpp | 39 uirenderer::Rect bounds; in BM_FontRenderer_precache_cachehits() local
|