Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java272 int previousHeight = 0; in onLayout() local
274 previousHeight = mExpandedChild.getHeight(); in onLayout()
277 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) { in onLayout()
278 mContentHeightAtAnimationStart = previousHeight; in onLayout()