android.view
public
static
interface
android.view.LayoutInflater.Filter
android.view.LayoutInflater.Filter |
|
Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed
to be inflated.
Known Indirect Subclasses
RemoteViews |
A class that describes a view hierarchy that can be displayed in
another process. |
Summary
Details
Public Methods
public
boolean
onLoadClass(Class clazz)
Hook to allow clients of the LayoutInflater to restrict the set of Views
that are allowed to be inflated.
Parameters
clazz
| The class object for the View that is about to be inflated |
Returns
- True if this class is allowed to be inflated, or false otherwise