Home
last modified time | relevance | path

Searched refs:contentWidth_ (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()
63 return contentWidth_; in GetContentWidth()
88 double contentWidth_ = 0.0; member in OHOS::Ace::LoadImageSuccessEvent
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp170 indicatorCallback_(scrollOffset_ / contentWidth_, newIndex, needChange); in HandContentIndicatorEvent()
254 minOffset = MIN_SCROLL_OFFSET * contentWidth_; in ScrollContents()
359 if (!NearZero(contentWidth_)) { in GetOffset()
360 double friction = GetFriction(std::abs(scrollOffset_) / contentWidth_); in GetOffset()
462 contentWidth_ = GetLayoutSize().Width(); in PerformLayout()
468 prevOffset_ = IsRightToLeft() ? contentWidth_ : -contentWidth_; in PerformLayout()
469 nextOffset_ = IsRightToLeft() ? -contentWidth_ : contentWidth_; in PerformLayout()
H A Drender_tab_content.h232 double contentWidth_ = 0.0; // the width of tab content member in OHOS::Ace::RenderTabContent
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_theme.h102 return contentWidth_; in GetContentWidth()
136 Dimension contentWidth_ = 36.0_vp; member in OHOS::Ace::CounterTheme
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_option.cpp66 contentWidth_ = width; in SetContentSize()
112 width = contentWidth_; in GetContentSize()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp33 contentWidth_(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.h292 contentWidth_ = width;
444 int16_t contentWidth_; member in OHOS::UIButton
/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_option.h57 uint32_t contentWidth_ = 0; member in OHOS::Rosen::PipOption

Completed in 5 milliseconds