Searched refs:threshold_ (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | system_memory_attr.cpp | 21 SystemMemoryAttr::SystemMemoryAttr() : availSysMem_(0), totalSysMem_(0), threshold_(0), isSysInlowMem_(false) in SystemMemoryAttr() 28 parcel.ReadInt64(threshold_); in ReadFromParcel() 34 static_cast<size_t>(threshold_), in ReadFromParcel() 58 parcel.WriteInt64(threshold_); in Marshalling() 64 static_cast<size_t>(threshold_), in Marshalling()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | invert.h | 25 float threshold_ = 0.0f; member 30 return NearEqual(high_, opt.high_) && NearEqual(low_, opt.high_) && NearEqual(threshold_, opt.threshold_) && in operator ==()
|
/foundation/arkui/ui_lite/interfaces/innerkits/dock/ |
H A D | rotate_input_device.h | 34 threshold_ = threshold; in SetRotateInputThreshold() 40 int16_t threshold_; member in OHOS::RotateInputDevice
|
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | rotate_input_device.cpp | 33 : rotateStart_(false), threshold_(ROTATE_INPUT_THRESHOLD), cachedRotation_(0), zeroCount_(0) in RotateInputDevice() 44 if (MATH_ABS(cachedRotation_) >= threshold_) { in DispatchEvent()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | system_memory_attr.h | 45 int64_t threshold_; member in OHOS::AppExecFwk::SystemMemoryAttr
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_gesture_recognizer.cpp | 75 threshold_ = GetDoubleTapMoveThreshold(display->GetDpi()); in AccessibilityGestureRecognizer() 84 threshold_ = 1; in AccessibilityGestureRecognizer() 223 } else if (duration > threshold_) { in HandleTouchMoveEvent()
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_gesture_recognizer.h | 356 float threshold_ = 0; member in OHOS::Accessibility::AccessibilityGestureRecognizer
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_property.cpp | 185 jsonInvert->Put("threshold", option.threshold_); in ToJsonValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 4296 invertVector.SetValues(option.low_, option.high_, option.threshold_, option.thresholdRange_);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1173 option.threshold_ = invert[NUM_2]; in SetInvert()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 7137 option.threshold_ = std::clamp(threshold, 0.0, 1.0); in ParseInvertProps()
|
Completed in 57 milliseconds