HomeSort by relevance Sort by last modified time
    Searched refs:getCollapsedHeight (Results 1 - 17 of 17) 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/
DragDownHelper.java 173 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) {
175 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight();
179 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband));
183 if (child.getActualHeight() == child.getCollapsedHeight()) {
188 child.getActualHeight(), child.getCollapsedHeight());
ExpandableView.java 160 public int getCollapsedHeight() {
NotificationSettingsIconRow.java 233 int parentHeight = mParent.getCollapsedHeight();
ExpandableNotificationRow.java 539 return Math.max(getCollapsedHeight(), mHeadsUpHeight);
    [all...]
NotificationContentView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
BaseStatusBarHeader.java 36 public abstract int getCollapsedHeight();
QuickStatusBarHeader.java 214 public int getCollapsedHeight() {
StatusBarHeaderView.java 291 public int getCollapsedHeight() {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 337 int collapsedHeight = child.getCollapsedHeight();
444 - childState.yTranslation), row.getCollapsedHeight());
451 float bottomPosition = ambientState.getMaxHeadsUpTranslation() - row.getCollapsedHeight();
454 - (childState.yTranslation - newTranslation), row.getCollapsedHeight());
503 if (childHeight > child.getCollapsedHeight()) {
506 child.getCollapsedHeight());
558 child.getCollapsedHeight());
NotificationChildrenContainer.java 763 int minExpandHeight = getCollapsedHeight()
    [all...]
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainer.java 149 return mQSPanel.getGridHeight() + mHeader.getCollapsedHeight() + getPaddingBottom();
174 : (int) (mQsExpansion * (heightOverride - mHeader.getCollapsedHeight()))
175 + mHeader.getCollapsedHeight();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 519 mSmallSize = v.getCollapsedHeight();

Completed in 267 milliseconds