Searched refs:newView (Results 1 – 7 of 7) sorted by relevance
63 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 …]
448 UIView* newView = recycle_.GetView(index); in MoveChildStepVertical() local449 if (newView == nullptr) { in MoveChildStepVertical()452 PushFront(newView); in MoveChildStepVertical()461 UIView* newView = recycle_.GetView(GetIndexInc(bottomIndex_)); in MoveChildStepVertical() local462 if (newView == nullptr) { in MoveChildStepVertical()465 PushBack(newView); in MoveChildStepVertical()486 UIView* newView = recycle_.GetView(index); in MoveChildStepHorizontal() local487 if (newView == nullptr) { in MoveChildStepHorizontal()490 PushFront(newView); in MoveChildStepHorizontal()500 if (newView == nullptr) { in MoveChildStepHorizontal()[all …]
223 UIView *newView = ComponentUtils::GetViewFromBindingObject(element); in GetView() local224 if (newView == nullptr) { in GetView()231 InsertItem(element, newView); in GetView()233 return newView; in GetView()
28 static create(newView: NativeViewFullUpdate): void;
28 static create(newView: NativeViewPartialUpdate): void;
33 static create(newView: View): void {
18 static create(newView: ViewPU): void {