| java.lang.Object | |
| ↳ | android.support.v4.view.LayoutInflaterCompat |
Helper for accessing features in LayoutInflater
introduced after API level 4 in a backwards compatible fashion.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Attach a custom Factory interface for creating views while using
this LayoutInflater.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Attach a custom Factory interface for creating views while using this LayoutInflater. This must not be null, and can only be set once; after setting, you can not change the factory.