Home
last modified time | relevance | path

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

/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_layout_compiler.h59 builder_->StartView(view.name, !view.children.empty()); in GenerateCode()
77 void StartView(const std::string& name, bool is_viewgroup);
H A Djava_lang_builder.h38 void StartView(const std::string& class_name, bool is_viewgroup);
H A Djava_lang_builder.cc70 void JavaLangViewBuilder::StartView(const string& class_name, bool /*is_viewgroup*/) { in StartView() function in JavaLangViewBuilder
H A Ddex_layout_compiler.cc134 void DexViewBuilder::StartView(const std::string& name, bool is_viewgroup) { in StartView() function in startop::DexViewBuilder