ActionChooserView |
This class is deprecated.
this approach is no longer preferred. Consider using regular Android classes instead,
such as dialogs (eg. AlertDialog )
|
ActionLabel |
This class is deprecated.
along with ActionPage
|
ActionPage |
This class is deprecated.
with Android Wear 2.0 it is recommended to use the androidx.wear.widget.drawer.WearableActionDrawerView for navigation and the ConfirmationOverlay for confirmation actions in particular.
|
BoxInsetLayout |
This class is deprecated.
use the androidx.wear.widget.BoxInsetLayout provided by the Android Support
Library Wear module instead.
|
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 |
This class is deprecated.
use androidx.wear.widget.RoundedDrawable and the androidx.wear.widget.CircularProgressLayout instead.
|
CircularButton |
This class is deprecated.
consider using the Floating Action Button instead.
|
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 class is deprecated.
use the androidx.wear.widget.WearableRecyclerView and associated classes
provided by the Android Support Library Wear module instead.
|
DefaultOffsettingHelper |
This class is deprecated.
use the androidx.wear.widget.WearableRecyclerView and associated classes
provided by the Android Support Library Wear module instead.
|
DelayedConfirmationView |
This class is deprecated.
use the androidx.wear.widget.CircularProgressLayout from the Android Support
Library Wear module instead.
|
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 |
This class is deprecated.
use the androidx.wear.widget.SwipeDismissFrameLayout provided by the Android
Support Library Wear module instead.
|
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 |
This class is deprecated.
use the androidx.wear.widget.WearableRecyclerView provided by the Android
Support Library Wear module instead.
|
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.
|