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 98 return mNotificationPanel.getExpandedHeight() > 0
PanelBar.java 160 boolean visible = pv.getExpandedHeight() > 0;
PanelView.java 663 public float getExpandedHeight() {
    [all...]
NotificationPanelView.java 278 mQsMaxExpansionHeight = mHeader.getExpandedHeight() + mQsContainer.getHeight();
287 mNotificationStackScroller.setStackHeight(getExpandedHeight());
321 getExpandedHeight(),
    [all...]
StatusBarHeaderView.java 277 public int getExpandedHeight() {

Completed in 69 milliseconds