Home
last modified time | relevance | path

Searched refs:GetParentView (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_layout_compiler.cc188 add_view_.id, /*dest=*/{}, GetParentView(), GetCurrentView(), GetCurrentLayoutParams())); in FinishView()
201 Value DexViewBuilder::GetParentView() const { return view_stack_[view_stack_.size() - 2].view; } in GetParentView() function in startop::DexViewBuilder
H A Ddex_layout_compiler.h85 dex::Value GetParentView() const;