Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.cc56 try_create_view_{method->dex_file()->GetOrDeclareMethod(
143 try_create_view_.id, view, inflater_, null, classname_tmp_, context_, attrs_)); in StartView()
147 try_create_view_.id, view, inflater_, GetCurrentView(), classname_tmp_, context_, attrs_)); in StartView()
Ddex_layout_compiler.h100 const dex::MethodDeclData try_create_view_; variable