Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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()
/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()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java448 int borderWidth = 2 * res.getDimensionPixelSize(R.dimen.option_border_width); in bindThumbnailTile() local
455 foreground.setIntrinsicHeight(background.getIntrinsicHeight() - borderWidth); in bindThumbnailTile()
456 foreground.setIntrinsicWidth(background.getIntrinsicWidth() - borderWidth); in bindThumbnailTile()