Home
last modified time | relevance | path

Searched defs:false (Results 426 - 450 of 1439) sorted by relevance

1...<<11121314151617181920>>...58

/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp249 pipeline_context->AddDirtyRenderNode(AceType::Claim(this), false); local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_controller_base.h77 virtual void ScrollToIndex(int32_t index, bool smooth = false, ScrollAlign align = ScrollAlign::NONE, in ScrollToIndex() argument
81 virtual void JumpToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth = false, in JumpToItemInGroup() argument
89 AnimateTo( const Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll = false) AnimateTo() argument
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dresource_adapter.h46 virtual void UpdateConfig(const ResourceConfiguration& config, bool themeFlag = false) {} in UpdateConfig() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_wrapper_paint_method.cpp44 CHECK_EQUAL_VOID(IsDrawBorder(paintWrapper), false); in PaintOuterBorder() local
133 CHECK_EQUAL_VOID(IsDrawBorder(paintWrapper), false); in PaintInnerBorder() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.h51 LongPressRecognizer(bool isForDrag = false, bool isDisableMouseLeft = false) in LongPressRecognizer() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.cpp61 InitLimitValueText(GetMaxValueTextId(), false); in OnModifyDone() local
67 HideLimitValueText(GetMaxValueTextId(), false); in OnModifyDone() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textfield_ffi.cpp111 TextFieldModel::GetInstance()->SetBackgroundColor(Color(value), false); in FfiOHOSAceFrameworkTextFieldSetBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl_ng.cpp357 void JSBindLibs(const std::string& moduleName, const std::string& exportModuleName, bool isController = false) in JSBindLibs() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_event_test_ng.cpp1129 controller->AnimateTo(Dimension(-5 * ITEM_HEIGHT, DimensionUnit::PX), 1.f, Curves::LINEAR, false); HWTEST_F() local
1191 controller->AnimateTo(Dimension(-10 * ITEM_HEIGHT, DimensionUnit::PX), 1.f, Curves::LINEAR, false); HWTEST_F() local
1366 controller->AnimateTo(Dimension(-5 * ITEM_WIDTH, DimensionUnit::PX), 1.f, Curves::LINEAR, false); HWTEST_F() local
1428 controller->AnimateTo(Dimension(-10 * ITEM_WIDTH, DimensionUnit::PX), 1.f, Curves::LINEAR, false); HWTEST_F() local
[all...]
H A Dgrid_scroller_test_ng.cpp794 controller->AnimateTo(Dimension(100.f, DimensionUnit::PX), 200.f, Curves::LINEAR, false); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp908 nullptr, Dimension(DELETE_AREA_DISTANCE), false); HWTEST_F() local
1007 std::move(endFunc), nullptr, nullptr, nullptr, nullptr, Dimension(DELETE_AREA_DISTANCE), false); HWTEST_F() local
1100 std::move(endFunc), nullptr, nullptr, nullptr, onStateChangeFunc, Dimension(DELETE_AREA_DISTANCE), false); HWTEST_F() local
1429 Dimension(DELETE_AREA_DISTANCE), false); HWTEST_F() local
1488 Dimension(endDeleteDistance), false); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_for_property_config.cpp538 ViewAbstract::SetOnGestureRecognizerJudgeBegin(std::move(gestureRecognizerJudgeFunc), false); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/
H A Dcounter_test_ng.cpp302 model.SetEnableInc(AceType::RawPtr(frameNode_), false); in HWTEST_F() local
303 model.SetEnableDec(AceType::RawPtr(frameNode_), false); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testthree_ng.cpp1728 EXPECT_NE(ImagePattern::IsShowingSrc(frameNodePtr, pixelMap), false); ImagePatternMethods01() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp67 void RenderFrame(bool needsSyncPaint = false) in RenderFrame() argument
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_wrapper_testtwo_ng.cpp931 layoutWrapper0->AdjustChildren(OffsetF(), false); HWTEST_F() local
933 layoutWrapper1->AdjustChildren(OffsetF(), false); HWTEST_F() local
935 layoutWrapper2->AdjustChildren(OffsetF(), false); HWTEST_F() local
937 layoutWrapper3->AdjustChildren(OffsetF(), false); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp588 CHECK_EQUAL_RETURN(IsMainWindow(), false, false); OnDirtyLayoutWrapperSwap() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h37 IndexerItemComponent(const std::u16string& strSection, const std::u16string& strLabel, const Dimension& itemSize, bool rotate = false) IndexerItemComponent() argument
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.h44 ImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, bool isSvg = false) in ImageObject() argument
91 UploadToGpuForRender(const WeakPtr<PipelineBase>& context, const UploadSuccessCallback& successCallback, const FailedCallback& failedCallback, const Size& imageSize, bool forceResize, bool syncMode = false) UploadToGpuForRender() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h126 SetIndicatorInteractive(false); variable
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_config_observer.cpp610 instance.SubscribeConfigObserver(static_cast<CONFIG_ID>(index), shared_from_this(), false); in SubscribeToFramework() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbundle_mgr_ext.h47 QueryAbilityInfosWithFlag(const Want &want, int32_t flags, int32_t userId, std::vector<AbilityInfo> &abilityInfos, bool isNewVersion = false) QueryAbilityInfosWithFlag() argument
52 GetBundleInfo(const std::string &bundleName, int32_t flags, int32_t userId, BundleInfo &bundleInfo, bool isNewVersion = false) GetBundleInfo() argument
57 GetBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId, bool isNewVersion = false) GetBundleInfos() argument
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h1103 LayoutChildren(bool neeInvalidate = false) LayoutChildren() argument
[all...]
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device.h54 FlushSem(bool isFlushing = false) : sem_(1, 1), isFlushing_(isFlushing) {} in FlushSem() argument
/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.cpp565 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, UIImageView::ImageResizeMode::NONE); in UIKitUIImageTestResize001() local
570 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, UIImageView::ImageResizeMode::FILL); in UIKitUIImageTestResize001() local
576 false, UIImageView::ImageResizeMode::CONTAIN); in UIKitUIImageTestResize001() local
581 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, in UIKitUIImageTestResize001() local
587 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, in UIKitUIImageTestResize001() local
593 AddImageView(GetRect(x, IMAGE_Y, 100, 100), IMAGE_RESIZEMODE_PATH, false, in UIKitUIImageTestResize001() local

Completed in 24 milliseconds

1...<<11121314151617181920>>...58