Home
last modified time | relevance | path

Searched refs:resolution_ (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp381 if (bestConfig.resolution_ == candidateConfig.resolution_) { in IsCandidateResolutionPreferred()
385 const ResolutionType bestRes = bestConfig.resolution_ != ResolutionType::RESOLUTION_NONE in IsCandidateResolutionPreferred()
386 ? bestConfig.resolution_ in IsCandidateResolutionPreferred()
388 const ResolutionType candidateRes = candidateConfig.resolution_ != ResolutionType::RESOLUTION_NONE in IsCandidateResolutionPreferred()
389 ? candidateConfig.resolution_ in IsCandidateResolutionPreferred()
398 ResolutionType deviceRes = deviceConfig.resolution_; in IsCandidateResolutionPreferred()
399 if (deviceConfig.resolution_ == ResolutionType::RESOLUTION_NONE || in IsCandidateResolutionPreferred()
400 deviceConfig.resolution_ == ResolutionType::RESOLUTION_ANY) { in IsCandidateResolutionPreferred()
619 return supported.resolution_ in IsResolutionMatch()
[all...]
H A Dace_res_config.h44 resolution_(resolution) in AceResConfig()
51 orientation_(orientation), colorMode_(colorMode), deviceType_(deviceType), resolution_(resolution) in AceResConfig()
92 ResolutionType resolution_ = ResolutionType::RESOLUTION_NONE; member in OHOS::Ace::AceResConfig
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_device.cpp157 : axisType_(type), minimum_(min), maximum_(max), fuzz_(fuzz), flat_(flat), resolution_(resolution) {} in AxisInfo()
211 resolution_ = resolution; in SetResolution()
216 return resolution_; in GetResolution()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h201 return resolution_; in GetResolution()
209 resolution_ = resolution; in SetResolution()
622 static double resolution_; // density of the default display member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp59 double SystemProperties::resolution_ = 1.0; member in OHOS::Ace::SystemProperties
165 resolution_ = resolution; in InitDeviceInfo()
H A Dresource_adapter_impl.cpp126 .resolution_ = ConvertResolution(config.GetDensity()), in ConvertConfig()
297 initRet, handlers.size(), configuration.orientation_, configuration.resolution_, configuration.deviceType_, in Init()
305 configuration.orientation_, configuration.resolution_, configuration.deviceType_, configuration.fontRatio_, in UpdateConfig()
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp47 double SystemProperties::resolution_ = 0.0; member in OHOS::Ace::SystemProperties
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dinput_device.h109 int32_t resolution_ { 0 };
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp385 ACE_WEAK_SYM double SystemProperties::resolution_ = 1.0; member in OHOS::Ace::SystemProperties
548 resolution_ = resolution; in InitDeviceInfo()

Completed in 8 milliseconds