/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.cpp | 381 if (bestConfig.resolution_ == candidateConfig.resolution_) { in IsCandidateResolutionPreferred() 386 ? bestConfig.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_ == ResolutionType::RESOLUTION_NONE || supported.resolution_ == desire… in IsResolutionMatch() 690 resolution_ == other.resolution_; in operator ==() 764 ? deviceConfig.resolution_ in GetTargetMediaScaleRatio() 773 ? targetConfig.resolution_ in GetTargetMediaScaleRatio() 1056 if (resConfig.resolution_ != ResolutionType::RESOLUTION_NONE) { in ConvertResConfigToTag() [all …]
|
H A D | ace_res_config.h | 44 resolution_(resolution) in AceResConfig() 51 … orientation_(orientation), colorMode_(colorMode), deviceType_(deviceType), resolution_(resolution) in AceResConfig() 92 ResolutionType resolution_ = ResolutionType::RESOLUTION_NONE; variable
|
/ohos5.0/base/sensors/sensor/utils/common/src/ |
H A D | sensor.cpp | 35 resolution_(0.0), in Sensor() 115 return resolution_; in GetResolution() 120 resolution_ = resolution; in SetResolution() 203 if (!parcel.WriteFloat(resolution_)) { in Marshalling() 250 (!parcel.ReadFloat(resolution_)) || in ReadFromParcel()
|
/ohos5.0/base/sensors/medical_sensor/utils/src/ |
H A D | medical.cpp | 32 resolution_(0.0), in MedicalSensor() 91 return resolution_; in GetResolution() 96 resolution_ = resolution; in SetResolution() 174 if (!parcel.WriteFloat(resolution_)) { in Marshalling() 224 resolution_ = parcel.ReadFloat(); in ReadFromParcel()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_device.cpp | 162 …: axisType_(type), minimum_(min), maximum_(max), fuzz_(fuzz), flat_(flat), resolution_(resolution)… in AxisInfo() 216 resolution_ = resolution; in SetResolution() 221 return resolution_; in GetResolution()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | system_properties.h | 195 return resolution_; in GetResolution() 203 resolution_ = resolution; in SetResolution() 605 static double resolution_; // density of the default display variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | system_properties.cpp | 59 double SystemProperties::resolution_ = 1.0; member in OHOS::Ace::SystemProperties 166 resolution_ = resolution; in InitDeviceInfo()
|
H A D | resource_adapter_impl.cpp | 126 .resolution_ = ConvertResolution(config.GetDensity()), in ConvertConfig() 297 …initRet, handlers.size(), configuration.orientation_, configuration.resolution_, configuration.dev… in Init() 305 …configuration.orientation_, configuration.resolution_, configuration.deviceType_, configuration.fo… in UpdateConfig()
|
/ohos5.0/base/sensors/medical_sensor/utils/include/ |
H A D | medical_sensor.h | 62 float resolution_; variable
|
/ohos5.0/base/sensors/sensor/utils/common/include/ |
H A D | sensor.h | 68 float resolution_; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_system_properties.cpp | 49 double SystemProperties::resolution_ = 0.0; member in OHOS::Ace::SystemProperties
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | input_device.h | 109 int32_t resolution_ { 0 };
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 394 ACE_WEAK_SYM double SystemProperties::resolution_ = 1.0; member in OHOS::Ace::SystemProperties 557 resolution_ = resolution; in InitDeviceInfo()
|