Home
last modified time | relevance | path

Searched refs:contentHeight_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_event.h31 contentWidth_(contentWidth), contentHeight_(contentHeight), contentOffsetX_(contentOffsetX),
68 return contentHeight_; in GetContentHeight()
89 double contentHeight_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp252 minOffset = MIN_SCROLL_OFFSET * contentHeight_; in ScrollContents()
354 if (!NearZero(contentHeight_)) { in GetOffset()
355 double friction = GetFriction(std::abs(scrollOffset_) / contentHeight_); in GetOffset()
463 contentHeight_ = GetLayoutSize().Height(); in PerformLayout()
465 prevOffset_ = -contentHeight_; in PerformLayout()
466 nextOffset_ = contentHeight_; in PerformLayout()
H A Drender_tab_content.h233 double contentHeight_ = 0.0; // the height of tab content variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_option.cpp66 contentHeight_ = height; in SetContentSize()
112 height = contentHeight_; in GetContentSize()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp34 contentHeight_(0), in UIButton()
161 Resize(contentWidth_, contentHeight_); in OnPressEvent()
175 Resize(contentWidth_, contentHeight_); in OnReleaseEvent()
189 Resize(contentWidth_, contentHeight_); in OnCancelEvent()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_button.h305 contentHeight_ = height; in SetHeight()
445 int16_t contentHeight_; variable
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_option.h58 uint32_t contentHeight_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h194 theme->contentHeight_ = pattern->GetAttr<Dimension>("textfield_content_height", 0.0_vp); in ParsePatternSubThirdPart()
237 return contentHeight_; in GetContentHeight()
647 Dimension contentHeight_; variable