Searched refs:screenShape_ (Results 1 – 8 of 8) sorted by relevance
457 if (bestConfig.screenShape_ != candidateConfig.screenShape_ && in IsCandidateDeclarativeResConfigPreferred()458 deviceConfig.screenShape_ != ScreenShape::SCREEN_SHAPE_UNDEFINED) { in IsCandidateDeclarativeResConfigPreferred()459 if ((bestConfig.screenShape_ == deviceConfig.screenShape_) || in IsCandidateDeclarativeResConfigPreferred()460 (candidateConfig.screenShape_ == deviceConfig.screenShape_)) { in IsCandidateDeclarativeResConfigPreferred()461 return candidateConfig.screenShape_ == deviceConfig.screenShape_; in IsCandidateDeclarativeResConfigPreferred()463 return candidateConfig.screenShape_ == ScreenShape::SCREEN_SHAPE_UNDEFINED; in IsCandidateDeclarativeResConfigPreferred()688 … mnc_ == other.mnc_ && screenLong_ == other.screenLong_ && screenShape_ == other.screenShape_ && in operator ==()925 screenShape_ = static_cast<ScreenShape>(keyParam.value); in ParseConfig()1076 if (resConfig.screenShape_ != ScreenShape::SCREEN_SHAPE_UNDEFINED) { in ConvertDeclarativeResConfigToTag()1077 GetConfigString(KeyType::SCREENSHAPE, static_cast<int32_t>(resConfig.screenShape_), resTag); in ConvertDeclarativeResConfigToTag()
50 …e_(language), script_(script), region_(region), screenLong_(screenLong), screenShape_(screenShape), in AceResConfig()88 ScreenShape screenShape_ = ScreenShape::SCREEN_SHAPE_UNDEFINED; variable
177 screenShape_ = screenShape; in SetScreenShape()182 return screenShape_; in GetScreenShape()199 ScreenShape screenShape_ = RECTANGLE; variable
72 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };170 screenShape_ = ScreenShape::ROUND; in InitDeviceInfo()172 screenShape_ = ScreenShape::NOT_ROUND; in InitDeviceInfo()
429 return screenShape_; in GetScreenShape()619 static ScreenShape screenShape_; variable
409 ScreenShape SystemProperties::screenShape_ { ScreenShape::NOT_ROUND };593 screenShape_ = ScreenShape::ROUND; in InitDeviceInfo()595 screenShape_ = ScreenShape::NOT_ROUND; in InitDeviceInfo()
133 screenShape_ = screenShape;138 return screenShape_;