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