public static interface

WatchViewStub.OnLayoutInflatedListener

android.support.wearable.view.WatchViewStub.OnLayoutInflatedListener

Class Overview

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.

Summary

Public Methods
abstract void onLayoutInflated(WatchViewStub stub)

Public Methods

public abstract void onLayoutInflated (WatchViewStub stub)