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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBackgroundView.java 24 import android.graphics.drawable.RippleDrawable;
132 if (mBackground instanceof RippleDrawable) {
133 RippleDrawable ripple = (RippleDrawable) mBackground;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ThemedDrawableTest.java 30 import android.graphics.drawable.RippleDrawable;
130 RippleDrawable d = (RippleDrawable) mContext.getDrawable(
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 94 public class RippleDrawable extends LayerDrawable {
171 RippleDrawable() {
183 public RippleDrawable(@NonNull ColorStateList color, @Nullable Drawable content,
188 throw new IllegalArgumentException("RippleDrawable requires a non-null color");
363 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.RippleDrawable);
391 * layers. The default and recommended value for RippleDrawable is
458 R.styleable.RippleDrawable);
921 public RippleState(LayerState orig, RippleDrawable owner, Resources res) {
939 return new RippleDrawable(this, null);
944 return new RippleDrawable(this, res)
    [all...]
RippleBackground.java 55 private final RippleDrawable mOwner;
103 public RippleBackground(RippleDrawable owner, Rect bounds) {
109 if (maxRadius != RippleDrawable.RADIUS_AUTO) {
Ripple.java 52 private final RippleDrawable mOwner;
112 public Ripple(RippleDrawable owner, Rect bounds, float startingX, float startingY) {
121 if (maxRadius != RippleDrawable.RADIUS_AUTO) {
Drawable.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 31 import android.graphics.drawable.RippleDrawable;
69 final RippleDrawable ripple = new RippleDrawable(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTileView.java 26 import android.graphics.drawable.RippleDrawable;
68 private RippleDrawable mRipple;
181 if (mTileBackground instanceof RippleDrawable) {
182 setRipple((RippleDrawable) mTileBackground);
205 private void setRipple(RippleDrawable tileBackground) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 38 import android.graphics.drawable.RippleDrawable;
69 RippleDrawable mBackground;
140 if (mApplicationIcon.getBackground() instanceof RippleDrawable) {
148 mBackground = (RippleDrawable)
150 mBackground = (RippleDrawable) mBackground.mutate().getConstantState().newDrawable();
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonFragment.java 25 import android.graphics.drawable.RippleDrawable;
225 final RippleDrawable btnCompoundDrawable = compoundBackgroundDrawable(themeColors);
240 final RippleDrawable btnDrawable = backgroundDrawable(themeColors);
248 * Generate a RippleDrawable which will be the background for a compound button, i.e.
252 private RippleDrawable compoundBackgroundDrawable(MaterialPalette palette) {
263 return new RippleDrawable(rippleColor, stateListDrawable, null);
267 * Generate a RippleDrawable which will be the background of a button to ensure it
270 private RippleDrawable backgroundDrawable(MaterialPalette palette) {
279 return new RippleDrawable(rippleColor, stateListDrawable, null);
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 25 import android.graphics.drawable.RippleDrawable;
149 final RippleDrawable rippleBackground =
150 (RippleDrawable) getContext().getDrawable(R.drawable.btn_dialpad_key);
  /prebuilts/sdk/21/
android.jar 

Completed in 251 milliseconds