ChipGroup.LayoutParams


Kotlin |Java

public class ChipGroup.LayoutParams 


A ChipGroup.LayoutParams implementation for ChipGroup .

Summary

Public constructors

LayoutParams(LayoutParams source)
LayoutParams(MarginLayoutParams source)
LayoutParams(Context context, AttributeSet attrs)
LayoutParams(int width, int height)

Public constructors

LayoutParams

public LayoutParams(LayoutParams source)

LayoutParams

public LayoutParams(MarginLayoutParams source)

LayoutParams

public LayoutParams(Context context, AttributeSet attrs)

LayoutParams

public LayoutParams(int width, int height)

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026年05月14日 UTC.