Home
last modified time | relevance | path

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

/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_layout_compiler.cc128 void DexViewBuilder::BuildTryCreateView(Value dest, Value parent, Value classname) { in BuildTryCreateView() function in startop::DexViewBuilder
147 BuildTryCreateView(/*dest=*/view, /*parent=*/null, classname_tmp_); in StartView()
149 BuildTryCreateView(/*dest=*/view, /*parent=*/GetCurrentView(), classname_tmp_); in StartView()
H A Ddex_layout_compiler.h94 void BuildTryCreateView(dex::Value dest, dex::Value parent, dex::Value classname);