Home
last modified time | relevance | path

Searched refs:threshold_ (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dsystem_memory_attr.cpp21 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 Dinvert.h25 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 Drotate_input_device.h34 threshold_ = threshold; in SetRotateInputThreshold()
40 int16_t threshold_; member in OHOS::RotateInputDevice
/foundation/arkui/ui_lite/frameworks/dock/
H A Drotate_input_device.cpp33 : 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 Dsystem_memory_attr.h45 int64_t threshold_; member in OHOS::AppExecFwk::SystemMemoryAttr
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp75 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 Daccessibility_gesture_recognizer.h356 float threshold_ = 0; member in OHOS::Accessibility::AccessibilityGestureRecognizer
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.cpp185 jsonInvert->Put("threshold", option.threshold_); in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4296 invertVector.SetValues(option.low_, option.high_, option.threshold_, option.thresholdRange_);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1173 option.threshold_ = invert[NUM_2]; in SetInvert()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7137 option.threshold_ = std::clamp(threshold, 0.0, 1.0); in ParseInvertProps()

Completed in 57 milliseconds