Home
last modified time | relevance | path

Searched refs:DexViewBuilder (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.cc45 DexViewBuilder::DexViewBuilder(dex::MethodBuilder* method) in DexViewBuilder() function in startop::DexViewBuilder
76 void DexViewBuilder::Start() { in Start()
116 void DexViewBuilder::Finish() {} in Finish()
129 void DexViewBuilder::StartView(const std::string& name, bool is_viewgroup) { in StartView()
184 void DexViewBuilder::FinishView() { in FinishView()
197 dex::Value DexViewBuilder::AcquireRegister() { in AcquireRegister()
205 void DexViewBuilder::ReleaseRegister() { top_register_--; } in ReleaseRegister()
207 dex::Value DexViewBuilder::GetCurrentView() const { return view_stack_.back().view; } in GetCurrentView()
208 dex::Value DexViewBuilder::GetCurrentLayoutParams() const { in GetCurrentLayoutParams()
211 dex::Value DexViewBuilder::GetParentView() const { in GetParentView()
[all …]
Ddex_layout_compiler.h71 class DexViewBuilder {
73 DexViewBuilder(dex::MethodBuilder* method);
Dmain.cc158 startop::DexViewBuilder builder{&method}; in main()
Dapk_layout_compiler.cc131 DexViewBuilder builder(&methods.back()); in CompileApkAssetsLayouts()