Home
last modified time | relevance | path

Searched defs:false (Results 226 - 250 of 1419) sorted by relevance

12345678910>>...57

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_pattern.h152 SetIsWrap(false); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.h63 CHECK_EQUAL_VOID(HasTask(), false); in FlushUITasks() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_option.h26 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 Dlong_press_event.h60 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 Dresource_manager.h109 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 Dsimple_spring_node.cpp122 spring_->OnTimestampChanged(static_cast<double>(delta) / static_cast<double>(NANOS_TO_MILLS), 0.0f, false); in OnAnimation() local
H A Dbilateral_spring_node.cpp65 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 Dgrid_option_layout_test_ng.cpp61 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 Dscroll_layout_test_ng.cpp362 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 Dpolyline_pattern_test_ng.cpp32 PolygonModelNG().Create(false); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_layout_algorithm.cpp24 float CalControlBarHeight(bool needLift = false) in CalControlBarHeight() argument
H A Dvideo_node.h34 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 Dscrollable_paint_method.h27 ScrollablePaintMethod(bool vertical, bool isReverse, bool isVerticalReverse = false) in ScrollablePaintMethod() argument
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dvoice_event.h37 VoiceEvent(const std::string& voice, SceneLabel scene, bool isBadge = false) in VoiceEvent() argument
/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp82 UIViewBounds::GetInstance()->SetShowState(false); variable
/foundation/barrierfree/accessibility/frameworks/acfwk/test/unittest/
H A Daccessibility_config_impl_test.cpp1739 instance.SubscribeConfigObserver(static_cast<CONFIG_ID>(index), observer, false); HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_async_work.h53 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 Dmodule_hdi_sink.c39 PA_MODULE_LOAD_ONCE(false); variable
/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeJS.cpp92 SetNativeObject(interface_pointer_cast<META_NS::IObject>(node), false); in NodeJS() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_settings.h123 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 Drender_context_base.h35 virtual void* CreateContext(bool share = false) { return nullptr; }; in CreateContext() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_bitmap_test.cpp108 EXPECT_EQ(OH_Drawing_BitmapGetPixels(bitmap_) == nullptr, false); in HWTEST_F() local
H A Ddrawing_brush_test.cpp76 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 Drs_render_thread_test.cpp202 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 Drs_jank_stats_test.cpp47 SetRSJankStatsTest(std::shared_ptr<RSJankStats> rsJankStats, int64_t rtEndTimeSteady, uint32_t dynamicRefreshRate = 0, bool skipJankStats = false) SetRSJankStatsTest() argument
[all...]

Completed in 13 milliseconds

12345678910>>...57