HomeSort by relevance Sort by last modified time
    Searched defs:setExpandedHeight (Results 1 - 4 of 4) sorted by null

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingLayout.java 72 public void setExpandedHeight(int expandedHeight) {
ExpandableListItem.java 79 public void setExpandedHeight(int expandedHeight) {
85 setExpandedHeight(newHeight);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 369 setExpandedHeight(mInitialOffsetOnTouch);
708 public void setExpandedHeight(float height) {
709 if (DEBUG) logf("setExpandedHeight(%.1f)", height);
737 setExpandedHeight(currentMaxPanelHeight);
787 setExpandedHeight(getMaxPanelHeight() * frac);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 671 public void setExpandedHeight(float height) {
    [all...]

Completed in 578 milliseconds