public static interface LayoutInflater.Filter
Modifier and Type | Method and Description |
---|---|
boolean |
onLoadClass(Class clazz)
Hook to allow clients of the LayoutInflater to restrict the set of Views
that are allowed to be inflated.
|
boolean onLoadClass(Class clazz)
clazz
- The class object for the View that is about to be inflated