Searched refs:GetCurrentView (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/startop/view_compiler/ |
D | dex_layout_compiler.cc | 147 try_create_view_.id, view, inflater_, GetCurrentView(), classname_tmp_, context_, attrs_)); in StartView() 177 generate_layout_params_.id, layout_params, GetCurrentView(), attrs_)); in StartView() 186 method_->BuildReturn(GetCurrentView(), /*is_object=*/true); in FinishView() 190 add_view_.id, /*dest=*/{}, GetParentView(), GetCurrentView(), GetCurrentLayoutParams())); in FinishView() 207 dex::Value DexViewBuilder::GetCurrentView() const { return view_stack_.back().view; } in GetCurrentView() function in startop::DexViewBuilder
|
D | dex_layout_compiler.h | 84 dex::Value GetCurrentView() const;
|