Home
last modified time | relevance | path

Searched refs:AUTO (Results 1 - 25 of 341) sorted by relevance

12345678910>>...14

/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dtime_format.h35 AUTO = 0, member in OHOS::Ace::ZeroPrefixType
53 if (hourType == static_cast<int32_t>(ZeroPrefixType::AUTO)) { in GetHourFormat()
64 if (minuteType == static_cast<int32_t>(ZeroPrefixType::AUTO)) { in GetMinuteFormat()
75 if (secondType == static_cast<int32_t>(ZeroPrefixType::AUTO)) { in GetSecondFormat()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp51 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, 0.f)); in HWTEST_F()
55 EXPECT_TRUE(ScrollToIndex(index, true, ScrollAlign::AUTO, 0.f)); in HWTEST_F()
77 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, 0.f)); in HWTEST_F()
82 EXPECT_TRUE(ScrollToIndex(index, true, ScrollAlign::AUTO, 0.f)); in HWTEST_F()
110 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, in HWTEST_F()
117 EXPECT_TRUE(ScrollToIndex(index, true, ScrollAlign::AUTO, in HWTEST_F()
141 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, scrollableDistance)); in HWTEST_F()
145 EXPECT_TRUE(ScrollToIndex(index, true, ScrollAlign::AUTO, scrollableDistance)); in HWTEST_F()
171 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, 0.f)); in HWTEST_F()
175 EXPECT_TRUE(ScrollToIndex(index, true, ScrollAlign::AUTO, in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_property.cpp72 auto mode = propScrollBarProperty_ ? propScrollBarProperty_->propScrollBarMode.value_or(DisplayMode::AUTO) in GetBarStateString()
73 : DisplayMode::AUTO; in GetBarStateString()
75 case DisplayMode::AUTO: in GetBarStateString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_layout_test_ng.cpp113 * @tc.steps: step3. DisplayMode::AUTO in HWTEST_F()
116 layoutProperty_->UpdateDisplayMode(DisplayMode::AUTO); in HWTEST_F()
123 layoutProperty_->UpdateDisplayMode(DisplayMode::AUTO); in HWTEST_F()
161 * @tc.steps: step1. UnScrollable and DisplayMode::AUTO in HWTEST_F()
166 CreateScrollBar(true, true, Axis::VERTICAL, DisplayMode::AUTO); in HWTEST_F()
260 CreateScrollBar(true, true, Axis::VERTICAL, DisplayMode::AUTO); in HWTEST_F()
274 pattern_->SetScrollBar(DisplayMode::AUTO); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_layout_property.h63 { DisplayMode::AUTO, "BarState.Auto" },
67 json->PutExtAttr("state", stateMap[GetDisplayModeValue(DisplayMode::AUTO)].c_str(), filter);
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h78 AUTO, member in OHOS::Ace::FlexAlign
186 enum class MainSwiperSize { MAX, MAX_X, MAX_Y, MIN, AUTO };
292 AUTO, member in OHOS::Ace::TextFieldOverflowX
301 AUTO, member in OHOS::Ace::TextDirection
527 AUTO, member in OHOS::Ace::PanelMode
585 AUTO, member in OHOS::Ace::RefreshType
655 enum class SideBarContainerType { EMBED, OVERLAY, AUTO };
663 AUTO, member in OHOS::Ace::SideBarStatus
728 AUTO, member in OHOS::Ace::DisplayMode
H A Dalign_declaration.h36 AUTO, member in OHOS::Ace::AlignDeclaration::Edge
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_hdr_test.cpp148 optsPixel.desiredDynamicRange = Media::DecodeDynamicRange::AUTO; in HWTEST_F()
175 optsPixel.desiredDynamicRange = Media::DecodeDynamicRange::AUTO; in HWTEST_F()
202 optsPixel.desiredDynamicRange = Media::DecodeDynamicRange::AUTO; in HWTEST_F()
229 optsPixel.desiredDynamicRange = Media::DecodeDynamicRange::AUTO; in HWTEST_F()
260 optsPixel.desiredDynamicRange = Media::DecodeDynamicRange::AUTO; in HWTEST_F()
371 decopts.desiredDynamicRange = DecodeDynamicRange::AUTO; in HWTEST_F()
398 decopts.desiredDynamicRange = DecodeDynamicRange::AUTO; in HWTEST_F()
422 optsPixel.desiredDynamicRange = Media::DecodeDynamicRange::AUTO; in HWTEST_F()
434 option.desiredDynamicRange = EncodeDynamicRange::AUTO; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_test_ng.cpp147 pattern->SetNavigationMode(NavigationMode::AUTO); in HWTEST_F()
155 pattern->SetNavigationMode(NavigationMode::AUTO); in HWTEST_F()
161 // SetUsrNavigationMode:AUTO, expect navigationMode_:STACK in SPLIT_WIDTH case after OnModifyDone in HWTEST_F()
162 navigationLayoutProperty->UpdateUsrNavigationMode(NavigationMode::AUTO); in HWTEST_F()
163 pattern->SetNavigationMode(NavigationMode::AUTO); in HWTEST_F()
169 // SetUsrNavigationMode:AUTO, expect navigationMode_:SPILT in SPLIT_WIDTH case after OnModifyDone in HWTEST_F()
170 navigationLayoutProperty->UpdateUsrNavigationMode(NavigationMode::AUTO); in HWTEST_F()
171 pattern->SetNavigationMode(NavigationMode::AUTO); in HWTEST_F()
211 pattern->SetNavigationMode(NavigationMode::AUTO); in HWTEST_F()
220 pattern->SetNavigationMode(NavigationMode::AUTO); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_utils.h24 AUTO, member in OHOS::Ace::PlaybackMode
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_test_ng.cpp71 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, 0.f)); in HWTEST_F()
93 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, 0)); in HWTEST_F()
115 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, ITEM_HEIGHT)); in HWTEST_F()
137 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, ITEM_HEIGHT * 6)); in HWTEST_F()
166 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, 0)); in HWTEST_F()
192 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, ITEM_HEIGHT * 6)); in HWTEST_F()
214 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, 0)); in HWTEST_F()
259 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, ITEM_HEIGHT + ROW_GAP * 4)); in HWTEST_F()
286 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, ITEM_HEIGHT * 2 + ROW_GAP * 5)); in HWTEST_F()
322 EXPECT_TRUE(ScrollToIndex(index, false, ScrollAlign::AUTO, ITEM_HEIGH in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
H A Dstack_layout_algorithm.cpp40 if (layoutDirection == TextDirection::AUTO) { in PerformLayout()
53 align = Alignment::GetAlignment(layoutDirection, rawAlign.GetAlignmentStr(TextDirection::AUTO)); in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp226 if (margin.Left().Unit() == DimensionUnit::AUTO && margin.Right().Unit() == DimensionUnit::AUTO) {
229 } else if (margin.Left().Unit() == DimensionUnit::AUTO) {
232 } else if (margin.Right().Unit() == DimensionUnit::AUTO) {
237 if (margin.Top().Unit() == DimensionUnit::AUTO && margin.Bottom().Unit() == DimensionUnit::AUTO) {
240 } else if (margin.Top().Unit() == DimensionUnit::AUTO) {
243 } else if (margin.Bottom().Unit() == DimensionUnit::AUTO) {
255 if (marginOrigin_.Left().Unit() == DimensionUnit::AUTO || marginOrigin_.Right().Unit() == DimensionUnit::AUTO ||
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_sub_test_ng.cpp203 Dimension offset = Dimension(0.0, DimensionUnit::AUTO); in HWTEST_F()
205 EXPECT_EQ(spanNode->GetBaselineOffset(), Dimension(0.0, DimensionUnit::AUTO)); in HWTEST_F()
338 Dimension offset = Dimension(10.0, DimensionUnit::AUTO); in HWTEST_F()
340 EXPECT_EQ(spanNode->GetBaselineOffset(), Dimension(10.0, DimensionUnit::AUTO)); in HWTEST_F()
473 Dimension offset = Dimension(-10.0, DimensionUnit::AUTO); in HWTEST_F()
475 EXPECT_EQ(spanNode->GetBaselineOffset(), Dimension(-10.0, DimensionUnit::AUTO)); in HWTEST_F()
608 Dimension offset = Dimension(10000.0, DimensionUnit::AUTO); in HWTEST_F()
610 EXPECT_EQ(spanNode->GetBaselineOffset(), Dimension(10000.0, DimensionUnit::AUTO)); in HWTEST_F()
663 offset = Dimension(10.0, DimensionUnit::AUTO); in HWTEST_F()
665 EXPECT_EQ(spanNode->GetBaselineOffset(), Dimension(10.0, DimensionUnit::AUTO)); in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Ddisc_manager_test.cpp380 .medium = AUTO,
420 * @tc.desc: Test inner module active publish, use Diff Freq Under the AUTO of MODULE_LNN.
421 * Test inner module active publish, use Diff Freq Under the AUTO of MODULE_CONN.
459 info->medium = (ExchangeMedium)(AUTO - 1); in DiscPublishTestAbstract002()
479 * Test inner module active publish, use wrong Medium and Freq Under the AUTO of MODULE_LNN.
490 discPublishTestAbstractInfo002.medium = AUTO; in HWTEST_F()
618 info->medium = (ExchangeMedium)(AUTO - 1); in DiscStartScanTestAbstract001()
637 * Test passive discover,use wrong Medium and Freq Under the AUTO of MODULE_LNN.
646 discStartScanTestAbstractInfo001.medium = AUTO; in HWTEST_F()
761 info->medium = (ExchangeMedium)(AUTO in DiscStartAdvertiseTestAbstract001()
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h27 AUTO = -1, member in OHOS::AppExecFwk::ModuleColorMode
104 ModuleColorMode colorMode = ModuleColorMode::AUTO;
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.h29 AUTO, member in OHOS::Ace::SideStatus
180 SideStatus sideStatus_ = SideStatus::AUTO;
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h37 AUTO, member in OHOS::Ace::FlashType
196 FlashType flash_ = FlashType::AUTO;
/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.h30 AUTO, enumerator
98 ImageScaleMode mode_ = ImageScaleMode::AUTO;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_const.cpp69 {OHOS_CAMERA_VIDEO_STABILIZATION_AUTO, AUTO}
86 {AUTO, OHOS_CAMERA_VIDEO_STABILIZATION_AUTO}
/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Drender_scroll_bar.cpp146 if (displayMode_ == DisplayMode::AUTO && disappearAnimator_) { in HandleDragFinish()
163 case DisplayMode::AUTO: in InitOpacity()
194 if (displayMode_ != DisplayMode::AUTO) { in InitAnimator()
H A Dscroll_bar_component.h38 ACE_DEFINE_COMPONENT_PROP(DisplayMode, DisplayMode, DisplayMode::AUTO);
/foundation/multimedia/image_effect/test/unittest/utils/
H A Dtest_pixel_map_utils.cpp34 options.desiredDynamicRange = DecodeDynamicRange::AUTO; in ParsePixelMapByPath()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/dfx/
H A Dmultistages_capture_dfx_trigger_ratio.h29 AUTO, member in OHOS::Media::MultiStagesCaptureTriggerType
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_layout_range_solver_test.cpp486 pattern_->ScrollToIndex(22, false, ScrollAlign::AUTO, itemHeight); in HWTEST_F()
492 pattern_->ScrollToIndex(88, false, ScrollAlign::AUTO, itemHeight); in HWTEST_F()
535 EXPECT_FLOAT_EQ(info.GetAnimatePosIrregular(23, GRID_HEIGHT, ScrollAlign::AUTO, 20.0f), 11350.0f); in HWTEST_F()
564 pattern_->ScrollToIndex(22, true, ScrollAlign::AUTO); in HWTEST_F()
566 EXPECT_TRUE(pattern_->AnimateToTargetImpl(ScrollAlign::AUTO, nullptr)); in HWTEST_F()
567 const float offset = info.GetAnimatePosIrregular(22, GRID_HEIGHT, ScrollAlign::AUTO, 20.0f); in HWTEST_F()
573 pattern_->ScrollToIndex(22, true, ScrollAlign::AUTO); in HWTEST_F()
575 EXPECT_EQ(info.GetAnimatePosIrregular(22, GRID_HEIGHT, ScrollAlign::AUTO, 20.0f), -1.0f); in HWTEST_F()
577 EXPECT_FALSE(pattern_->AnimateToTargetImpl(ScrollAlign::AUTO, nullptr)); in HWTEST_F()

Completed in 24 milliseconds

12345678910>>...14