/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | render_sliding_panel.cpp | 92 mode_ = slidingPanel->GetMode() == PanelMode::AUTO ? PanelMode::FULL : slidingPanel->GetMode(); in Update() 183 defaultBlankHeights_[PanelMode::FULL] = in InitializeLayoutProps() 187 fullHalfBoundary_ = defaultBlankHeights_[PanelMode::FULL] + in InitializeLayoutProps() 189 defaultBlankHeights_[PanelMode::FULL]) / 2.0; // 2.0: half of height in InitializeLayoutProps() 193 fullMiniBoundary_ = defaultBlankHeights_[PanelMode::FULL] + in InitializeLayoutProps() 195 defaultBlankHeights_[PanelMode::FULL]) / 2.0; // 2.0: half of height in InitializeLayoutProps() 210 defaultBlankHeights_[PanelMode::FULL] = std::clamp(defaultBlankHeights_[PanelMode::FULL], minBlank, maxBlank); in CheckHeightValidity() 228 panel->mode_ = panel->type_ == PanelType::MINI_BAR ? PanelMode::FULL : PanelMode::HALF; in SetDragBarCallBack() 229 } else if (panel->mode_ == PanelMode::FULL) { in SetDragBarCallBack() [all...] |
H A D | sliding_events.cpp | 28 if (mode_ == PanelMode::FULL) { in ToJSONString()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test2.cpp | 74 FoldDisplayMode::FULL, in HWTEST_F() 81 pair<FoldDisplayMode, std::string>(FoldDisplayMode::FULL, "1.2"), in HWTEST_F() 88 pair<FoldDisplayMode, std::string>(FoldDisplayMode::FULL, "3.0"), in HWTEST_F() 121 FoldDisplayMode::FULL, in HWTEST_F() 126 pair<FoldDisplayMode, std::string>(FoldDisplayMode::FULL, "2.0"), in HWTEST_F()
|
H A D | single_display_pocket_fold_policy_test.cpp | 79 displayMode = FoldDisplayMode::FULL; in HWTEST_F() 172 policy.currentDisplayMode_ = FoldDisplayMode::FULL; in HWTEST_F() 204 policy.currentDisplayMode_ = FoldDisplayMode::FULL; in HWTEST_F() 231 EXPECT_EQ(FoldDisplayMode::FULL, displayMode); in HWTEST_F() 239 EXPECT_EQ(FoldDisplayMode::FULL, displayMode); in HWTEST_F() 261 displayMode = FoldDisplayMode::FULL; in HWTEST_F() 441 displayMode = FoldDisplayMode::FULL; in HWTEST_F() 499 EXPECT_EQ(policy.currentDisplayMode_, FoldDisplayMode::FULL); in HWTEST_F() 500 EXPECT_EQ(policy.lastDisplayMode_, FoldDisplayMode::FULL); in HWTEST_F()
|
H A D | single_display_fold_policy_test.cpp | 74 displayMode = FoldDisplayMode::FULL; in HWTEST_F() 167 policy.currentDisplayMode_ = FoldDisplayMode::FULL; in HWTEST_F() 199 policy.currentDisplayMode_ = FoldDisplayMode::FULL; in HWTEST_F() 226 EXPECT_EQ(FoldDisplayMode::FULL, displayMode); in HWTEST_F() 234 EXPECT_EQ(FoldDisplayMode::FULL, displayMode); in HWTEST_F() 256 displayMode = FoldDisplayMode::FULL; in HWTEST_F() 438 displayMode = FoldDisplayMode::FULL; in HWTEST_F()
|
/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_attribute.cpp | 32 if (value_ & ASTAttr::FULL) {
in ToString() 68 case SystemLevel::FULL:
in Match() 69 return HasValue(ASTAttr::FULL);
in Match()
|
H A D | ast_union_type.h | 51 return attr_ != nullptr ? attr_->HasValue(ASTAttr::FULL) : false;
in IsFull()
|
H A D | ast_attribute.h | 29 static constexpr Attribute FULL = 0x1U << 2;
member in OHOS::Idl::ASTAttr
|
H A D | ast_struct_type.h | 51 return attr_ != nullptr ? attr_->HasValue(ASTAttr::FULL) : false;
in IsFull()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | base_animation_bridge.cpp | 25 constexpr Dimension FULL = 1.0_pct; member 122 { DOM_TRANSFORM_ORIGIN_CENTER_BOTTOM, { HALF, FULL } }, in HandleTransformOrigin() 125 { DOM_TRANSFORM_ORIGIN_LEFT_BOTTOM, { ZERO, FULL } }, in HandleTransformOrigin() 128 { DOM_TRANSFORM_ORIGIN_RIGHT_BOTTOM, { FULL, FULL } }, in HandleTransformOrigin() 129 { DOM_TRANSFORM_ORIGIN_RIGHT_CENTER, { FULL, HALF } }, in HandleTransformOrigin() 130 { DOM_TRANSFORM_ORIGIN_RIGHT_TOP, { FULL, ZERO } }, in HandleTransformOrigin()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_pattern.cpp | 172 ? PanelMode::FULL in Update() 180 ? PanelMode::FULL in Update() 224 defaultBlankHeights_[PanelMode::FULL] = maxSize.Height() - fullHeight; in InitializeLayoutProps() 230 fullHalfBoundary_ = defaultBlankHeights_[PanelMode::FULL] + in InitializeLayoutProps() 231 (defaultBlankHeights_[PanelMode::HALF] - defaultBlankHeights_[PanelMode::FULL]) / 2.0; in InitializeLayoutProps() 234 fullMiniBoundary_ = defaultBlankHeights_[PanelMode::FULL] + in InitializeLayoutProps() 235 (defaultBlankHeights_[PanelMode::MINI] - defaultBlankHeights_[PanelMode::FULL]) / 2.0; in InitializeLayoutProps() 331 case PanelMode::FULL: in HeightDynamicUpdate() 332 if (!NearEqual(currentOffset_, defaultBlankHeights_[PanelMode::FULL])) { in HeightDynamicUpdate() 333 AnimateTo(defaultBlankHeights_[PanelMode::FULL], PanelMod in HeightDynamicUpdate() [all...] |
H A D | drag_bar_paint_method.cpp | 57 auto panelMode = panelMode_ == PanelMode::FULL ? PanelMode::FULL in Paint() 77 : panelMode == PanelMode::FULL ? -2 * scaleRatio in Paint()
|
H A D | sliding_panel_event_hub.h | 74 } else if (mode == PanelMode::FULL) { in FireSizeChangeEvent()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | font_types.h | 33 FULL, member in OHOS::Rosen::Drawing::FontHinting
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/ |
H A D | multistages_capture_manager.cpp | 60 if (photoId.empty() || photoQuality == static_cast<int32_t>(MultiStagesPhotoQuality::FULL)) {
in RemovePhotos() 103 if (photoId.empty() || photoQuality == static_cast<int32_t>(MultiStagesPhotoQuality::FULL)) {
in RestorePhotos()
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | common.h | 37 FULL,
member in OHOS::Idl::SystemLevel
|
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | drag_bar_component.h | 53 PanelMode mode_ = PanelMode::FULL;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_layout_property.h | 60 case NavigationTitleMode::FULL: in GetTitleModeString()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_font.h | 41 FULL,
|
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
H A D | fold_display_mode_observer.cpp | 37 // FULL SUB MAIN report enter the device mode, other display mode quit the current device mode in OnDisplayModeChanged() 39 if (diplayMode == FoldDisplayMode::FULL) { in OnDisplayModeChanged()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/ |
H A D | fold_screen_state_machine.h | 34 FULL
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/ |
H A D | memory_pressure_observer.h | 46 FULL,
enumerator
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/ |
H A D | single_display_pocket_fold_policy.cpp | 131 case FoldDisplayMode::FULL: { in ChangeScreenDisplayModeProc() 159 displayMode == FoldDisplayMode::FULL)) { in SendSensorResult() 212 displayMode = FoldDisplayMode::FULL; in GetModeMatchStatus() 220 displayMode = FoldDisplayMode::FULL; in GetModeMatchStatus()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_panel.cpp | 91 { "full", PanelMode::FULL }, in SetSpecializedAttr() 95 panel.mode_ = ConvertStrToEnum(val.c_str(), modeTable, ArraySize(modeTable), PanelMode::FULL); in SetSpecializedAttr()
|
/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | token.h | 61 FULL, // "full"
member in OHOS::Idl::TokenType
|