/base/web/webview/test/fuzztest/ohos_adapter/display_adapter/getheight_fuzzer/ |
D | getheight_fuzzer.cpp | 34 display.GetHeight(); in DoSomethingInterestingWithMyAPI()
|
/base/update/updater/services/ui/view/component/ |
D | box_progress_adapter.cpp | 106 static_cast<int16_t>(GetY() - ep_->GetHeight() / halfDivisor + GetHeight() / halfDivisor) in GetPosOfEp()
|
/base/web/webview/ohos_adapter/interfaces/ |
D | display_manager_adapter.h | 67 virtual int32_t GetHeight() = 0;
|
/base/web/webview/ohos_adapter/display_manager_adapter/src/ |
D | display_manager_adapter_impl.cpp | 106 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/ |
D | display_manager_adapter_impl.h | 47 int32_t GetHeight() override;
|
/base/update/updater/services/ui/ |
D | updater_ui_env.cpp | 92 …otView::GetInstance()->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in InitRootView()
|
D | updater_ui_config.cpp | 88 … if (screenW != Screen::GetInstance().GetWidth() || screenH != Screen::GetInstance().GetHeight()) { in SelectConfig()
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
D | ui_component_unittest.cpp | 47 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/ |
D | nweb_context_menu_params.h | 118 virtual int32_t GetHeight() = 0;
|
/base/web/webview/test/unittest/display_manager_adapter_impl_test/ |
D | display_manager_adapter_impl_test.cpp | 94 EXPECT_EQ(displayAdapterImpl->GetHeight(), -1); 242 EXPECT_NE(displayAdapterImpl->GetHeight(), -1);
|
/base/update/updater/services/ui/control/ |
D | event_listener.cpp | 148 …int16_t centerY = pView->GetY() + static_cast<int16_t>(static_cast<uint16_t>(pView->GetHeight()) >… in ProcessPowerKey()
|
/base/update/updater/services/ui/view/page/ |
D | page_manager.cpp | 35 …Page = Page::Create<BasePage>(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in InitImpl()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
D | mock_pixel_map.cpp | 198 int32_t PixelMap::GetHeight() in GetHeight() function in OHOS::Media::PixelMap
|
/base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
D | pasteboard_client_adapter_impl.cpp | 266 int32_t height = pixelMap->GetHeight(); in GetImgData()
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_service.cpp | 527 int32_t pictureHeight = wallpaperPixelMap->GetHeight(); in SetPixelMapCropParameters() 792 minHeight = display->GetHeight(); in GetWallpaperMinHeight()
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | advanced_notification_service.cpp | 3482 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()
|