No examples for this method.
Frequently called with: [Clear]
-1
| android.view.ViewStub.OnInflateListener |
Listener used to receive a notification after a ViewStub has successfully inflated its layout resource.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Invoked after a ViewStub successfully inflated its layout resource.
|
|||||||||
Invoked after a ViewStub successfully inflated its layout resource. This method is invoked after the inflated view was added to the hierarchy but before the layout pass.
| stub | The ViewStub that initiated the inflation. |
|---|---|
| inflated | The inflated View. |