Home
last modified time | relevance | path

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

123456789

/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/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/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/native/libs/ui/
DGraphicBufferMapper.cpp108 status_t GraphicBufferMapper::lock(buffer_handle_t handle, uint32_t usage, const Rect& bounds, in lock()
115 const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr()
131 status_t GraphicBufferMapper::lockAsync(buffer_handle_t handle, uint32_t usage, const Rect& bounds, in lockAsync()
139 uint64_t consumerUsage, const Rect& bounds, void** vaddr, in lockAsync()
151 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr, int fenceFd) in lockAsyncYCbCr()
/frameworks/base/core/java/android/app/
DActivityTaskManager.java210 public void resizeStack(int stackId, Rect bounds) throws SecurityException { in resizeStack()
310 public boolean moveTopActivityToPinnedStack(int stackId, Rect bounds) { in moveTopActivityToPinnedStack()
365 public void resizeStack(int stackId, Rect bounds, boolean animate) { in resizeStack()
380 public void resizeTask(int taskId, Rect bounds) { in resizeTask()
/frameworks/base/core/java/android/view/
DTouchDelegate.java96 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate()
220 Rect bounds = mBounds; in getTouchDelegateInfo() local
DInputWindowHandle.java158 public void replaceTouchableRegionWithCrop(@Nullable SurfaceControl bounds) { in replaceTouchableRegionWithCrop()
166 public void setTouchableRegionCrop(@Nullable SurfaceControl bounds) { in setTouchableRegionCrop()
DDisplayCutout.java290 private DisplayCutout(Rect safeInsets, Rect[] bounds, boolean copyArguments) { in DisplayCutout()
295 private DisplayCutout(Rect safeInsets, Bounds bounds) { in DisplayCutout()
544 Rect[] bounds = mBounds.getRects(); in inset() local
579 Rect[] bounds = new Rect[BOUNDS_POSITION_LENGTH]; in fromBoundingRect() local
591 public static DisplayCutout fromBounds(Rect[] bounds) { in fromBounds()
812 Rect[] bounds = new Rect[BOUNDS_POSITION_LENGTH]; in readCutoutFromParcel() local
/frameworks/base/core/java/com/android/internal/policy/
DDockedDividerUtils.java62 public static void sanitizeStackBounds(Rect bounds, boolean topLeft) { in sanitizeStackBounds()
84 public static int calculatePositionForBounds(Rect bounds, int dockSide, int dividerSize) { in calculatePositionForBounds()
/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/proto/android/app/
Dwindow_configuration.proto32 optional .android.graphics.RectProto bounds = 4; field
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java230 public boolean equivalentRequestedOverrideBounds(Rect bounds) { in equivalentRequestedOverrideBounds()
237 public static boolean equivalentBounds(Rect bounds, Rect other) { in equivalentBounds()
261 Rect bounds = getBounds(); in getPosition() local
301 public int setBounds(Rect bounds) { in setBounds()
321 int diffRequestedOverrideBounds(Rect bounds) { in diffRequestedOverrideBounds()
DTapExcludeRegionHolder.java46 void amendRegion(Region region, Rect bounds) { in amendRegion()
DTaskRecord.java455 final Rect bounds = updateOverrideConfigurationFromLaunchBounds(); in createTask() local
543 public void requestResize(Rect bounds, int resizeMode) { in requestResize()
547 boolean resize(Rect bounds, int resizeMode, boolean preserveWindow, boolean deferResume) { in resize()
627 void getWindowContainerBounds(Rect bounds) { in getWindowContainerBounds()
792 Rect bounds = getLaunchBounds(); in reparent() local
1619 private boolean canResizeToBounds(Rect bounds) { in canResizeToBounds()
1764 void adjustForMinimalTaskDimensions(Rect bounds, Rect previousBounds) { in adjustForMinimalTaskDimensions()
1820 boolean updateOverrideConfiguration(Rect bounds) { in updateOverrideConfiguration()
1824 void setLastNonFullscreenBounds(Rect bounds) { in setLastNonFullscreenBounds()
1840 boolean updateOverrideConfiguration(Rect bounds, @Nullable Rect insetBounds) { in updateOverrideConfiguration()
[all …]
/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/libs/hwui/
DRenderProperties.cpp161 Rect bounds; in debugOutputProperties() local
172 const Rect& bounds = outline.getBounds(); in debugOutputProperties() local
/frameworks/native/libs/ui/include/ui/
DRegion.h53 inline Rect bounds() const { return getBounds(); } in bounds() function
/frameworks/native/libs/ui/include_vndk/ui/
DRegion.h53 inline Rect bounds() const { return getBounds(); } in bounds() function
/frameworks/base/core/java/android/view/animation/
DTransformation.java127 Rect bounds = t.getClipRect(); in compose() local
146 Rect bounds = t.getClipRect(); in postCompose() local
/frameworks/base/core/java/android/widget/
DScrollBarDrawable.java163 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/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.cpp55 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects()
142 const SkRect& bounds = vectorDrawable->properties().getBounds(); in prepareListAndChildren() local
/frameworks/base/services/core/java/com/android/server/wm/utils/
DDisplayRotationUtil.java73 Rect[] bounds, int rotation, int initialDisplayWidth, int initialDisplayHeight) { in getRotatedBounds()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputCompositionState.h45 Rect bounds; member

123456789