Home
last modified time | relevance | path

Searched defs:props (Results 1 – 25 of 254) sorted by relevance

1234567891011

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp203 DialogProperties props; variable
226 DialogProperties props; variable
249 DialogProperties props; variable
274 DialogProperties props { variable
303 DialogProperties props { variable
335 DialogProperties props { variable
413 DialogProperties props { variable
547 DialogProperties props { variable
714 DialogProperties props; variable
1030 DialogProperties props; variable
[all …]
H A Ddialog_test_ng.cpp960 DialogProperties props; variable
1008 DialogProperties props; variable
1051 DialogProperties props; variable
1099 DialogProperties props; variable
1165 DialogProperties props; variable
1231 DialogProperties props; variable
1270 DialogProperties props; variable
1632 DialogProperties props{ variable
1676 DialogProperties props{ variable
1725 DialogProperties props; variable
[all …]
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp662 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
687 drawOrderedNode(&canvas, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
695 [](RenderProperties& props, SkiaRecordingCanvas& canvas) { // drawn as 3 in RENDERTHREAD_TEST()
713 drawOrderedNode(&canvas, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
735 drawOrderedNode(&canvas, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
757 drawOrderedNode(&canvas, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
779 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
803 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
830 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST()
854 drawOrderedNode(&canvas, 0, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { // B in RENDERTHREAD_TEST()
[all …]
H A DRenderNodeTests.cpp42 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST()
46 [&child](RenderProperties& props, Canvas& canvas) { in TEST()
69 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST()
73 [&child](RenderProperties& props, Canvas& canvas) { in TEST()
131 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST()
135 [&child](RenderProperties& props, Canvas& canvas) { in TEST()
139 [&child](RenderProperties& props, Canvas& canvas) { in TEST()
237 auto node = TestUtils::createNode(0, 0, 200, 400, [&](RenderProperties& props, Canvas& canvas) { in TEST()
284 TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in RENDERTHREAD_TEST()
308 TestUtils::createNode(0, 0, 200, 400, [&](RenderProperties& props, Canvas& canvas) { in RENDERTHREAD_TEST()
H A DSkiaPipelineTests.cpp47 0, 0, 1, 1, [](RenderProperties& props, SkiaRecordingCanvas& redCanvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
94 0, 0, 2, 2, [](RenderProperties& props, SkiaRecordingCanvas& redCanvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
116 0, 0, 1, 1, [](RenderProperties& props, SkiaRecordingCanvas& redCanvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
127 0, 0, 2, 2, [](RenderProperties& props, SkiaRecordingCanvas& blueCanvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
161 0, 0, 1, 1, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
272 [&transparentPaint](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
280 [&transparentPaint](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
318 [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
356 [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
385 20, 20, 30, 30, [](RenderProperties& props, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
[all …]
H A DRenderPropertiesTests.cpp29 RenderProperties props; in TEST() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.cpp285 auto props = GetPaintProperty<OptionPaintProperty>(); in OnPress() local
325 auto props = GetPaintProperty<OptionPaintProperty>(); in OnHover() local
378 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in SetFontSize() local
388 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in SetItalicFontStyle() local
397 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in SetFontWeight() local
406 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in SetFontFamily() local
415 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in SetFontColor() local
429 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in InspectorGetFont() local
448 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in GetFontSize() local
458 auto props = text_->GetLayoutProperty<TextLayoutProperty>(); in GetItalicFontStyle() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_utils.cpp50 inline float GetRowGap(const RefPtr<GridLayoutProperty>& props, float frameHeight) in GetRowGap()
56 inline float GetColumnGap(const RefPtr<GridLayoutProperty>& props, float frameWidth) in GetColumnGap()
63 float GridUtils::GetMainGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis a… in GetMainGap()
68 float GridUtils::GetCrossGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis … in GetCrossGap()
H A Dgrid_item_layout_algorithm.cpp24 auto props = AceType::DynamicCast<GridItemLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Measure() local
36 auto props = AceType::DynamicCast<GridItemLayoutProperty>(layoutWrapper->GetLayoutProperty()); in CreateChildConstraint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.cpp55 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper->GetLayoutProperty()); in Measure() local
97 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in Layout() local
158 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in CheckDirtyItem() local
221 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in SegmentedInit() local
252 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in RegularInit() local
332 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in MeasureOnOffset() local
388 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in MeasureOnJump() local
437 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in MeasureToTarget() local
458 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in Fill() local
475 …<LayoutWrapper> WaterFlowSegmentedLayout::MeasureItem(const RefPtr<WaterFlowLayoutProperty>& props in MeasureItem()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/
H A DDeviceConfigProxyFake.java99 Properties props = propsForNamespaceAndName(namespace, name); in getBoolean() local
109 Properties props = propsForNamespaceAndName(namespace, name); in getInt() local
119 Properties props = propsForNamespaceAndName(namespace, name); in getLong() local
134 Properties props = propsForNamespaceAndName(namespace, name); in getString() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_capability.cpp22 bool supportWriteBack, const std::vector<RSScreenProps>& props) in RSScreenCapability()
64 void RSScreenCapability::SetProps(const std::vector<RSScreenProps>& props) in SetProps()
109 bool RSScreenCapability::WriteVector(const std::vector<RSScreenProps> &props, Parcel &parcel) const in WriteVector() argument
174 std::vector<RSScreenProps> props; in Unmarshalling() local
/aosp14/frameworks/base/services/core/java/com/android/server/health/
H A DHealthHalCallbackHidl.java60 public void healthInfoChanged(android.hardware.health.V2_0.HealthInfo props) { in healthInfoChanged()
73 public void healthInfoChanged_2_1(android.hardware.health.V2_1.HealthInfo props) { in healthInfoChanged_2_1()
H A DHealthInfoCallback.java30 void update(android.hardware.health.HealthInfo props); in update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp34 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper->GetLayoutProperty()); in Measure() local
78 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in Layout() local
140 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in SingleInit() local
173 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in ItemHeightChanged() local
271 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in MeasureBeforeAnimation() local
350 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in FillBackSection() local
391 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in FillFrontSection() local
452 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in RecoverBack() local
477 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in RecoverFront() local
704 auto props = DynamicCast<WaterFlowLayoutProperty>(wrapper_->GetLayoutProperty()); in LayoutSection() local
[all …]
/aosp14/frameworks/base/tools/aapt2/tools/
H A Dextract_unicode_properties.py38 def extract_unicode_properties(f, props, chars_out): argument
91 props = {"XID_Start": 1, "XID_Continue": 2} variable
/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java56 Map<Short, Object> props = mViews.get(0); in getFirstView() local
67 private Object getProperty(Map<Short, Object> props, String key) { in getProperty()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_data.cpp293 const auto& props = owner_->MetaData(); in Get() local
305 const auto& props = owner_->MetaData(); in Get() local
319 const auto& props = owner_->MetaData(); in PropertyCount() local
328 const auto& props = owner_->MetaData(); in Get() local
344 const auto& props = owner_->MetaData(); in Get() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasescreenmanager_fuzzer/
H A Drsbasescreenmanager_fuzzer.cpp67 std::vector<RSScreenProps> props = {prop}; in RSScreenCapabilityFuzzTest() local
124 RSScreenProps props; in RSScreenPropsFuzzTest() local
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DStretchyListViewAnimation.cpp131 void createListItem(RenderProperties& props, Canvas& canvas, int cardId, int itemWidth, in createListItem()
179 [this, id](RenderProperties& props, Canvas& canvas) { in createContent()
186 [this](RenderProperties& props, Canvas& canvas) { in createContent()
204 auto& props = mListView->mutateStagingProperties(); in doFrame() local
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-custom-basic-usage.md121 ## props section
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-custom-props.md4 ## props section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-custom-basic-usage.md121 ## props section
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h177 std::function<void(RenderProperties& props, Canvas& canvas)> setup) { in createNode()
179 RenderProperties& props = node->mutateStagingProperties(); in createNode() local
194 std::function<void(RenderProperties& props, RecordingCanvasType& canvas)> setup) { in createNode()
196 RenderProperties& props = node->mutateStagingProperties(); in createNode() local
224 RenderProperties& props = node->mutateStagingProperties(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp68 …const ConstraintParams& params, const RefPtr<WaterFlowLayoutProperty>& props, const RefPtr<LayoutW… in CreateChildConstraint()
130 const auto& props = wrapper->GetLayoutProperty(); in PreMeasureSelf() local
169 auto props = item->GetLayoutProperty(); in UpdateItemIdealSize() local

1234567891011