Home
last modified time | relevance | path

Searched refs:mLastSentExpandedHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java487 private float mLastSentExpandedHeight; field in NotificationStackScrollLayout
1616 if (appear != mLastSentAppear || expandAmount != mLastSentExpandedHeight) {
1618 mLastSentExpandedHeight = expandAmount;
6527 return mLastSentExpandedHeight;