Searched refs:borderWidth (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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()
|
/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()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | ThemeComponentOption.java | 439 int borderWidth = 2 * res.getDimensionPixelSize(R.dimen.option_border_width); in bindThumbnailTile() local 446 foreground.setIntrinsicHeight(background.getIntrinsicHeight() - borderWidth); in bindThumbnailTile() 447 foreground.setIntrinsicWidth(background.getIntrinsicWidth() - borderWidth); in bindThumbnailTile()
|