java.lang.Object | |
↳ | android.support.v17.leanback.widget.SearchOrbView.Colors |
A set of colors used to display the search orb.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
brightColor | A brighter version of the search orb used for animation. | ||||||||||
color | The main color of the search orb. | ||||||||||
iconColor | A color used to tint the search orb icon. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a color set using the given color for the search orb.
| |||||||||||
Constructs a color set using the given colors for the search orb.
| |||||||||||
Constructs a color set using the given colors.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Computes a default brighter version of the given color.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
A brighter version of the search orb used for animation.
The main color of the search orb.
A color used to tint the search orb icon.
Constructs a color set using the given color for the search orb. Other colors are provided by the framework.
color | The main search orb color. |
---|
Constructs a color set using the given colors for the search orb. Other colors are provided by the framework.
color | The main search orb color. |
---|---|
brightColor | A brighter version of the search orb used for animation. |
Constructs a color set using the given colors.
color | The main search orb color. |
---|---|
brightColor | A brighter version of the search orb used for animation. |
iconColor | A color used to tint the search orb icon. |
Computes a default brighter version of the given color.