Your watch face can respond to a single-tap gesture from the user, as long as
+there’s not another UI element that also responds to that gesture. Some possible use cases for
+interacting with the watch face include:
+
+
+
Causing an aesthetic change on the watch face, for example inverting
+ the color scheme.
+
Showing more information inline on the watch face, for example displaying a
+ detailed step count.
+
Completing an action inline or in the background, for example starting a
+ timer.
+
Launching a specific activity, for example a starting a conversation in a
+ messaging application.
+
+
+
Available gestures
+
Only single taps are available. This restriction is important for maintaining clear and
+consistent system interactions, and for making watch face interactions as simple as
+possible: Neither you nor the user should think of watch faces as full-fledged apps. Figure 1
+summarizes the categories of gestures, and their uses.
+
+
+
+ Figure 1. Available, reserved, and blocked gestures.
+
+
+As a rule, watch-face interaction should be lightweight, with the user completing their desired
+action within one or two touches.
+
+
Tap targets
+
+
If you want to cause a simple state change on the watch face, such as a purely aesthetic
+change, you can use the entire canvas of the watch face as the tap target.
+
+
For a more significant change or action, such as launching an activity or sending a message to a
+friend, it’s important to keep targets smaller, between 48-90 dpi, to avoid false-positive taps.
+There should be a gap between targets of at least 8-16 dpi. For an optimized tappable experience,
+display a maximum of 7 to 9 targets at once.
+
+
Tap regions
+
+
You can also use different regions of the screen to trigger different changes to the watch face.
+For example, tapping on the entire canvas could toggle states for the entire face. Tapping a specific target
+could produce an inline display of information related to the target. Last, tapping outside the
+target could restore the watch face to its default state.
+
+
+
+
+
+
+
Visual feedback
+
+
Provide visual feedback when the user’s finger touches down on the watch face. The tap
+event does not trigger until the user lifts their finger, but visual feedback on touchdown helps
+indicate that the system has received the touch, and also helps the user know where the touch
+landed.
+
+
Warning: Do not immediately launch a UI on touchdown. A UI that
+you launch on touchdown conflicts with gestures for interacting with system UI elements including
+the watch face picker, notification stream, settings shade, and app launcher.
+
+
Design examples
+
+Here are some examples of approaches for interactive watch faces:
+
+
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1322,6 +1323,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.animator.html b/docs/html/reference/android/support/wearable/R.animator.html
index 9fa64459f7f4..7ab63f2926b1 100644
--- a/docs/html/reference/android/support/wearable/R.animator.html
+++ b/docs/html/reference/android/support/wearable/R.animator.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1134,6 +1135,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.attr.html b/docs/html/reference/android/support/wearable/R.attr.html
index 1f043a2567f3..099c9814a878 100644
--- a/docs/html/reference/android/support/wearable/R.attr.html
+++ b/docs/html/reference/android/support/wearable/R.attr.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -696,6 +697,23 @@ Summary:
public
static
+ int
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
-or to a theme attribute in the form "?[package:][type:]name".
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
@@ -1263,9 +1330,9 @@ or to a theme attribute in the form "?[package:][type:]na
static
int
May be a reference to another resource, in the form "@[+][package:]type:name"
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
@@ -1605,6 +1672,41 @@ From class
+
+
+
+
+
+ public
+ static
+
+ int
+
+ buttonRippleColor
+
+
+
+
+
+
+
+
+
+
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
+
+
+
+
+
+
+
@@ -1921,6 +2023,41 @@ containing a value of this type.
+
+
+
+
+
+ public
+ static
+
+ int
+
+ color_sequence
+
+
+
+
+
+
+
+
+
+
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
+
+
+
+
+
+
+
@@ -2457,6 +2594,122 @@ containing a value of this type.
+
+
+
+
+
+ public
+ static
+
+ int
+
+ image_circle_percentage
+
+
+
+
+
+
+
+
+
+
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ public
+ static
+
+ int
+
+ image_horizontal_offcenter_percentage
+
+
+
+
+
+
+
+
+
+
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ public
+ static
+
+ int
+
+ image_tint
+
+
+
+
+
+
+
+
+
+
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
+
+
+
+
+
+
+
@@ -2903,7 +3156,7 @@ containing a value of this type.
-
+
@@ -2913,7 +3166,7 @@ containing a value of this type.
int
- pressedTranslationZ
+ pressedButtonTranslationZ
@@ -2975,41 +3228,6 @@ or to a theme attribute in the form "?[package:][type:]na
-
-
-
-
-
- public
- static
-
- int
-
- rippleColor
-
-
-
-
-
-
-
-
-
-
-
-
-
May be a reference to another resource, in the form "@[+][package:]type:name"
-or to a theme attribute in the form "?[package:][type:]name".
-
May be a color value, in the form of "#rgb", "#argb",
-"#rrggbb", or "#aarrggbb".
-
-
-
-
-
-
-
-
@@ -3233,6 +3451,7 @@ containing a value of this type.
+
diff --git a/docs/html/reference/android/support/wearable/R.color.html b/docs/html/reference/android/support/wearable/R.color.html
index cdfd0a8332d5..07b5e0c52bcc 100644
--- a/docs/html/reference/android/support/wearable/R.color.html
+++ b/docs/html/reference/android/support/wearable/R.color.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -2450,6 +2451,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.dimen.html b/docs/html/reference/android/support/wearable/R.dimen.html
index c24ef8d38205..215b2b3f76d2 100644
--- a/docs/html/reference/android/support/wearable/R.dimen.html
+++ b/docs/html/reference/android/support/wearable/R.dimen.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1839,6 +1840,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.drawable.html b/docs/html/reference/android/support/wearable/R.drawable.html
index 167c8abcc20e..c83cd2e8ba0d 100644
--- a/docs/html/reference/android/support/wearable/R.drawable.html
+++ b/docs/html/reference/android/support/wearable/R.drawable.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1557,6 +1558,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.html b/docs/html/reference/android/support/wearable/R.html
index fd87f794b671..714f287affa2 100644
--- a/docs/html/reference/android/support/wearable/R.html
+++ b/docs/html/reference/android/support/wearable/R.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -2262,6 +2263,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.interpolator.html b/docs/html/reference/android/support/wearable/R.interpolator.html
index ae6cac10e217..01391a8c18e0 100644
--- a/docs/html/reference/android/support/wearable/R.interpolator.html
+++ b/docs/html/reference/android/support/wearable/R.interpolator.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1369,6 +1370,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.layout.html b/docs/html/reference/android/support/wearable/R.layout.html
index 7a87cf2b6e0a..4987ba723b9b 100644
--- a/docs/html/reference/android/support/wearable/R.layout.html
+++ b/docs/html/reference/android/support/wearable/R.layout.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1275,6 +1276,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.string.html b/docs/html/reference/android/support/wearable/R.string.html
index 3d13614f7525..c8707ef893f0 100644
--- a/docs/html/reference/android/support/wearable/R.string.html
+++ b/docs/html/reference/android/support/wearable/R.string.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1134,6 +1135,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.style.html b/docs/html/reference/android/support/wearable/R.style.html
index 48837d0b1af4..38ce3084a561 100644
--- a/docs/html/reference/android/support/wearable/R.style.html
+++ b/docs/html/reference/android/support/wearable/R.style.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -2262,6 +2263,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/R.styleable.html b/docs/html/reference/android/support/wearable/R.styleable.html
index d1e4ca3d5a6a..e43e070aedd6 100644
--- a/docs/html/reference/android/support/wearable/R.styleable.html
+++ b/docs/html/reference/android/support/wearable/R.styleable.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -473,6 +473,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
This symbol is the offset where the buttonRippleColor
attribute's value can be found in the ActionPage array.
@@ -1154,9 +1155,9 @@ Summary:
static
int
This symbol is the offset where the pressedButtonTranslationZ
attribute's value can be found in the ActionPage array.
@@ -1389,6 +1390,57 @@ Summary:
public
static
+ int
This symbol is the offset where the imageScaleMode
attribute's value can be found in the ActionPage array.
-
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
-Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
-in (inches), mm (millimeters).
-
This may also be a reference to a resource (in the form
-"@[package:]type:name") or
-theme attribute (in the form
-"?[package:][type:]name")
-containing a value of this type.
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
fit
0
+
center
1
+
@@ -3394,7 +3475,7 @@ containing a value of this type.
-
+
@@ -3404,7 +3485,7 @@ containing a value of this type.
int
- ActionPage_minTextSize
+ ActionPage_maxTextSize
@@ -3417,7 +3498,7 @@ containing a value of this type.
This symbol is the offset where the maxTextSize
attribute's value can be found in the ActionPage array.
@@ -3436,7 +3517,7 @@ containing a value of this type.
-
+
@@ -3446,7 +3527,7 @@ containing a value of this type.
int
- ActionPage_pressedTranslationZ
+ ActionPage_minTextSize
@@ -3459,7 +3540,7 @@ containing a value of this type.
This symbol is the offset where the minTextSize
attribute's value can be found in the ActionPage array.
@@ -3478,7 +3559,7 @@ containing a value of this type.
-
+
@@ -3488,7 +3569,7 @@ containing a value of this type.
int
- ActionPage_rippleColor
+ ActionPage_pressedButtonTranslationZ
@@ -3501,14 +3582,18 @@ containing a value of this type.
May be a reference to another resource, in the form "@[+][package:]type:name"
-or to a theme attribute in the form "?[package:][type:]name".
-
May be a color value, in the form of "#rgb", "#argb",
-"#rrggbb", or "#aarrggbb".
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
@@ -3641,11 +3726,14 @@ or to a theme attribute in the form "?[package:][type:]na
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
+
+
+
+
+
+
+
+
+
+
+
+ public
+ static
+
+ int
+
+ CircledImageView_image_horizontal_offcenter_percentage
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
+
+
+
+
+
+
+
+
+
+
+
+ public
+ static
+
+ int
+
+ CircledImageView_image_tint
+
+
+
+
+
+
+
+
+
+
+
+
+
This symbol is the offset where the image_tint
+ attribute's value can be found in the CircledImageView array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
+
+
+
+
+
+
@@ -4012,13 +4225,13 @@ containing a value of this type.
This symbol is the offset where the imageScaleMode
attribute's value can be found in the CircularButton array.
-
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
-Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
-in (inches), mm (millimeters).
-
This may also be a reference to a resource (in the form
-"@[package:]type:name") or
-theme attribute (in the form
-"?[package:][type:]name")
-containing a value of this type.
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
fit
0
+
center
1
+
@@ -4241,7 +4450,7 @@ containing a value of this type.
-
+
@@ -4251,7 +4460,7 @@ containing a value of this type.
int
- CircularButton_rippleColor
+ CircularButton_pressedButtonTranslationZ
@@ -4264,14 +4473,18 @@ containing a value of this type.
May be a reference to another resource, in the form "@[+][package:]type:name"
-or to a theme attribute in the form "?[package:][type:]name".
-
May be a color value, in the form of "#rgb", "#argb",
-"#rrggbb", or "#aarrggbb".
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
@@ -4952,6 +5165,87 @@ containing a value of this type.
+
+
+
+
+
+ public
+ static
+ final
+ int[]
+
+ ProgressSpinner
+
+
+
+
+
+
+
+
+
+
+
+
+
Attributes that can be used with a ProgressSpinner.
+
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -10110,6 +10110,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/activity/WearableActivity.html b/docs/html/reference/android/support/wearable/activity/WearableActivity.html
index 2698dca89cde..6f70f74102a3 100644
--- a/docs/html/reference/android/support/wearable/activity/WearableActivity.html
+++ b/docs/html/reference/android/support/wearable/activity/WearableActivity.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -716,7 +716,7 @@ Summary:
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -10513,6 +10513,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/activity/package-summary.html b/docs/html/reference/android/support/wearable/activity/package-summary.html
index 4dd01b752962..e3a691a98b0b 100644
--- a/docs/html/reference/android/support/wearable/activity/package-summary.html
+++ b/docs/html/reference/android/support/wearable/activity/package-summary.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -542,7 +542,7 @@ type="text/css">
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1158,6 +1158,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/companion/package-summary.html b/docs/html/reference/android/support/wearable/companion/package-summary.html
index 0447708c9b75..7404dcd22a92 100644
--- a/docs/html/reference/android/support/wearable/companion/package-summary.html
+++ b/docs/html/reference/android/support/wearable/companion/package-summary.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -541,7 +541,7 @@ type="text/css">
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1151,6 +1151,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/input/RemoteInputIntent.html b/docs/html/reference/android/support/wearable/input/RemoteInputIntent.html
index 92d90bc58bf2..34ae2d57ec84 100644
--- a/docs/html/reference/android/support/wearable/input/RemoteInputIntent.html
+++ b/docs/html/reference/android/support/wearable/input/RemoteInputIntent.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -603,7 +603,7 @@ Summary:
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -644,7 +644,7 @@ Summary:
new RemoteInput.Builder(KEY_QUICK_REPLY_TEXT).setLabel("Quick reply").build()
};
Intent intent = new Intent(ACTION_REMOTE_INPUT);
- intent.putExtra(EXTRA_REMOTE_INPUT, remoteInputs);
+ intent.putExtra(EXTRA_REMOTE_INPUTS, remoteInputs);
startActivity(intent);
@@ -1496,6 +1496,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/input/package-summary.html b/docs/html/reference/android/support/wearable/input/package-summary.html
index 2071e28689f9..314838d63550 100644
--- a/docs/html/reference/android/support/wearable/input/package-summary.html
+++ b/docs/html/reference/android/support/wearable/input/package-summary.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -542,7 +542,7 @@ type="text/css">
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1370,6 +1370,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/media/package-summary.html b/docs/html/reference/android/support/wearable/media/package-summary.html
index 3310b5accda1..72dce84c3e3f 100644
--- a/docs/html/reference/android/support/wearable/media/package-summary.html
+++ b/docs/html/reference/android/support/wearable/media/package-summary.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -541,7 +541,7 @@ type="text/css">
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1063,6 +1063,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Instances.html b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Instances.html
index 70ad4d9d7279..77c3c67cd34e 100644
--- a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Instances.html
+++ b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Instances.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -602,7 +602,7 @@ Summary:
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1063,6 +1063,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Reminders.html b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Reminders.html
index 752da5e6d6f8..9dfd7f7ef6fe 100644
--- a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Reminders.html
+++ b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.Reminders.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -602,7 +602,7 @@ Summary:
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1063,6 +1063,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.html b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.html
index 919306b7b4dc..588ae7156ce0 100644
--- a/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.html
+++ b/docs/html/reference/android/support/wearable/provider/WearableCalendarContract.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -611,7 +611,7 @@ Summary:
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1265,6 +1265,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/provider/package-summary.html b/docs/html/reference/android/support/wearable/provider/package-summary.html
index f82ce5c63107..bb4c581937db 100644
--- a/docs/html/reference/android/support/wearable/provider/package-summary.html
+++ b/docs/html/reference/android/support/wearable/provider/package-summary.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -544,7 +544,7 @@ type="text/css">
-
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -12362,6 +12363,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/ActionPage.html b/docs/html/reference/android/support/wearable/view/ActionPage.html
index 268bba159674..69c4dfb4ad0c 100644
--- a/docs/html/reference/android/support/wearable/view/ActionPage.html
+++ b/docs/html/reference/android/support/wearable/view/ActionPage.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -15449,6 +15450,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html b/docs/html/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html
index 43097b4237c1..d716836368c6 100644
--- a/docs/html/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html
+++ b/docs/html/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -2431,6 +2432,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/view/BoxInsetLayout.html b/docs/html/reference/android/support/wearable/view/BoxInsetLayout.html
index 5619e75d4db7..d3151356d362 100644
--- a/docs/html/reference/android/support/wearable/view/BoxInsetLayout.html
+++ b/docs/html/reference/android/support/wearable/view/BoxInsetLayout.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -15573,6 +15574,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/CardFragment.html b/docs/html/reference/android/support/wearable/view/CardFragment.html
index 9437e931a755..b73c6caafc62 100644
--- a/docs/html/reference/android/support/wearable/view/CardFragment.html
+++ b/docs/html/reference/android/support/wearable/view/CardFragment.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -4875,6 +4876,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/CardFrame.html b/docs/html/reference/android/support/wearable/view/CardFrame.html
index 1beeda2ef813..32224d5f8a88 100644
--- a/docs/html/reference/android/support/wearable/view/CardFrame.html
+++ b/docs/html/reference/android/support/wearable/view/CardFrame.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -15930,6 +15931,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/CardScrollView.html b/docs/html/reference/android/support/wearable/view/CardScrollView.html
index 0364eb93f886..a36184718240 100644
--- a/docs/html/reference/android/support/wearable/view/CardScrollView.html
+++ b/docs/html/reference/android/support/wearable/view/CardScrollView.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -15898,6 +15899,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/CircledImageView.html b/docs/html/reference/android/support/wearable/view/CircledImageView.html
index 1c9451b5b182..a2ba3f7f192c 100644
--- a/docs/html/reference/android/support/wearable/view/CircledImageView.html
+++ b/docs/html/reference/android/support/wearable/view/CircledImageView.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -11986,6 +11987,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/CrossfadeDrawable.html b/docs/html/reference/android/support/wearable/view/CrossfadeDrawable.html
index f346b82b1148..176e532ed4a4 100644
--- a/docs/html/reference/android/support/wearable/view/CrossfadeDrawable.html
+++ b/docs/html/reference/android/support/wearable/view/CrossfadeDrawable.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -3562,6 +3563,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/DelayedConfirmationView.DelayedConfirmationListener.html b/docs/html/reference/android/support/wearable/view/DelayedConfirmationView.DelayedConfirmationListener.html
index 6159875b6c17..459b6831713b 100644
--- a/docs/html/reference/android/support/wearable/view/DelayedConfirmationView.DelayedConfirmationListener.html
+++ b/docs/html/reference/android/support/wearable/view/DelayedConfirmationView.DelayedConfirmationListener.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -15317,6 +15318,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/DotsPageIndicator.html b/docs/html/reference/android/support/wearable/view/DotsPageIndicator.html
index 006a2707c480..634cf952d9e3 100644
--- a/docs/html/reference/android/support/wearable/view/DotsPageIndicator.html
+++ b/docs/html/reference/android/support/wearable/view/DotsPageIndicator.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -13437,6 +13438,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/FragmentGridPagerAdapter.html b/docs/html/reference/android/support/wearable/view/FragmentGridPagerAdapter.html
index 9df4ae7438c9..ed7fecdaecd3 100644
--- a/docs/html/reference/android/support/wearable/view/FragmentGridPagerAdapter.html
+++ b/docs/html/reference/android/support/wearable/view/FragmentGridPagerAdapter.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1787,6 +1788,7 @@ From class
+
diff --git a/docs/html/reference/android/support/wearable/view/GridViewPager.OnAdapterChangeListener.html b/docs/html/reference/android/support/wearable/view/GridViewPager.OnAdapterChangeListener.html
index 1cbec14072e7..fcd6a3dec8cf 100644
--- a/docs/html/reference/android/support/wearable/view/GridViewPager.OnAdapterChangeListener.html
+++ b/docs/html/reference/android/support/wearable/view/GridViewPager.OnAdapterChangeListener.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -16881,6 +16882,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/SimpleAnimatorListener.html b/docs/html/reference/android/support/wearable/view/SimpleAnimatorListener.html
index 454f4203392a..9940f3b1f62c 100644
--- a/docs/html/reference/android/support/wearable/view/SimpleAnimatorListener.html
+++ b/docs/html/reference/android/support/wearable/view/SimpleAnimatorListener.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.
+
@@ -1525,6 +1526,7 @@ From interface
+
diff --git a/docs/html/reference/android/support/wearable/view/WatchViewStub.OnLayoutInflatedListener.html b/docs/html/reference/android/support/wearable/view/WatchViewStub.OnLayoutInflatedListener.html
index b05ce347ba97..9492429c36e5 100644
--- a/docs/html/reference/android/support/wearable/view/WatchViewStub.OnLayoutInflatedListener.html
+++ b/docs/html/reference/android/support/wearable/view/WatchViewStub.OnLayoutInflatedListener.html
@@ -128,7 +128,7 @@ type="text/css">
var metaTags = [];
var devsite = false;
-
+
@@ -501,6 +501,7 @@ type="text/css">
Note: The Wearable Support Library classes under the android.support.wearable package are subject to change. For the full Android API reference, see Reference.