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 46 private int mCollapsedSize;
109 mCollapsedSize = context.getResources()
157 algorithmState.scrollY = (int) (scrollY + mCollapsedSize + bottomOverScroll);
364 float scrollOffset = yPositionInScrollView - algorithmState.scrollY + mCollapsedSize;
391 childViewState.yTranslation, mCollapsedSize);
423 childViewState.yTranslation = Math.max(mCollapsedSize - algorithmState.scrollY, 0);
428 - childViewState.yTranslation, mCollapsedSize);
476 mCollapsedSize - childHeight);
487 return child == null? mCollapsedSize : child.getHeight();
503 if (childHeight > mCollapsedSize && mIsSmallScreen)
    [all...]
NotificationStackScrollLayout.java 103 private int mCollapsedSize;
255 int y = mCollapsedSize;
282 mCollapsedSize = context.getResources()
508 return mCollapsedSize;
    [all...]

Completed in 90 milliseconds