| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
| H A D | flex_layout_pattern.h | 152 SetIsWrap(false); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | canvas_paint_method.h | 63 CHECK_EQUAL_VOID(HasTask(), false); in FlushUITasks() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | motion_path_option.h | 26 MotionPathOption(const std::string& path = "", float begin = 0.0f, float end = 1.0f, bool rotate = false) in MotionPathOption() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | long_press_event.h | 60 void SetLongPressEvent(const RefPtr<LongPressEvent>& event, bool isForDrag = false, bool isDisableMouseLeft = false) in SetLongPressEvent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/resource/ |
| H A D | resource_manager.h | 109 void UpdateResourceConfig(const ResourceConfiguration& config, bool themeFlag = false) in UpdateResourceConfig() argument 55 AddResourceAdapter(const std::string& bundleName, const std::string& moduleName, RefPtr<ResourceAdapter>& resourceAdapter, bool replace = false) AddResourceAdapter() argument
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | simple_spring_node.cpp | 122 spring_->OnTimestampChanged(static_cast<double>(delta) / static_cast<double>(NANOS_TO_MILLS), 0.0f, false); in OnAnimation() local
|
| H A D | bilateral_spring_node.cpp | 65 spring_->OnTimestampChanged(static_cast<double>(delta * 1.0) / static_cast<double>(NANOS_TO_MILLS), 0.0f, false); in OnAnimation() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| H A D | grid_option_layout_test_ng.cpp | 61 layoutAlgorithm->GetTargetIndexInfoWithBenchMark(AccessibilityManager::RawPtr(frameNode_), false, 5); in HWTEST_F() local 88 layoutAlgorithm->GetTargetIndexInfoWithBenchMark(AccessibilityManager::RawPtr(frameNode_), false, 5); in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
| H A D | scroll_layout_test_ng.cpp | 362 model.SetScrollEnabled(AceType::RawPtr(frameNode_), false); in HWTEST_F() local 367 model.SetEnablePaging(AceType::RawPtr(frameNode_), false); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
| H A D | polyline_pattern_test_ng.cpp | 32 PolygonModelNG().Create(false); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
| H A D | video_layout_algorithm.cpp | 24 float CalControlBarHeight(bool needLift = false)
in CalControlBarHeight() argument
|
| H A D | video_node.h | 34 VideoNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in VideoNode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_paint_method.h | 27 ScrollablePaintMethod(bool vertical, bool isReverse, bool isVerticalReverse = false) in ScrollablePaintMethod() argument
|
| /foundation/arkui/ace_engine/frameworks/core/event/multimodal/ |
| H A D | voice_event.h | 37 VoiceEvent(const std::string& voice, SceneLabel scene, bool isBadge = false) in VoiceEvent() argument
|
| /foundation/arkui/ui_lite/test/uitest/test_view_bounds/ |
| H A D | ui_test_view_bounds.cpp | 82 UIViewBounds::GetInstance()->SetShowState(false); variable
|
| /foundation/barrierfree/accessibility/frameworks/acfwk/test/unittest/ |
| H A D | accessibility_config_impl_test.cpp | 1739 instance.SubscribeConfigObserver(static_cast<CONFIG_ID>(index), observer, false); HWTEST_F() local [all...] |
| /foundation/communication/bluetooth/frameworks/js/napi/include/ |
| H A D | napi_async_work.h | 53 NapiAsyncWork(napi_env env, std::function<NapiAsyncWorkRet(void)> func, std::shared_ptr<NapiAsyncCallback> asyncCallback, bool needCallback = false) NapiAsyncWork() argument
|
| /foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
| H A D | module_hdi_sink.c | 39 PA_MODULE_LOAD_ONCE(false); variable
|
| /foundation/graphic/graphic_3d/kits/js/src/ |
| H A D | NodeJS.cpp | 92 SetNativeObject(interface_pointer_cast<META_NS::IObject>(node), false);
in NodeJS() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_settings.h | 123 explicit BoolParameter(const std::string& name, bool value = false) : TemplateParameter<bool>(name, value) {} in BoolParameter() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ |
| H A D | render_context_base.h | 35 virtual void* CreateContext(bool share = false) { return nullptr; }; in CreateContext() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
| H A D | drawing_bitmap_test.cpp | 108 EXPECT_EQ(OH_Drawing_BitmapGetPixels(bitmap_) == nullptr, false); in HWTEST_F() local
|
| H A D | drawing_brush_test.cpp | 76 EXPECT_EQ(OH_Drawing_BrushIsAntiAlias(brush1), false); in HWTEST_F() local 79 EXPECT_EQ(OH_Drawing_BrushIsAntiAlias(nullptr), false); in HWTEST_F() local 126 EXPECT_EQ(OH_Drawing_BrushIsAntiAlias(brush1), false); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
| H A D | rs_render_thread_test.cpp | 202 EXPECT_NE(RSRenderThread::Instance().cmds_.empty(), false); in HWTEST_F() local 207 EXPECT_NE(RSRenderThread::Instance().cmds_.empty(), false); in HWTEST_F() local 212 EXPECT_NE(RSRenderThread::Instance().cmds_.empty(), false); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
| H A D | rs_jank_stats_test.cpp | 47 SetRSJankStatsTest(std::shared_ptr<RSJankStats> rsJankStats, int64_t rtEndTimeSteady, uint32_t dynamicRefreshRate = 0, bool skipJankStats = false) SetRSJankStatsTest() argument [all...] |