HomeSort by relevance Sort by last modified time
    Searched refs:collapsedHeight (Results 1 - 2 of 2) sorted by null

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java 34 public ExpandableListItem(String title, int imgResource, int collapsedHeight, String text) {
37 mCollapsedHeight = collapsedHeight;
63 public void setCollapsedHeight(int collapsedHeight) {
64 mCollapsedHeight = collapsedHeight;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 788 float collapsedHeight = !mChildrenExpanded
794 containerTranslation = (1.0f - translationProgress) * collapsedHeight
    [all...]

Completed in 359 milliseconds