/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_component.cpp | 38 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 D | list_properties.h | 48 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 D | list_item_group_component.cpp | 38 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 D | list_item_component.cpp | 39 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 D | text_component.cpp | 48 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 D | page_transition_common.h | 32 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 D | animation_pub.h | 33 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 D | string_expression.cpp | 228 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 D | grid_test_ng.h | 59 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 D | event_interceptor_handler_test.cpp | 177 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 D | button_component.cpp | 363 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 D | skia_recording.cpp | 34 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 D | clip_path.h | 31 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 D | deferred_photo_job.cpp | 50 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 D | overlay_show_option.h | 28 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 D | blender.h | 23 NONE, enumerator 33 BlenderType blenderType_ = BlenderType::NONE;
|
/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | render_search.cpp | 305 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 D | render_checkbox.cpp | 32 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 D | swipe_recognizer.cpp | 28 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 D | scroll_controller_base.h | 60 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 D | mask.h | 29 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 D | scroll_bar_overlay_modifier.h | 28 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 D | sampling_options.h | 32 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 D | single_ver_natural_store_commit_notify_data.h | 23 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 D | scrollable_controller.cpp | 28 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()
|