Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StylingAndroid/Prism
/ Setter
Interface
Setter
prism/src/main/java/com/stylingandroid/prism/Setter.java:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
android.support.annotation.ColorInt;
4
5
public
interface
Setter {
6
void
setColour(@ColorInt
int
colour);
7
8
void
setTransientColour(@ColorInt
int
colour);
9
}
Callers
14
givenAVanillaViewThenBackgroundSetsTheBackgroundColour
Method · 0.95
givenAWindowOnLollipopThenSetColourSetsTheStatusBarColour
Method · 0.95
givenAWindowOnPreLollipopThenSetColourDoesNotSetTheStatusBarColour
Method · 0.95
givenATextViewThenSetColourSetsTheTextColour
Method · 0.95
givenAFABThenSetColourSetsTheTintColour
Method · 0.95
setColour
Method · 0.65
givenAColourSetterWrappedInASetterAdapterThenSetColorIsCalled
Method · 0.65
onSetColour
Method · 0.65
givenAColourSetterWrappedInASetterAdapterThenTransientSetColorIsCalled
Method · 0.65
givenATransientColourSetterTransientEventsAreHandled
Method · 0.65
givenANonTransientColourSetterTransientEventsAreNotHandled
Method · 0.65
setTransientColour
Method · 0.65
Implementers
5
Prism
prism/src/main/java/com/stylingandroid
SetterAdapter
prism/src/main/java/com/stylingandroid
BaseSetter
prism/src/main/java/com/stylingandroid
MainActivity
sample-palette/src/main/java/com/styli
BaseTrigger
prism/src/main/java/com/stylingandroid
Calls
no outgoing calls
Tested by
no test coverage detected