HomeSort by relevance Sort by last modified time
    Searched refs:setExpandedHeight (Results 1 - 9 of 9) 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/
HeadsUpAppearanceController.java 55 private final BiConsumer<Float, Float> mSetExpandedHeight = this::setExpandedHeight;
243 public void setExpandedHeight(float expandedHeight, float appearFraction) {
PanelView.java 450 setExpandedHeight(mInitialOffsetOnTouch);
    [all...]
NotificationPanelView.java     [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayoutTest.java 158 mStackScroller.setExpandedHeight(0f);
162 mStackScroller.setExpandedHeight(100f);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
HeadsUpAppearanceControllerTest.java 80 mHeadsUpAppearanceController.setExpandedHeight(0.0f, 0.0f);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 190 milliseconds