/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBackgroundView.java | 27 import android.graphics.drawable.RippleDrawable; 142 if (mBackground instanceof RippleDrawable) { in setCustomBackground() 143 ((RippleDrawable) mBackground).setForceSoftware(true); in setCustomBackground() 212 if (mBackground instanceof RippleDrawable) { in setRippleColor() 213 RippleDrawable ripple = (RippleDrawable) mBackground; in setRippleColor()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | EmphasizedNotificationButton.java | 24 import android.graphics.drawable.RippleDrawable; 37 private final RippleDrawable mRipple; 57 mRipple = (RippleDrawable) background.getDrawable(); in EmphasizedNotificationButton()
|
D | NotificationActionListLayout.java | 21 import android.graphics.drawable.RippleDrawable; 187 if (child.getBackground() instanceof RippleDrawable) { in onViewAdded() 188 ((RippleDrawable)child.getBackground()).setForceSoftware(true); in onViewAdded()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleComponent.java | 26 protected final RippleDrawable mOwner; 40 public RippleComponent(RippleDrawable owner, Rect bounds) { in RippleComponent()
|
D | RippleDrawable.java | 97 public class RippleDrawable extends LayerDrawable { class 177 RippleDrawable() { in RippleDrawable() method in RippleDrawable 189 public RippleDrawable(@NonNull ColorStateList color, @Nullable Drawable content, in RippleDrawable() method in RippleDrawable 425 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.RippleDrawable); in inflate() 513 R.styleable.RippleDrawable); in applyTheme() 987 public RippleState(LayerState orig, RippleDrawable owner, Resources res) { in RippleState() 1025 return new RippleDrawable(this, null); in newDrawable() 1030 return new RippleDrawable(this, res); in newDrawable() 1040 private RippleDrawable(RippleState state, Resources res) { in RippleDrawable() method in RippleDrawable
|
D | RippleBackground.java | 46 public RippleBackground(RippleDrawable owner, Rect bounds, boolean isBounded) { in RippleBackground()
|
D | DrawableInflater.java | 163 return new RippleDrawable(); in inflateFromTag()
|
D | RippleForeground.java | 103 public RippleForeground(RippleDrawable owner, Rect bounds, float startingX, float startingY, in RippleForeground()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileBaseView.java | 26 import android.graphics.drawable.RippleDrawable; 59 protected RippleDrawable mRipple; 108 if (mTileBackground instanceof RippleDrawable) { in QSTileBaseView() 109 setRipple((RippleDrawable) mTileBackground); in QSTileBaseView() 138 private void setRipple(RippleDrawable tileBackground) { in setRipple()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SizeCompatModeActivityController.java | 26 import android.graphics.drawable.RippleDrawable; 193 setBackground(new RippleDrawable(color, null /* content */, mask)); in RestartActivityButton() 285 gotItButton.setBackground(new RippleDrawable(ColorStateList.valueOf(Color.LTGRAY), in showHint()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 17 import android.graphics.drawable.RippleDrawable; 849 if (drawable instanceof RippleDrawable) { in setButtonColors() 852 RippleDrawable ripple = (RippleDrawable) drawable; in setButtonColors() 870 if (drawable instanceof RippleDrawable) { in setCornerRadius() 873 RippleDrawable ripple = (RippleDrawable) drawable; in setCornerRadius()
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/ |
D | CarSetupWizardBaseLayout.java | 29 import android.graphics.drawable.RippleDrawable; 729 if (drawable instanceof RippleDrawable) { in getGradientDrawable() 730 drawable = ((RippleDrawable) drawable).getDrawable(0); in getGradientDrawable()
|
D | CarSetupWizardLayout.java | 28 import android.graphics.drawable.RippleDrawable; 722 if (drawable instanceof RippleDrawable) { in getGradientDrawable() 723 drawable = ((RippleDrawable) drawable).getDrawable(0); in getGradientDrawable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSFooterImpl.java | 29 import android.graphics.drawable.RippleDrawable; 154 ((RippleDrawable) mSettingsButton.getBackground()).setForceSoftware(true); in onFinishInflate()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskViewHeader.java | 37 import android.graphics.drawable.RippleDrawable; 470 ((RippleDrawable) mDismissButton.getBackground()).setForceSoftware(true); in bindToTask()
|
/frameworks/base/config/ |
D | dirty-image-objects | 91 android.graphics.drawable.RippleDrawable
|
D | preloaded-classes | 1326 android.graphics.drawable.RippleDrawable$RippleState 1327 android.graphics.drawable.RippleDrawable
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |