Home
last modified time | relevance | path

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

1...<<212223

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp883 auto bottom = slice.bottom.ConvertToPxWithSize(srcSize.Width()); in HasValidBgImageResizable() local
1924 auto bottom = rect.Bottom(); in SkewRect() local
1942 auto bottom = rect.Bottom(); in PerspectiveRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp983 Color bottom; in ParseOuterBorderColor() local
1580 CalcDimension bottom; in SetBorderWidth() local
3504 CalcDimension bottom; in SetPixelStretchEffect() local
4092 struct ArkUISizeType bottom = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; in SetPadding() local
4181 ArkUISizeType bottom = { 0.0, static_cast<int8_t>(DimensionUnit::VP), nullptr }; in SetMargin() local
H A Darkts_utils.cpp1681 Color bottom; in ParseOuterBorderColor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp351 CalcDimension bottom(params.bottom, static_cast<DimensionUnit>(params.bottomUnit)); in FfiOHOSAceFrameworkViewAbstractSetBorderWidthWithCJEdge() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8769 public void layoutDecorated(View child, int left, int top, int right, int bottom) { in layoutDecorated()
8805 int bottom) { in layoutDecoratedWithMargins()
12296 public int bottom; field in RecyclerView.ItemAnimator.ItemHolderInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp2063 … int32_t bottom = GetValidEdgeLength(swiperHeight_, indicatorHeight, indicator_->GetBottom()); in UpdateIndicatorPosition() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_type.h1666 float bottom; member
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2596 public void onLayoutSurface(int left, int top, int right, int bottom) { in onLayoutSurface()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp130 std::optional<CalcDimension> bottom; in ParseMarginAttr() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp2032 int16_t bottom = maskedArea.GetBottom(); local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java4680 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2800 BorderEdge bottom = border.Bottom(); in PaintBorderWithLine() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4066 bool bottom; in ScrollPageDown() local
4943 napi_value bottom = nullptr; in ParsePrintMarginAdapter() local
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java3610 public void onLayoutSurface(int left, int top, int right, int bottom) { in onLayoutSurface()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp678 int32_t left, top, right, bottom; in getImage() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp893 std::string bottom; in ShowToast() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp968 struct ArkUISizeType bottom = { item->value[bottomIndex].f32, unit }; in SetPadding() local
1067 ArkUISizeType top, right, bottom, left; in SetMargin() local
3447 struct ArkUISizeType bottom = { item->value[bottomIndex].f32, UNIT_PERCENT }; in SetPaddingPercent() local
3483 struct ArkUISizeType bottom = { item->value[bottomIndex].f32, UNIT_PERCENT }; in SetMarginPercent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1132 … auto bottom = std::max(textSelector_.firstHandle.Bottom(), textSelector_.secondHandle.Bottom()); in ShowAIEntityMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4879 int32_t bottom = static_cast<int32_t>(rect.Bottom()); in GetResponseRegion() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java8765 final int bottom = Math.min(parentBoundsWithInsets.top + parentBounds.width() - 1, in resolveFixedOrientationConfiguration() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp682 float bottom = region[5]; in nativeSetBlurRegions() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8188 auto bottom = !paddingProp ? CalcLength(themePadding.Bottom()).GetDimension() in OnBackPressed() local
8282 float bottom = frameY + height; in OnBackPressed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3177 auto bottom = !paddingProperty ? CalcLength(themePadding.Bottom()).GetDimension() in ProcessInnerPadding() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp7178 int bottom = 0; in OnSafeInsetsChange() local

1...<<212223