GridPageOptions
public
interface
GridPageOptions
android.support.wearable.view.GridPageOptions |
This interface 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.
An optional interface for a Fragment within a GridViewPager which provides additional configurable options.
Summary
Nested classes | |
---|---|
interface |
GridPageOptions.BackgroundListener
Interface for communicating background changes to a listener. |
Public methods | |
---|---|
abstract
Drawable
|
getBackground()
Provides a background for the page represented by this Fragment. |
abstract
void
|
setBackgroundListener(GridPageOptions.BackgroundListener listener)
Provides a listener used to notify the container about a change to the background. |
Public methods
getBackground
Drawable getBackground ()
Provides a background for the page represented by this Fragment. A return value of BACKGROUND_NONE
will default to the background for the row, if supplied.
Returns | |
---|---|
Drawable |
See also:
setBackgroundListener
void setBackgroundListener (GridPageOptions.BackgroundListener listener)
Provides a listener used to notify the container about a change to the background.
Parameters | |
---|---|
listener |
GridPageOptions.BackgroundListener : a listener used to notify about background changes
|
Annotations
Interfaces
- ActionChooserView.ActionChooserListener
- ConfirmationOverlay.FinishedAnimationListener
- DelayedConfirmationView.DelayedConfirmationListener
- GridPageOptions
- GridPageOptions.BackgroundListener
- GridViewPager.OnAdapterChangeListener
- GridViewPager.OnPageChangeListener
- WatchViewStub.OnLayoutInflatedListener
- WearableListView.ClickListener
- WearableListView.OnCenterProximityListener
- WearableListView.OnCentralPositionChangedListener
- WearableListView.OnScrollListener
Classes
- ActionChooserView
- ActionLabel
- ActionPage
- BoxInsetLayout
- BoxInsetLayout.LayoutParams
- CardFragment
- CardFrame
- CardScrollView
- CircledImageView
- CircularButton
- ConfirmationOverlay
- CrossfadeDrawable
- CurvedChildLayoutManager
- DefaultOffsettingHelper
- DelayedConfirmationView
- DismissOverlayView
- DotsPageIndicator
- FragmentGridPagerAdapter
- GridPagerAdapter
- GridViewPager
- GridViewPager.LayoutParams
- ProgressSpinner
- SimpleAnimatorListener
- SwipeDismissFrameLayout
- SwipeDismissFrameLayout.Callback
- WatchViewStub
- WearableFrameLayout
- WearableFrameLayout.LayoutParams
- WearableListView
- WearableListView.Adapter
- WearableListView.GenericAdapter
- WearableListView.ViewHolder
- WearableRecyclerView
- WearableRecyclerView.ChildLayoutManager
- WearableRecyclerView.OffsettingHelper
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-06-11 UTC.