Searched refs:abstractScreenModes (Results 1 – 3 of 3) sorted by relevance
181 sptr<SupportedScreenModes> abstractScreenModes = GetActiveScreenMode(); in SetPropertyForDisplayNode() local182 if (abstractScreenModes != nullptr) { in SetPropertyForDisplayNode()183 height = abstractScreenModes->height_; in SetPropertyForDisplayNode()184 width = abstractScreenModes->width_; in SetPropertyForDisplayNode()367 sptr<SupportedScreenModes> abstractScreenModes = GetActiveScreenMode(); in FillScreenInfo() local368 if (abstractScreenModes != nullptr) { in FillScreenInfo()369 height = abstractScreenModes->height_; in FillScreenInfo()370 width = abstractScreenModes->width_; in FillScreenInfo()
323 sptr<SupportedScreenModes> abstractScreenModes = absScreen->GetActiveScreenMode(); in ProcessScreenConnected() local324 if (abstractScreenModes != nullptr) { in ProcessScreenConnected()325 float w = abstractScreenModes->width_; in ProcessScreenConnected()326 float h = abstractScreenModes->height_; in ProcessScreenConnected()836 sptr<SupportedScreenModes> abstractScreenModes = screen->GetActiveScreenMode(); in SetScreenRotateAnimation() local838 if (abstractScreenModes != nullptr) { in SetScreenRotateAnimation()839 srect.h = abstractScreenModes->height_; in SetScreenRotateAnimation()840 srect.w = abstractScreenModes->width_; in SetScreenRotateAnimation()
1197 sptr<SupportedScreenModes> abstractScreenModes = GetActiveScreenMode(); in InitRSDisplayNode() local1198 if (abstractScreenModes != nullptr) { in InitRSDisplayNode()1199 height = abstractScreenModes->height_; in InitRSDisplayNode()1200 width = abstractScreenModes->width_; in InitRSDisplayNode()