Searched defs:rippleShape (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
D | WirelessChargingAnimation.java | 62 RippleShape rippleShape, UiEventLogger uiEventLogger) { in WirelessChargingAnimation() 75 Callback callback, boolean isDozing, RippleShape rippleShape, in makeWirelessChargingAnimation() 86 @NonNull Context context, RippleShape rippleShape, UiEventLogger uiEventLogger) { in makeChargingAnimationWithNoBatteryLevel() 126 boolean isDozing, RippleShape rippleShape, UiEventLogger uiEventLogger) { in WirelessChargingView()
|
D | WirelessChargingLayout.java | 56 boolean isDozing, RippleShape rippleShape) { in WirelessChargingLayout() 71 private void init(Context c, AttributeSet attrs, boolean isDozing, RippleShape rippleShape) { in init() 76 int batteryLevel, boolean isDozing, RippleShape rippleShape) { in init()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/ |
D | RippleAnimationConfig.kt | 14 val rippleShape: RippleShader.RippleShape = RippleShader.RippleShape.CIRCLE, constant in com.android.systemui.surfaceeffects.ripple.RippleAnimationConfig
|
D | RippleView.kt | 40 lateinit var rippleShape: RippleShape in <lambda>() variable
|