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 420 setExpandedHeight(mInitialOffsetOnTouch);
792 public void setExpandedHeight(float height) {
793 if (DEBUG) logf("setExpandedHeight(%.1f)", height);
834 setExpandedHeight(currentMaxPanelHeight);
    [all...]
NotificationPanelView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 729 public void setExpandedHeight(float height) {
    [all...]

Completed in 567 milliseconds