Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayMode.h129 float getDpiY() const { return mDpiY; } in getDpiY() function
161 mode.getDpiY(), mode.getGroup()); in to_string()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.cpp865 mode->getDpiY() == defaultMode->getDpiY() && in constructAvailableRefreshRates()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1026 auto yDpi = mode->getDpiY(); in getDynamicDisplayInfo()
5191 yDpi = base::StringPrintf("%.2f", activeMode->getDpiY()); in dumpAllLocked()