Home
last modified time | relevance | path

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

/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_layout_compiler.cc149 BuildTryCreateView(/*dest=*/view, /*parent=*/GetCurrentView(), classname_tmp_); in StartView()
175 generate_layout_params_.id, layout_params, GetCurrentView(), attrs_)); in StartView()
184 method_->BuildReturn(GetCurrentView(), /*is_object=*/true); in FinishView()
188 add_view_.id, /*dest=*/{}, GetParentView(), GetCurrentView(), GetCurrentLayoutParams())); in FinishView()
197 Value DexViewBuilder::GetCurrentView() const { return view_stack_.back().view; } in GetCurrentView() function in startop::DexViewBuilder
H A Ddex_layout_compiler.h83 dex::Value GetCurrentView() const;