Home
last modified time | relevance | path

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

/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_layout_compiler.cc35 const TypeDescriptor kContext = TypeDescriptor::FromClassname("android.content.Context"); variable
57 Prototype{kView, kView, kString, kContext, kAttributeSet})},
71 kLayoutInflater, "from", Prototype{kLayoutInflater, kContext}); in BuildGetLayoutInflater()
78 method_->dex_file()->GetOrDeclareMethod(kContext, "getResources", Prototype{kResources}); in BuildGetResources()
159 Prototype{TypeDescriptor::Void(), kContext, kAttributeSet}, in StartView()