mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-20 08:39:55 +08:00
Fix issues with javadocs.
PiperOrigin-RevId: 269825611
This commit is contained in:
parent
629f048ccd
commit
d3ef78f55b
@ -63,10 +63,7 @@ public class ChipGroup extends FlowLayout {
|
||||
public void onCheckedChanged(ChipGroup group, @IdRes int checkedId);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* {@link ChipGroup.LayoutParams for {@link ChipGroup}.
|
||||
*/
|
||||
/** A {@link ChipGroup.LayoutParams} implementation for {@link ChipGroup}. */
|
||||
public static class LayoutParams extends MarginLayoutParams {
|
||||
public LayoutParams(Context context, AttributeSet attrs) {
|
||||
super(context, attrs);
|
||||
|
||||
@ -25,9 +25,7 @@ import androidx.annotation.Nullable;
|
||||
import androidx.annotation.RestrictTo;
|
||||
import androidx.annotation.RestrictTo.Scope;
|
||||
|
||||
/**
|
||||
* A class to convert a {@link ShapeAppearanceModel to a {@link android.graphics.Path}}.
|
||||
*/
|
||||
/** A class to convert a {@link ShapeAppearanceModel} to a {@link android.graphics.Path}. */
|
||||
public class ShapeAppearancePathProvider {
|
||||
|
||||
/**
|
||||
|
||||
@ -3282,9 +3282,9 @@ public class TextInputLayout extends LinearLayout {
|
||||
}
|
||||
|
||||
/**
|
||||
* An AccessibilityDelegate intended to be set on an {@link EditText} or {@link TextInputEditText}
|
||||
* with {@link
|
||||
* TextInputLayout#setTextInputAccessibilityDelegate(TextInputLayout.AccessibilityDelegate) to
|
||||
* An {@link AccessibilityDelegate} intended to be set on an {@link EditText} or {@link
|
||||
* TextInputEditText} with {@link
|
||||
* TextInputLayout#setTextInputAccessibilityDelegate(TextInputLayout.AccessibilityDelegate)} to
|
||||
* provide attributes for accessibility that are managed by {@link TextInputLayout}.
|
||||
*/
|
||||
public static class AccessibilityDelegate extends AccessibilityDelegateCompat {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user