HomeSort by relevance Sort by last modified time
    Searched full: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/stack/
StackScrollAlgorithm.java 337 int collapsedHeight = child.getCollapsedHeight();
353 bottomStackStart, childViewState, collapsedHeight, ambientState, child);
516 int collapsedHeight, AmbientState ambientState, ExpandableView child) {
537 childViewState.height = collapsedHeight;
538 childViewState.yTranslation = currentYPosition - collapsedHeight;

Completed in 80 milliseconds