Searched refs:mDpiX (Results 1 – 2 of 2) sorted by relevance
80 mDisplayMode->mDpiX = getDefaultDensity(); in setDpiX()82 mDisplayMode->mDpiX = dpiX / 1000.0f; in setDpiX()128 float getDpiX() const { return mDpiX; } in getDpiX()137 getVsyncPeriod() == other->getVsyncPeriod() && mDpiX == other->mDpiX && in equalsExceptDisplayModeId()151 float mDpiX = -1; variable
521 mDpiX = dpi; in setDpiX()587 .WillRepeatedly(DoAll(SetArgPointee<3>(mDpiX), Return(hal::Error::NONE))); in inject()624 int32_t mDpiX = DEFAULT_DPI; variable