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!