Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp101 double curScreenWidth = 0.0F; in CheckRectValid() local
103 if (!GetScreenSize(curScreenWidth, curScreenHeight)) { in CheckRectValid()
114 GreatNotEqual(rect.x_, curScreenWidth) || GreatNotEqual(rect.y_, curScreenHeight)) { in CheckRectValid()
119 if (GreatOrEqual((rect.x_ + rect.width_), curScreenWidth) || in CheckRectValid()
133 …if (GreatOrEqual((rect.width_ * rect.height_), (curScreenWidth * curScreenHeight * MAX_RECT_PERCEN… in CheckRectValid()