Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_event.h31 contentWidth_(contentWidth), contentHeight_(contentHeight), contentOffsetX_(contentOffsetX), in LoadImageSuccessEvent()
68 return contentHeight_; in GetContentHeight()
89 double contentHeight_ = 0.0; member in OHOS::Ace::LoadImageSuccessEvent
/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 member in OHOS::Ace::RenderTabContent
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_option.cpp67 contentHeight_ = height; in SetContentSize()
113 height = contentHeight_; in GetContentSize()
/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()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_button.h305 contentHeight_ = height;
445 int16_t contentHeight_; member in OHOS::UIButton
/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_option.h58 uint32_t contentHeight_ = 0; member in OHOS::Rosen::PipOption
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h199 theme->contentHeight_ = pattern->GetAttr<Dimension>("textfield_content_height", 0.0_vp); in ParsePatternSubThirdPart()
242 return contentHeight_; in GetContentHeight()
676 Dimension contentHeight_; member in OHOS::Ace::TextFieldTheme

Completed in 5 milliseconds