| java.lang.Object | ||
| ↳ | de.robv.android.xposed.callbacks.XCallback | |
| ↳ | de.robv.android.xposed.callbacks.XC_LayoutInflated | |
Callback for hooking layouts. Such callbacks can be passed to XResources.hookLayout(int, XC_LayoutInflated)
and its variants.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| XC_LayoutInflated.LayoutInflatedParam | Wraps information about the inflated layout. | ||||||||||
| XC_LayoutInflated.Unhook | An object with which the callback can be removed. | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
de.robv.android.xposed.callbacks.XCallback
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
de.robv.android.xposed.callbacks.XCallback
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new callback with default priority.
| |||||||||||
Creates a new callback with a specific priority.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is called when the hooked layout has been inflated.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Creates a new callback with default priority.
Creates a new callback with a specific priority.
| priority | See XCallback.priority.
|
|---|
This method is called when the hooked layout has been inflated.
| liparam | Information about the layout and the inflated view. |
|---|
| Throwable | Everything the callback throws is caught and logged. |
|---|