HomeSort by relevance Sort by last modified time
    Searched refs:RippleBackground (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
RippleBackground.java 30 class RippleBackground extends RippleComponent {
46 public RippleBackground(RippleDrawable owner, Rect bounds, boolean isBounded) {
102 private static abstract class BackgroundProperty extends FloatProperty<RippleBackground> {
110 public void setValue(RippleBackground object, float value) {
116 public Float get(RippleBackground object) {
RippleDrawable.java 129 private RippleBackground mBackground;
285 mBackground = new RippleBackground(this, mHotspotBounds, isBounded());
825 final RippleBackground background = mBackground;
924 final RippleBackground background = mBackground;
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 110 milliseconds