Searched refs:borderWidth (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | BorderAnimator.kt | 154 borderPaint.strokeWidth = borderAnimationParams.borderWidth in <lambda>() 225 val borderWidth: Float in <lambda>() constant in com.android.quickstep.util.BorderAnimationParams 230 get() = -borderWidth / 2f + alignmentAdjustmentInset in <lambda>()
|
/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
D | ParticleCollection.java | 75 public ParticleCollection(Context context, Listener listener, Rect bounds, int borderWidth) { in ParticleCollection() argument 96 borderWidth, order[i], NUM_PARTICLES, colors); in ParticleCollection()
|
D | AnimationParticle.java | 76 public AnimationParticle(Context context, Listener listener, Rect bounds, int borderWidth, in AnimationParticle() argument 79 mBorderWidth = borderWidth; in AnimationParticle()
|