Home
last modified time | relevance | path

Searched defs:bottom (Results 26 – 50 of 575) sorted by relevance

12345678910>>...23

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Drect.h74 …CommonRect(T left, T top, T right, T bottom) : left_(left), top_(top), right_(right), bottom_(bott… in CommonRect()
104 void SetRect(T left, T top, T right, T bottom) in SetRect()
301 void SetBottom(T bottom) in SetBottom()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_image_region_v10.md31 ### bottom subsection
H A D_codec_image_region_v20.md31 ### bottom subsection
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBlurActivity.java74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
H A DPositionListenerActivity.java117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
141 public void positionChanged(long frameNumber, int left, int top, int right, int bottom) { in positionChanged()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dsnapshot.h89 int32_t bottom = parcel.ReadInt32(); in Unmarshalling() local
97 int32_t bottom = 0; member
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dcutout_info.h32 DMRect bottom; member
/aosp14/frameworks/base/core/java/android/text/style/
H A DLineBackgroundSpan.java50 @Px int top, @Px int baseline, @Px int bottom, in drawBackground()
125 @Px int top, @Px int baseline, @Px int bottom, in drawBackground()
H A DLeadingMarginSpan.java69 int top, int baseline, int bottom, in drawLeadingMargin()
156 int top, int baseline, int bottom, in drawLeadingMargin()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java193 private void setBackgroundBottom(int bottom) { in setBackgroundBottom()
235 public boolean isTargetBottom(int bottom) { in isTargetBottom()
250 int bottom = minTopPosition; in updateBounds() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxTest.java134 LetterboxLayoutVerifier setInner(int left, int top, int right, int bottom) { in setInner()
140 void setBarRect(Rect top, Rect bottom, Rect left, Rect right) { in setBarRect()
281 public SurfaceControl bottom; field in LetterboxTest.SurfaceControlMocker
H A DDisplayPolicyInsetsTests.java144 int right, int bottom) { in verifyStableInsets()
150 int right, int bottom) { in verifyNonDecorInsets()
/aosp14/frameworks/base/core/java/android/transition/
H A DSidePropagation.java96 int bottom = top + sceneRoot.getHeight(); in getStartDelay() local
122 int left, int top, int right, int bottom) { in distance()
/aosp14/frameworks/base/core/java/android/animation/
H A DRectEvaluator.java76 int bottom = startValue.bottom + (int) ((endValue.bottom - startValue.bottom) * fraction); in evaluate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h165 double bottom = Bottom(); in Constrain() local
252 double bottom = std::min(Bottom(), other.Bottom()); in IntersectRect() local
261 double bottom = std::max(Bottom(), other.Bottom()); in CombineRect() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPath.java510 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo()
558 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect()
577 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval()
610 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc()
634 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
663 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect()
854 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo()
858 float right, float bottom, int dir); in nAddRect()
860 float right, float bottom, int dir); in nAddOval()
865 float right, float bottom, float rx, float ry, int dir); in nAddRoundRect()
[all …]
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaProfileRenderer.cpp22 void SkiaProfileRenderer::drawRect(float left, float top, float right, float bottom, in drawRect()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScrollCaptureControllerTest.java228 TestScenario withAvailableRange(int top, int bottom) { in withAvailableRange()
243 TestScenario withPageVisibleRange(int top, int bottom) { in withPageVisibleRange()
/aosp14/frameworks/base/libs/hwui/
H A DRect.h45 float bottom; variable
55 inline Rect(float left, float top, float right, float bottom) in Rect()
93 inline void set(float left, float top, float right, float bottom) { in set()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DAdaptiveIconDrawableTest.java88 int bottom = 90 * dpi; in testDraw_withBounds() local
156 int bottom = 90 * dpi; in testGetIconMaskAfterSetBounds() local
177 int bottom = 90 * dpi; in testGetOutline_withBounds() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp80 const int bottom = rectsRow_[0].bottom_; in MergeSpanVertically() local
157 void OuterLooper::MoveScanline(RectsPtr &r, int &top, int &bottom) in MoveScanline()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java102 int bottom; in getClipPath() local
150 int bottom, in getRoundedRectPath()
349 protected void setOutlineRect(float left, float top, float right, float bottom) { in setOutlineRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drender_positioned.cpp85 void RenderPositioned::SetBottom(const Dimension& bottom) in SetBottom()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverMultiProfilePagerAdapter.java176 int bottom = mUseLayoutWithDefault ? container.getPaddingBottom() : 0; in setupContainerPadding() local
178 container.getPaddingRight(), bottom); in setupContainerPadding() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_rect.cpp31 OH_Drawing_Rect* OH_Drawing_RectCreate(float left, float top, float right, float bottom) in OH_Drawing_RectCreate()
68 void OH_Drawing_RectSetBottom(OH_Drawing_Rect* cRect, float bottom) in OH_Drawing_RectSetBottom()

12345678910>>...23