Searched defs:BackgroundProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java173 private static abstract class BackgroundProperty extends FloatProperty<RippleBackground> { class in class:RippleBackground
174 public BackgroundProperty(String name) { method in class:RippleBackground.BackgroundProperty
179 private static final BackgroundProperty OPACITY = new BackgroundProperty("opacity") {

Completed in 72 milliseconds