WatchViewStub.OnLayoutInflatedListener

public static interface WatchViewStub.OnLayoutInflatedListener

android.support.wearable.view.WatchViewStub.OnLayoutInflatedListener


This interface is deprecated.
starting with API 23 the sdk supports "round" and "notround" configuration qualifiers which are preferred. For more information about configuration qualifiers, see https://developer.android.com/guide/topics/resources/providing-resources.html

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

onLayoutInflated

public abstract void onLayoutInflated (WatchViewStub stub)

Parameters
stub WatchViewStub