public
static
interface
WatchViewStub.OnLayoutInflatedListener
android.support.wearable.view.WatchViewStub.OnLayoutInflatedListener |
Listener for detecting when internal layout inflation has completed.
If you need to perform a series of findViewById
calls to locate inflated views you should do so here.
Listeners may be called more than once if the window insets configuration changes.
Public methods | |
---|---|
abstract
void
|
onLayoutInflated(WatchViewStub stub)
|