Home
last modified time | relevance | path

Searched refs:expandedHeight (Results 1 – 3 of 3) sorted by relevance

/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandableListItem.java79 public void setExpandedHeight(int expandedHeight) { in setExpandedHeight() argument
80 mExpandedHeight = expandedHeight; in setExpandedHeight()
DExpandingLayout.java72 public void setExpandedHeight(int expandedHeight) { in setExpandedHeight() argument
73 mExpandedHeight = expandedHeight; in setExpandedHeight()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/behavior/
DMagneticDetach.kt108 val expandedHeight = if (fromSize.height >= toSize.height) fromSize else toSize in transform() constant
110 input.floatValue = (expandedHeight.height - collapsedSize.height) * transition.progress in transform()