Stay organized with collections
Save and categorize content based on your preferences.
ChipDrawable.Delegate
public
static
interface
ChipDrawable.Delegate
com.google.android.material.chip.ChipDrawable.Delegate
|
Known indirect subclasses
Chip |
Chips are compact elements that represent an attribute, text, entity, or action.
|
|
Delegate interface to be implemented by Views that own a ChipDrawable.
Summary
Public methods
onChipDrawableSizeChange
public abstract void onChipDrawableSizeChange ()
Handles a change in the ChipDrawable's size.
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 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ChipDrawable.Delegate\n\nSummary: [Methods](#pubmethods) \n\nChipDrawable.Delegate\n=====================\n\n\n`\npublic\nstatic\n\n\ninterface\nChipDrawable.Delegate\n`\n\n\n`\n\n\n`\n\n|--------------------------------------------------------|\n| com.google.android.material.chip.ChipDrawable.Delegate |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [Chip](/reference/com/google/android/material/chip/Chip) |----------------------------------------------------------|----------------------------------------------------------------------------------| | [Chip](/reference/com/google/android/material/chip/Chip) | Chips are compact elements that represent an attribute, text, entity, or action. | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDelegate interface to be implemented by Views that own a ChipDrawable.\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[onChipDrawableSizeChange](/reference/com/google/android/material/chip/ChipDrawable.Delegate#onChipDrawableSizeChange())`() ` Handles a change in the ChipDrawable's size. |\n\nPublic methods\n--------------\n\n### onChipDrawableSizeChange\n\n```\npublic abstract void onChipDrawableSizeChange ()\n```\n\nHandles a change in the ChipDrawable's size.\n\n\u003cbr /\u003e"]]