Home
last modified time | relevance | path

Searched refs:screen (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_deviceinfo.cpp24 #include "common/screen.h"
132 Screen &screen = Screen::GetInstance(); in GetProductInfo() local
133 JSI::SetNumberProperty(result, "windowWidth", static_cast<double>(screen.GetWidth())); in GetProductInfo()
134 JSI::SetNumberProperty(result, "windowHeight", static_cast<double>(screen.GetHeight())); in GetProductInfo()

Completed in 1 milliseconds