Home
last modified time | relevance | path

Searched refs:NONE (Results 1 - 25 of 1264) sorted by relevance

12345678910>>...51

/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_component.cpp38 uint32_t updateType = static_cast<uint32_t>(UpdateRenderType::NONE); in Compare()
40 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
41 updateType |= static_cast<uint32_t>(list->GetDirection() == propDirection_ ? UpdateRenderType::NONE : in Compare()
44 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
46 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
48 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
50 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
52 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
57 UpdateRenderType::NONE : UpdateRenderType::PAINT); in Compare()
H A Dlist_properties.h48 NONE = 0, member in OHOS::Ace::V2::StickyStyle
55 NONE = 0, member in OHOS::Ace::V2::StickyMode
61 NONE = 0, member in OHOS::Ace::V2::ScrollSnapAlign
73 NONE = 0, member in OHOS::Ace::V2::ListItemStyle
78 NONE = 0, member in OHOS::Ace::V2::ListItemGroupStyle
84 NONE = 0,
87 SHAM = (1 << 2), // this enum value [SHAM] is added for inspector use, it works as [NONE]
H A Dlist_item_group_component.cpp38 uint32_t updateType = static_cast<uint32_t>(UpdateRenderType::NONE); in Compare()
40 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
42 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
44 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
49 UpdateRenderType::NONE : UpdateRenderType::PAINT); in Compare()
H A Dlist_item_component.cpp39 uint32_t updateRenderType = static_cast<uint32_t>(UpdateRenderType::NONE); in Compare()
41 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
43 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp48 uint32_t updateType = static_cast<uint32_t>(UpdateRenderType::NONE); in Compare()
52 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
54 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
56 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
58 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
60 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
62 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
64 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
66 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
68 UpdateRenderType::NONE in Compare()
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dpage_transition_common.h32 NONE, member in OHOS::Ace::PageTransitionType
36 NONE, member in OHOS::Ace::RouteType
42 NONE, member in OHOS::Ace::SlideEffect
52 RouteType routeType = RouteType::NONE;
H A Danimation_pub.h33 NONE, member in OHOS::Ace::FillMode
47 NONE, member in OHOS::Ace::AnimationOperation
81 NONE, member in OHOS::Ace::TransitionEffect
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_expression.cpp228 if ((num1.Unit() == DimensionUnit::NONE && num2.Unit() != DimensionUnit::NONE) || in CalculateFourOperationsExp()
229 (num1.Unit() != DimensionUnit::NONE && num2.Unit() == DimensionUnit::NONE)) { in CalculateFourOperationsExp()
234 if ((num1.Unit() == DimensionUnit::NONE && num2.Unit() != DimensionUnit::NONE) || in CalculateFourOperationsExp()
235 (num1.Unit() != DimensionUnit::NONE && num2.Unit() == DimensionUnit::NONE)) { in CalculateFourOperationsExp()
240 if (num1.Unit() != DimensionUnit::NONE && num2.Unit() != DimensionUnit::NONE) { in CalculateFourOperationsExp()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_test_ng.h59 float width = NULL_VALUE, float height = NULL_VALUE, GridItemStyle gridItemStyle = GridItemStyle::NONE);
61 GridItemStyle gridItemStyle = GridItemStyle::NONE);
63 GridItemStyle gridItemStyle = GridItemStyle::NONE);
64 void CreateFixedItems(int32_t itemNumber, GridItemStyle gridItemStyle = GridItemStyle::NONE);
65 void CreateFixedHeightItems(int32_t itemNumber, float height, GridItemStyle gridItemStyle = GridItemStyle::NONE);
66 void CreateFixedWidthItems(int32_t itemNumber, float width, GridItemStyle gridItemStyle = GridItemStyle::NONE);
74 void CreateAdaptChildSizeGridItems(int32_t itemNumber, GridItemStyle gridItemStyle = GridItemStyle::NONE);
/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp177 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F()
201 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F()
210 handlerType = InputHandlerType::NONE; in HWTEST_F()
234 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F()
258 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F()
267 handlerType = InputHandlerType::NONE; in HWTEST_F()
289 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F()
298 handlerType = InputHandlerType::NONE; in HWTEST_F()
320 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F()
329 handlerType = InputHandlerType::NONE; in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp363 uint32_t updateType = static_cast<uint32_t>(UpdateRenderType::NONE); in Compare()
364 updateType |= static_cast<uint32_t>(button->GetWidth() == width_ ? UpdateRenderType::NONE : in Compare()
366 updateType |= static_cast<uint32_t>(button->GetHeight() == height_ ? UpdateRenderType::NONE : in Compare()
368 updateType |= static_cast<uint32_t>(button->GetMinWidth() == declaration_->GetMinWidth() ? UpdateRenderType::NONE : in Compare()
370 updateType |= static_cast<uint32_t>(button->GetType() == type_ ? UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
372 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
374 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
379 UpdateRenderType::NONE : UpdateRenderType::PAINT); in Compare()
381 UpdateRenderType::NONE : UpdateRenderType::PAINT); in Compare()
383 UpdateRenderType::NONE in Compare()
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Dskia_recording.cpp34 captureMode_ = SkiaCaptureMode::NONE; in InitConfigsFromParam()
55 captureMode_ = SkiaCaptureMode::NONE; in SetupMultiFrame()
104 case SkiaCaptureMode::NONE: in BeginCapture()
122 if (captureMode_ == SkiaCaptureMode::NONE) { in EndCapture()
136 captureMode_ = SkiaCaptureMode::NONE; in EndCapture()
167 captureMode_ = SkiaCaptureMode::NONE; in EndCapture()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.h31 NONE, member in OHOS::Ace::GeometryBoxType
82 return (basicShape_ && basicShape_->GetBasicShapeType() != BasicShapeType::NONE) || in NeedClip()
83 geometryBoxType_ != GeometryBoxType::NONE; in NeedClip()
95 GeometryBoxType geometryBoxType_ = GeometryBoxType::NONE;
131 GeometryBoxType geometryBoxType_ = GeometryBoxType::NONE;
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/photo_job_repository/
H A Ddeferred_photo_job.cpp50 prePriority_(PhotoJobPriority::NONE), in DeferredPhotoJob()
51 curPriority_(PhotoJobPriority::NONE), in DeferredPhotoJob()
52 runningPriority_(PhotoJobPriority::NONE), in DeferredPhotoJob()
53 preStatus_(PhotoJobStatus::NONE), in DeferredPhotoJob()
54 curStatus_(PhotoJobStatus::NONE), in DeferredPhotoJob()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Doverlay_show_option.h28 NONE, member in OHOS::Ace::UpdateOverlayType
36 UpdateOverlayType updateOverlayType = UpdateOverlayType::NONE;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/effect/include/
H A Dblender.h23 NONE, enumerator
33 BlenderType blenderType_ = BlenderType::NONE;
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp305 focusRender_ = SearchNodeType::NONE; in HandleEnterEvent()
312 focusRender_ = SearchNodeType::NONE; in HandleEnterEvent()
322 focusRender_ = SearchNodeType::NONE; in HandleFocusEvent()
326 focusRender_ = SearchNodeType::NONE; in HandleFocusEvent()
332 focusRender_ = SearchNodeType::NONE; in HandleFocusEvent()
337 if (focusRender_ == SearchNodeType::NONE) { in HandleFocusEvent()
347 focusRender_ = SearchNodeType::NONE; in HandleFocusEvent()
358 if (focusRender_ == SearchNodeType::NONE) { in HandleFocusEvent()
365 focusRender_ = SearchNodeType::NONE; in HandleFocusEvent()
389 hoverOrPressRender_ = SearchNodeType::NONE; in TouchTest()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.cpp32 CheckableStatus::ALL, CheckableStatus::PART, CheckableStatus::NONE
54 component_->SetGroupValue(value ? CheckableStatus::ALL : CheckableStatus::NONE); in Update()
169 CheckableStatus::NONE) ? CheckableStatus::ALL : CheckableStatus::NONE; in HandleClick()
251 } else if (lastStatus_ == SelectStatus::ALL && status_ == SelectStatus::NONE) { in UpdateCheckBoxShape()
255 } else if (lastStatus_ == SelectStatus::PART && status_ == SelectStatus::NONE) { in UpdateCheckBoxShape()
257 } else if (lastStatus_ == SelectStatus::NONE && status_ == SelectStatus::ALL) { in UpdateCheckBoxShape()
259 } else if (lastStatus_ == SelectStatus::NONE && status_ == SelectStatus::PART) { in UpdateCheckBoxShape()
291 status_ = SelectStatus::NONE; in UpdateGroupStatus()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dswipe_recognizer.cpp28 return SwipeEventInfo::SwipeDirection::NONE; in GetSwipeDirection()
33 return SwipeEventInfo::SwipeDirection::NONE; in GetSwipeDirection()
90 if (direction == SwipeEventInfo::SwipeDirection::NONE) { in HandleSwipeEvent()
99 if (direction == SwipeEventInfo::SwipeDirection::NONE) { in HandleSwipeEvent()
134 if (direction == SwipeEventInfo::SwipeDirection::NONE) { in DispatchEvent()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_controller_base.h60 NONE, member in OHOS::Ace::ScrollAlign
77 virtual void ScrollToIndex(int32_t index, bool smooth = false, ScrollAlign align = ScrollAlign::NONE, in ScrollToIndex()
82 ScrollAlign align = ScrollAlign::NONE, int32_t source = 3) {} // 3 is SCROLL_FROM_JUMP in JumpToItemInGroup()
86 return Axis::NONE; in GetScrollDirection()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dmask.h29 NONE = 0, member in OHOS::Ace::MaskImageType
48 maskImageType_ = MaskImageType::NONE; in SetMaskImage()
142 MaskImageType maskImageType_ = MaskImageType::NONE;
143 MaskImageType lastMaskImageType_ = MaskImageType::NONE;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar_overlay_modifier.h28 NONE = 0, member in OHOS::Ace::NG::OpacityAnimationType
43 NONE = 0, member in OHOS::Ace::NG::HoverAnimationType
157 HoverAnimationType hoverAnimatingType_ = HoverAnimationType::NONE;
158 OpacityAnimationType opacityAnimatingType_ = OpacityAnimationType::NONE;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsampling_options.h32 NONE, member in OHOS::Rosen::Drawing::MipmapMode
81 MipmapMode mipmap = MipmapMode::NONE;
85 : useCubic(false), filter(FilterMode::NEAREST), mipmap(MipmapMode::NONE) in mipmap()
88 inline SamplingOptions::SamplingOptions(FilterMode fm) noexcept : useCubic(false), filter(fm), mipmap(MipmapMode::NONE) in mipmap()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_commit_notify_data.h23 NONE, member in DistributedDB::DataType
30 NONE, // key never exist in db member in DistributedDB::ExistStatus
78 ExistStatus existStatus = ExistStatus::NONE; // indicator if the key exist in db before this transaction
79 DataType latestType = DataType::NONE; // indicator the latest operation type for this key
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_controller.cpp28 if (align == ScrollAlign::NONE) { in ScrollToIndex()
45 if (pattern->GetAxis() != Axis::NONE) { in AnimateTo()
70 if (axis == Axis::NONE) { in GetCurrentOffset()
81 CHECK_NULL_RETURN(pattern, Axis::NONE); in GetScrollDirection()
113 if (pattern->GetAxis() != Axis::NONE) { in ScrollToEdge()
133 if (pattern->GetAxis() == Axis::NONE) { in ScrollPage()

Completed in 11 milliseconds

12345678910>>...51