ALayoutInflater
Complete API reference for ALayoutInflater, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Android Views
Component: no
public class ALayoutInflater
Static Methods
| Signature | Returns | Description |
|---|---|---|
inflate(String) | View | Performs the inflate operation using the provided parameters (inProjectPath). |
inflate(java.io.File) | Object | Returns the result of inflate. |
inflate(Resources.File) | View | Performs the inflate operation using the provided parameters (file). |
inflateXML(String) | View | Performs the inflateXML operation using the provided parameters (xml). |