Skip navigation links
A C I O V 

A

app.cash.inject.inflation - package app.cash.inject.inflation
 

C

create(Context, AttributeSet) - Method in interface app.cash.inject.inflation.ViewFactory
 

I

Inflated - Annotation Type in app.cash.inject.inflation
Denotes the Context and/or AttributeSet parameters of an @InflationInject-annotated view constructor which are fulfilled by the layout inflater rather than the dependency graph.
InflationInject - Annotation Type in app.cash.inject.inflation
Denotes a view constructor which will be used for inflation.
InflationInjectFactory - Class in app.cash.inject.inflation
A factory for LayoutInflater which can create @InflationInject-annotated views.
InflationInjectFactory(Map<String, ViewFactory>) - Constructor for class app.cash.inject.inflation.InflationInjectFactory
 
InflationInjectFactory(Map<String, ViewFactory>, LayoutInflater.Factory) - Constructor for class app.cash.inject.inflation.InflationInjectFactory
 
InflationInjectFactory(Map<String, ViewFactory>, LayoutInflater.Factory2) - Constructor for class app.cash.inject.inflation.InflationInjectFactory
 
InflationModule - Annotation Type in app.cash.inject.inflation
Mark a Dagger @Module which will have a peer module generated with bindings for all of the @InflationInject-annotated types in this compilation unit.

O

onCreateView(String, Context, AttributeSet) - Method in class app.cash.inject.inflation.InflationInjectFactory
 
onCreateView(View, String, Context, AttributeSet) - Method in class app.cash.inject.inflation.InflationInjectFactory
 

V

ViewFactory - Interface in app.cash.inject.inflation
An interface for abstracting the two-argument View constructor that is used during XML-based layout inflation.
A C I O V 
Skip navigation links