Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h459 static constexpr int32_t DEFAULT_DPI = 320; variable
551 int32_t mDpiX = DEFAULT_DPI;
553 int32_t mDpiY = DEFAULT_DPI;
DDisplayTransactionTest.cpp89 constexpr int32_t DEFAULT_DPI = 320; variable
597 .WillOnce(DoAll(SetArgPointee<3>(DEFAULT_DPI), Return(Error::NONE))); in setupHwcHotplugCallExpectations()
601 .WillOnce(DoAll(SetArgPointee<3>(DEFAULT_DPI), Return(Error::NONE))); in setupHwcHotplugCallExpectations()