Home
last modified time | relevance | path

Searched refs:GetHeight (Results 1 – 16 of 16) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/display_adapter/getheight_fuzzer/
Dgetheight_fuzzer.cpp34 display.GetHeight(); in DoSomethingInterestingWithMyAPI()
/base/update/updater/services/ui/view/component/
Dbox_progress_adapter.cpp106 static_cast<int16_t>(GetY() - ep_->GetHeight() / halfDivisor + GetHeight() / halfDivisor) in GetPosOfEp()
/base/web/webview/ohos_adapter/interfaces/
Ddisplay_manager_adapter.h67 virtual int32_t GetHeight() = 0;
/base/web/webview/ohos_adapter/display_manager_adapter/src/
Ddisplay_manager_adapter_impl.cpp106 int32_t DisplayAdapterImpl::GetHeight() in GetHeight() function in OHOS::NWeb::DisplayAdapterImpl
109 return display_->GetHeight(); in GetHeight()
/base/web/webview/ohos_adapter/display_manager_adapter/include/
Ddisplay_manager_adapter_impl.h47 int32_t GetHeight() override;
/base/update/updater/services/ui/
Dupdater_ui_env.cpp92 …otView::GetInstance()->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in InitRootView()
Dupdater_ui_config.cpp88 … if (screenW != Screen::GetInstance().GetWidth() || screenH != Screen::GetInstance().GetHeight()) { in SelectConfig()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_component_unittest.cpp47 EXPECT_EQ(view.GetHeight(), common.h); in CheckCommInfo()
191 epView.GetHeight() / halfDivisor + boxProgress.GetHeight() / halfDivisor));
208 EXPECT_EQ(imgView.GetHeight(), commonInfo.h);
/base/web/webview/ohos_nweb/include/
Dnweb_context_menu_params.h118 virtual int32_t GetHeight() = 0;
/base/web/webview/test/unittest/display_manager_adapter_impl_test/
Ddisplay_manager_adapter_impl_test.cpp94 EXPECT_EQ(displayAdapterImpl->GetHeight(), -1);
242 EXPECT_NE(displayAdapterImpl->GetHeight(), -1);
/base/update/updater/services/ui/control/
Devent_listener.cpp148 …int16_t centerY = pView->GetY() + static_cast<int16_t>(static_cast<uint16_t>(pView->GetHeight()) >… in ProcessPowerKey()
/base/update/updater/services/ui/view/page/
Dpage_manager.cpp35 …Page = Page::Create<BasePage>(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in InitImpl()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_pixel_map.cpp198 int32_t PixelMap::GetHeight() in GetHeight() function in OHOS::Media::PixelMap
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp266 int32_t height = pixelMap->GetHeight(); in GetImgData()
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp527 int32_t pictureHeight = wallpaperPixelMap->GetHeight(); in SetPixelMapCropParameters()
792 minHeight = display->GetHeight(); in GetWallpaperMinHeight()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp3482 display->GetWidth(), display->GetHeight()); in GetDisplayPosition()
3483 if (display->GetWidth() < display->GetHeight()) { in GetDisplayPosition()
3487 height = display->GetHeight() / heightRatio; in GetDisplayPosition()
3493 height = display->GetHeight() / heightRatio; in GetDisplayPosition()
3496 offsetY = (display->GetHeight() - height) / UI_HALF; in GetDisplayPosition()