Searched refs:GetScreenDensityDpi (Results 1 – 4 of 4) sorted by relevance
90 virtual ScreenDensity GetScreenDensityDpi() const = 0;
126 ScreenDensity GetScreenDensityDpi() const;
252 ScreenDensity ResConfigImpl::GetScreenDensityDpi() const in GetScreenDensityDpi() function in OHOS::Global::Resource::ResConfigImpl
545 …SetIntProperty(env, context, result, "screenDensity", static_cast<int>(cfg->GetScreenDensityDpi())… in CreateConfig()