Home
last modified time | relevance | path

Searched defs:collapsedHeight (Results 1 – 2 of 2) sorted by relevance

/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandableListItem.java34 public ExpandableListItem(String title, int imgResource, int collapsedHeight, String text) { in ExpandableListItem()
63 public void setCollapsedHeight(int collapsedHeight) { in setCollapsedHeight()
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DQuickSettingsGrid.kt270 val collapsedHeight = QuickSettingsGrid.Dimensions.TileCollapsedHeight.roundToPx() in tileHeight() constant