Searched refs:screenDensityDpi_ (Results 1 – 2 of 2) sorted by relevance
46 screenDensityDpi_(SCREEN_DENSITY_NOT_SET), in ResConfigImpl()157 this->screenDensityDpi_ = ConvertDensity(screenDensity); in SetScreenDensity()415 ret = IsDensityMoreSuitable(other->screenDensityDpi_, request->screenDensityDpi_, density); in IsMoreSuitable()473 this->screenDensityDpi_ != otherDensity) { in IsDensityMoreSuitable()474 thisDistance = this->screenDensityDpi_ - requestDensity; in IsDensityMoreSuitable()485 if (this->screenDensityDpi_ != otherDensity) { in IsDensityMoreSuitable()486 thisDistance = static_cast<int>(this->screenDensityDpi_ - density); in IsDensityMoreSuitable()578 int ret = IsDensityMoreSpecificThan(other->screenDensityDpi_, density); in IsMoreSpecificThan()590 if (this->screenDensityDpi_ != otherDensity) { in IsDensityMoreSpecificThan()591 if (this->screenDensityDpi_ != ScreenDensity::SCREEN_DENSITY_NOT_SET) { in IsDensityMoreSpecificThan()[all …]
179 ScreenDensity screenDensityDpi_; variable