Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java345 int previousHeight = getActualHeight(); in setActualHeight() local
347 if (previousHeight != actualHeight) { in setActualHeight()
DNotificationContentView.java364 int previousHeight = 0; in onLayout() local
366 previousHeight = mExpandedChild.getHeight(); in onLayout()
369 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) { in onLayout()
370 mContentHeightAtAnimationStart = previousHeight; in onLayout()