Searched refs:removeValue (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.cpp | 120 napi_value removeValue = nullptr; in ParseBundleStatusCallback() local 121 status = napi_get_named_property(env, args, "remove", &removeValue); in ParseBundleStatusCallback() 123 napi_typeof(env, removeValue, &valueType); in ParseBundleStatusCallback() 128 napi_create_reference(env, removeValue, NAPI_RETURN_ONE, &removeCallback); in ParseBundleStatusCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_layout_algorithm.h | 124 RefPtr<Paragraph>& paragraph, float removeValue = 0.0f);
|
H A D | text_field_layout_algorithm.cpp | 268 RefPtr<Paragraph>& paragraph, float removeValue) in ConstraintWithMinWidth() 276 auto width = std::max(contentConstraint.minSize.Width() - removeValue, paragraph->GetLongestLine()); in ConstraintWithMinWidth() 266 ConstraintWithMinWidth( const LayoutConstraintF& contentConstraint, LayoutWrapper* layoutWrapper, RefPtr<Paragraph>& paragraph, float removeValue) ConstraintWithMinWidth() argument
|
Completed in 6 milliseconds