Home
last modified time | relevance | path

Searched defs:bottom (Results 126 – 150 of 575) sorted by relevance

12345678910>>...23

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp27 std::optional<CalcDimension> bottom; in SetMarginProperty() local
H A Djs_checkboxgroup.cpp326 std::optional<CalcDimension> bottom; in GetNewPadding() local
360 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, in GetPadding()
H A Djs_radio.cpp256 std::optional<CalcDimension> bottom; in GetNewPadding() local
290 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, in GetPadding()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dborder_property_test_ng.cpp176 auto bottom = borderColor->GetString("bottom", ""); variable
/aosp14/frameworks/base/libs/hwui/jni/
H A DRegion.cpp59 …gion_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom) { in Region_setRect()
90 …op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom, jint op) { in Region_op0()
135 …n Region_quickContains(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { in Region_quickContains()
140 …Region_quickRejectIIII(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { in Region_quickRejectIIII()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupTest.java203 TestView(Context context, int left, int top, int right, int bottom) { in TestView()
/aosp14/frameworks/base/core/java/android/text/style/
H A DDrawableMarginSpan.java82 int top, int baseline, int bottom, in drawLeadingMargin()
H A DQuoteSpan.java192 int top, int baseline, int bottom, in drawLeadingMargin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drosen_render_option.cpp129 double bottom = 1.0; // line width is 1.0px in PaintLine() local
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h37 uint32_t bottom; member
/aosp14/frameworks/base/core/java/android/widget/
H A DFastScroller.java698 final int bottom = top + view.getMeasuredHeight(); in measureViewToSide() local
729 final int bottom = top + preview.getMeasuredHeight(); in measureFloating() local
793 final int bottom; in layoutTrack() local
1232 final int bottom = container.bottom; in setThumbPos() local
1572 final float bottom = mThumbImage.getBottom() + offset; in isPointInsideY() local
1693 final PropertyValuesHolder bottom = PropertyValuesHolder.ofInt(BOTTOM, bounds.bottom); in animateBounds() local
H A DFrameLayout.java269 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
273 void layoutChildren(int left, int top, int right, int bottom, boolean forceLeftGravity) { in layoutChildren()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
H A DSplitTaskUnfoldAnimator.java349 int bottom = taskbarExpanded ? 0 : margin; // Taskbar margin. in getLandscapeMargins() local
361 int bottom = margin; in getPortraitMargins() local
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h176 int left, int top, int right, int bottom, in createNode()
193 int left, int top, int right, int bottom, in createNode()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp161 uint32_t bottom = static_cast<uint32_t>(curvedScreenBoundary_[3]); in CalcBuiltInDisplayWaterfallRects() local
194 uint32_t bottom = static_cast<uint32_t>(curvedScreenBoundary_[3]); in CalcBuiltInDisplayWaterfallRectsByRotation() local
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.h72 void setContentDrawBounds(int left, int top, int right, int bottom) { in setContentDrawBounds()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_checkbox_ffi.cpp78 Dimension bottom(params.bottom, static_cast<DimensionUnit>(params.bottomUnit)); in FfiOHOSAceFrameworkCheckBoxSetPaddings() local
H A Dcj_toggle_ffi.cpp64 int32_t rightUnit, double bottom, int32_t bottomUnit) in FfiOHOSAceFrameworkTogglePadding()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_axis.cpp142 int16_t bottom = current.GetBottom(); in UpdateAxisPoints() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h214 T bottom = Bottom(); in Constrain() local
336 T bottom = std::min(Bottom(), other.Bottom()); in IntersectRectT() local
345 T bottom = std::max(Bottom(), other.Bottom()); in CombineRectT() local
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java634 public WindowInsets replaceSystemWindowInsets(int left, int top, int right, int bottom) { in replaceSystemWindowInsets()
1018 public WindowInsets insetUnchecked(int left, int top, int right, int bottom) { in insetUnchecked()
1081 Insets[] typeInsetsMap, int left, int top, int right, int bottom) { in insetInsets()
1100 static Insets insetInsets(Insets insets, int left, int top, int right, int bottom) { in insetInsets()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrDecorateView.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMockWindowMagnificationConnection.java138 final int bottom = mMirrorWindowFrame.bottom - (halfHeight - (int) (halfHeight / mScale)); in computeSourceBounds() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.h63 float bottom; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_font.h460 float bottom; member

12345678910>>...23