android.support.wearable.view
Interface WatchViewStub.OnLayoutInflatedListener

Enclosing class:
WatchViewStub

public static interface 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.


Method Summary
 void onLayoutInflated(WatchViewStub stub)
           
 

Method Detail

onLayoutInflated

void onLayoutInflated(WatchViewStub stub)