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

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java 79 public void setExpandedHeight(int expandedHeight) {
85 setExpandedHeight(newHeight);
ExpandingLayout.java 72 public void setExpandedHeight(int expandedHeight) {
CustomArrayAdapter.java 94 expandingLayout.setExpandedHeight(object.getExpandedHeight());
  /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...]
NotificationPanelView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 671 public void setExpandedHeight(float height) {
    [all...]

Completed in 160 milliseconds