Android APIs
public class

LayoutInflaterCompat

extends Object
java.lang.Object
   ↳ android.support.v4.view.LayoutInflaterCompat

Class Overview

Helper for accessing features in LayoutInflater introduced after API level 4 in a backwards compatible fashion.

Summary

Public Methods
static void setFactory(LayoutInflater inflater, LayoutInflaterFactory factory)
Attach a custom Factory interface for creating views while using this LayoutInflater.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static void setFactory (LayoutInflater inflater, LayoutInflaterFactory factory)

Attach a custom Factory interface for creating views while using this LayoutInflater. This must not be null, and can only be set once; after setting, you can not change the factory.