Searched refs:expandedHeight (Results 1 – 3 of 3) sorted by relevance
79 public void setExpandedHeight(int expandedHeight) { in setExpandedHeight() argument80 mExpandedHeight = expandedHeight; in setExpandedHeight()
72 public void setExpandedHeight(int expandedHeight) { in setExpandedHeight() argument73 mExpandedHeight = expandedHeight; in setExpandedHeight()
108 val expandedHeight = if (fromSize.height >= toSize.height) fromSize else toSize in transform() constant110 input.floatValue = (expandedHeight.height - collapsedSize.height) * transition.progress in transform()