Home
last modified time | relevance | path

Searched refs:newView (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dtext_adapter.cpp63 if (newView == nullptr) { in GetView()
69 newView->SetWidth(width_); in GetView()
72 newView->SetHeight(height_); in GetView()
74 newView->SetViewIndex(index); in GetView()
76 newView->GetHeight(); in GetView()
81 return newView; in GetView()
107 if (newView != nullptr) { in GetDynamicText()
116 return newView; in GetDynamicText()
125 if (newView != nullptr) { in GetIntegerText()
146 newView->SetText(buf); in GetIntegerText()
[all …]
H A Dui_list.cpp448 UIView* newView = recycle_.GetView(index); in MoveChildStepVertical() local
449 if (newView == nullptr) { in MoveChildStepVertical()
452 PushFront(newView); in MoveChildStepVertical()
461 UIView* newView = recycle_.GetView(GetIndexInc(bottomIndex_)); in MoveChildStepVertical() local
462 if (newView == nullptr) { in MoveChildStepVertical()
465 PushBack(newView); in MoveChildStepVertical()
486 UIView* newView = recycle_.GetView(index); in MoveChildStepHorizontal() local
487 if (newView == nullptr) { in MoveChildStepHorizontal()
490 PushFront(newView); in MoveChildStepHorizontal()
500 if (newView == nullptr) { in MoveChildStepHorizontal()
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_adapter.cpp223 UIView *newView = ComponentUtils::GetViewFromBindingObject(element); in GetView() local
224 if (newView == nullptr) { in GetView()
231 InsertItem(element, newView); in GetView()
233 return newView; in GetView()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/
H A Dfu_view_native.d.ts28 static create(newView: NativeViewFullUpdate): void;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/puv2_common/
H A Dpuv2_view_native_base.d.ts28 static create(newView: NativeViewPartialUpdate): void;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/full_update/
H A Dfu_view_native_mock.ts33 static create(newView: View): void {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/mock/partial_update/
H A Dpu_view_native_mock.ts18 static create(newView: ViewPU): void {