| ActionChooserView |
This class is deprecated.
this approach is no longer preferred. Consider using regular Android classes instead,
such as dialogs (eg. AlertDialog)
|
| ActionLabel |
ActionLabel is a specialized text display widget.
|
| ActionPage |
This class is deprecated.
with Android Wear 2.0 it is recommended to use the WearableActionDrawer for navigation and the ConfirmationOverlay for confirmation actions in particular,
|
| BoxInsetLayout |
BoxInsetLayout is a screen shape-aware FrameLayout that can box its children in the center square
of a round screen by using the layout_box attribute.
|
| BoxInsetLayout.LayoutParams |
adds layout_box attribute to layout parameters
|
| CardFragment |
This class is deprecated.
starting with Android Wear 2.0 it is no longer encouraged to use cards for apps' UI.
If you are looking to implement vertical paging pattern, consider using the SnapHelper and a RecyclerView
instead.
|
| CardFrame |
This class is deprecated.
starting with Android Wear 2.0 it is no longer encouraged to use cards for apps' UI.
If you are looking to implement vertical paging pattern, consider using the SnapHelper and a RecyclerView
instead.
|
| CardScrollView |
This class is deprecated.
starting with Android Wear 2.0 it is no longer encouraged to use cards for apps' UI.
If you are looking to implement vertical paging pattern, consider using the SnapHelper and a RecyclerView
instead.
|
| CircledImageView |
An image view surrounded by a circle.
|
| CircularButton |
This class is deprecated.
consider directly using the components from the design library - see link above.
|
| ConfirmationOverlay |
Displays a full-screen confirmation animation with optional text and then hides it.
|
| CrossfadeDrawable |
This class is deprecated.
consider using AnimationSet instead.
|
| CurvedChildLayoutManager |
This implementation of WearableRecyclerView.ChildLayoutManager provides basic offsetting
logic for updating child layout.
|
| DefaultOffsettingHelper |
This class is deprecated.
This class is now deprecated in favor of a simpler and more powerful API offered by
CurvedChildLayoutManager.
|
| DelayedConfirmationView |
DelayedConfirmationView provides a circular countdown timer, typically used to
automatically confirm an operation after a short delay has elapsed.
|
| DismissOverlayView |
This class is deprecated.
starting with Android Wear 2.0, long pressing to dismiss an app is no longer
suggested for immersive activities.
|
| DotsPageIndicator |
This class is deprecated.
starting with Android Wear 2.0 we no longer encourage bi-directional spacial models
for apps. If you are looking to implement vertical paging pattern, consider using the SnapHelper and a RecyclerView
instead.
|
| FragmentGridPagerAdapter |
This class is deprecated.
starting with Android Wear 2.0 we no longer encourage bi-directional spacial models
for apps. If you are looking to implement vertical paging pattern, consider using the SnapHelper and a RecyclerView
instead.
|
| GridPagerAdapter |
This class is deprecated.
starting with Android Wear 2.0 we no longer encourage bi-directional spacial models
for apps. If you are looking to implement vertical paging pattern, consider using the SnapHelper and a RecyclerView
instead.
|
| GridViewPager |
This class is deprecated.
starting with Android Wear 2.0 we no longer encourage bi-directional spacial models
for apps. If you are looking to implement vertical paging pattern, consider using the SnapHelper and a RecyclerView
instead.
|
| GridViewPager.LayoutParams |
Layout parameters that should be supplied for views added to a ViewPager.
|
| ProgressSpinner |
This class is deprecated.
consider using ProgressBar instead. This class has been deprecated for
consistency with Android framework.
|
| SimpleAnimatorListener |
Convenience class for listening for Animator events that implements the AnimatorListener
interface and allows extending only methods that are necessary.
|
| SwipeDismissFrameLayout |
A layout enabling left-to-right swipe-to-dismiss, intended for use within an activity.
|
| SwipeDismissFrameLayout.Callback |
Implement this callback to act on particular stages of the dismissal.
|
| WatchViewStub |
This class 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
|
| WearableFrameLayout |
This class 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
|
| WearableFrameLayout.LayoutParams |
Per-child layout information for layouts on wearable devices.
|
| WearableListView |
This class is deprecated.
for centering and snapping your list items consider using the WearableRecyclerView supported by a SnapHelper or the LinearSnapHelper. For
scaling and otherwise modifying the list items based on their location on the screen consider
using an WearableRecyclerView.ChildLayoutManager or the CurvedChildLayoutManager.
|
| WearableListView.Adapter |
This class is deprecated.
Use WearableListView.GenericAdapter instead.
|
| WearableListView.GenericAdapter<T extends WearableListView.ViewHolder> |
Base class for adapters providing data for the WearableListView supporting generics.
|
| WearableListView.ViewHolder |
Wrapper around items displayed in the list view.
|
| WearableRecyclerView |
Wearable specific implementation of the RecyclerView enabling setCircularScrollingGestureEnabled(boolean) circular scrolling} and semi-circular layouts.
|
| WearableRecyclerView.ChildLayoutManager |
Abstract class extending a LinearLayoutManager for defining the logic for updating
layouts of children in a WearableRecyclerView.
|
| WearableRecyclerView.OffsettingHelper |
This class is deprecated.
use WearableRecyclerView.ChildLayoutManager instead.
|