Most visited

Recently visited

Added in API level 1

LayoutInflater.Filter

public static interface LayoutInflater.Filter

android.view.LayoutInflater.Filter
Known Indirect Subclasses


挂钩以允许LayoutInflater的客户端限制允许被夸大的视图集合。

Summary

Public methods

abstract boolean onLoadClass(Class clazz)

挂钩以允许LayoutInflater的客户端限制允许被夸大的视图集合。

Public methods

onLoadClass

Added in API level 1
boolean onLoadClass (Class clazz)

挂钩以允许LayoutInflater的客户端限制允许被夸大的视图集合。

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

Hooray!