Home
last modified time | relevance | path

Searched refs:realHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/updater/services/ui/driver/
H A Dui_rotation.cpp27 void UiRotation::InitRotation(int realWidth, int realHeight, uint8_t pixelBytes) in InitRotation() argument
29 LOG(INFO) << "InitRotation realWidth = " << realWidth << ", realHeight = " << realHeight << in InitRotation()
32 RotateWidthHeight(realWidth, realHeight); in InitRotation()
83 void UiRotation::RotateWidthHeight(int realWidth, int realHeight) in RotateWidthHeight() argument
87 height_ = realHeight; in RotateWidthHeight()
89 width_ = realHeight; in RotateWidthHeight()
H A Dui_rotation.h39 void InitRotation(int realWidth, int realHeight, uint8_t pixelBytes);
46 void RotateWidthHeight(int realWidth, int realHeight);
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/view/
H A DContentDisplayComponent.ets30 @Consume realHeight: Dimension | PanelHeight;
62 this.realHeight = this.titleHeight + this.scrollerHeight;
144 this.realHeight = this.titleHeight + this.scrollerHeight;
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/pages/
H A DPhonePage.ets45 @Provide realHeight: number | PanelHeight = PanelHeight.WRAP_CONTENT;
196 ….customHeight(this.level2Page ? this.realHeight > this.panelHeight ? this.panelHeight : this.realH…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_layout_algorithm.cpp231 auto realHeight = frameSize.Height() + padding.Height(); in IsFullWindow() local
233 …!NearEqual(realHeight, pipeline->GetRootHeight() - safeArea.top_.Length() - safeArea.bottom_.Lengt… in IsFullWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp323 auto realHeight = dialogHeight.Unit() == DimensionUnit::PERCENT ? in ComputeInnerLayoutSizeParam() local
326 auto height = dialogHeight.Unit() == DimensionUnit::PERCENT ? defaultMaxHeight : realHeight; in ComputeInnerLayoutSizeParam()
328 if (NonPositive(realHeight)) { in ComputeInnerLayoutSizeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp824 auto realHeight = pixelMap->GetHeight(); in GetMenuParam() local
825 …float scale = std::max((float) realWidth / dispSize.Width(), (float) realHeight / dispSize.Height(… in GetMenuParam()
828 realWidth, realHeight, scale); in GetMenuParam()