Home
last modified time | relevance | path

Searched refs:tempView (Results 1 - 2 of 2) sorted by relevance

/applications/sample/camera/setting/setting/src/main/cpp/
H A Dsetting_utils.cpp25 UIView *tempView = view; in DeleteChildren() local
27 if (tempView->IsViewGroup()) { in DeleteChildren()
28 DeleteChildren(static_cast<UIViewGroup *>(tempView)->GetChildrenHead()); in DeleteChildren()
30 if (tempView->GetParent()) { in DeleteChildren()
31 static_cast<UIViewGroup *>(tempView->GetParent())->Remove(tempView); in DeleteChildren()
33 delete tempView; in DeleteChildren()
34 tempView = nullptr; in DeleteChildren()
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dnative_base.h32 UIView *tempView = view; in DeleteChildren() local
34 if (tempView->IsViewGroup()) { in DeleteChildren()
35 DeleteChildren(static_cast<UIViewGroup *>(tempView)->GetChildrenHead()); in DeleteChildren()
37 if (tempView->GetParent()) { in DeleteChildren()
38 static_cast<UIViewGroup *>(tempView->GetParent())->Remove(tempView); in DeleteChildren()
40 delete tempView; in DeleteChildren()

Completed in 2 milliseconds