Searched defs:AmbientMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/wear/src/main/java/androidx/wear/ambient/
H A DAmbientMode.java45 * An example of how to attach {@link AmbientMode} to your {@link Activity} and use
49 * AmbientMode.AmbientController controller = AmbientMode.attachAmbientSupport(this);
55 public final class AmbientMode extends Fragment { class in inherits:Fragment
56 private static final String TAG = "AmbientMode";
79 * Fragment tag used by default when adding {@link AmbientMode} to add ambient support to an
82 public static final String FRAGMENT_TAG = "android.support.wearable.ambient.AmbientMode";
87 * to bind the {@link AmbientMode} to the instantiation of this interface.
90 * return new AmbientMode.AmbientCallback() {
105 * Callback to receive ambient mode state changes. It must be used by all users of AmbientMode
163 public AmbientMode() { method in class:AmbientMode
[all...]

Completed in 67 milliseconds