public static final class

XC_LayoutInflated.LayoutInflatedParam

extends XCallback.Param
java.lang.Object
   ↳ de.robv.android.xposed.callbacks.XCallback.Param
     ↳ de.robv.android.xposed.callbacks.XC_LayoutInflated.LayoutInflatedParam

Class Overview

Wraps information about the inflated layout.

Summary

Fields
public XResources res Resources containing the layout.
public XResources.ResourceNames resNames Container with the ID and name of the underlying resource.
public String variant Directory from which the layout was actually loaded (e.g.
public View view The view that has been created from the layout.
[Expand]
Inherited Methods
From class de.robv.android.xposed.callbacks.XCallback.Param
From class java.lang.Object

Fields

public XResources res

Resources containing the layout.

public XResources.ResourceNames resNames

Container with the ID and name of the underlying resource.

public String variant

Directory from which the layout was actually loaded (e.g. "layout-sw600dp").

public View view

The view that has been created from the layout.