Searched refs:realHeight (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/update/updater/services/ui/driver/ |
H A D | ui_rotation.cpp | 27 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 D | ui_rotation.h | 39 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 D | ContentDisplayComponent.ets | 30 @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 D | PhonePage.ets | 45 @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 D | folder_stack_layout_algorithm.cpp | 231 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 D | dialog_layout_algorithm.cpp | 323 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 D | rich_editor_pattern.cpp | 824 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()
|