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

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java 59 public int getCollapsedHeight() {
ExpandingCells.java 62 obj.getCollapsedHeight(), obj.getText()));
CustomArrayAdapter.java 77 (AbsListView.LayoutParams.MATCH_PARENT, object.getCollapsedHeight());
ExpandingListView.java 391 viewObject.getCollapsedHeight()));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 277 mQsMinExpansionHeight = mKeyguardShowing ? 0 : mHeader.getCollapsedHeight() + mQsPeekHeight;
291 mHeader.getCollapsedHeight() + mQsPeekHeight);
312 int bottom = mHeader.getCollapsedHeight();
    [all...]
StatusBarHeaderView.java 273 public int getCollapsedHeight() {

Completed in 93 milliseconds