Home
last modified time | relevance | path

Searched refs:borderWidth (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DBorderAnimator.kt154 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/
DParticleCollection.java75 public ParticleCollection(Context context, Listener listener, Rect bounds, int borderWidth) { in ParticleCollection() argument
96 borderWidth, order[i], NUM_PARTICLES, colors); in ParticleCollection()
DAnimationParticle.java76 public AnimationParticle(Context context, Listener listener, Rect bounds, int borderWidth, in AnimationParticle() argument
79 mBorderWidth = borderWidth; in AnimationParticle()