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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 47 private int mCollapsedSize;
75 mCollapsedSize = context.getResources()
487 return child == null? mCollapsedSize : child.getHeight();
NotificationStackScrollLayout.java 140 private int mCollapsedSize;
461 mCollapsedSize = context.getResources()
768 return firstChild != null ? firstChild.getMinHeight() : mCollapsedSize;
    [all...]

Completed in 156 milliseconds