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.h387 static constexpr int32_t DEFAULT_DPI = 320; variable
481 int32_t mDpiX = DEFAULT_DPI;
482 int32_t mDpiY = DEFAULT_DPI;
DDisplayTransactionTest.cpp69 constexpr int32_t DEFAULT_DPI = 320; variable
471 .WillOnce(DoAll(SetArgPointee<3>(DEFAULT_DPI), Return(Error::NONE))); in setupHwcHotplugCallExpectations()
475 .WillOnce(DoAll(SetArgPointee<3>(DEFAULT_DPI), Return(Error::NONE))); in setupHwcHotplugCallExpectations()