public static interface

WatchViewStub.OnLayoutInflatedListener

Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.

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)