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

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java 75 public int getExpandedHeight() {
ExpandingLayout.java 68 public int getExpandedHeight() {
CustomArrayAdapter.java 94 expandingLayout.setExpandedHeight(object.getExpandedHeight());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarView.java 97 return mNotificationPanel.getExpandedHeight() > 0
NotificationPanelView.java 293 mQsMaxExpansionHeight = mHeader.getExpandedHeight() + mQsContainer.getDesiredHeight();
307 mNotificationStackScroller.setStackHeight(getExpandedHeight());
346 mQsContainer.setHeightOverride(height - mHeader.getExpandedHeight());
375 getExpandedHeight(),
    [all...]
PanelBar.java 160 boolean visible = pv.getExpandedHeight() > 0;
PanelView.java 690 public float getExpandedHeight() {
    [all...]
StatusBarHeaderView.java 279 public int getExpandedHeight() {

Completed in 567 milliseconds