Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java721 int smallHeight; in updateLimitsForView()
727 smallHeight = mMaxSmallHeightBeforeN; in updateLimitsForView()
729 smallHeight = mMaxSmallHeightBeforeP; in updateLimitsForView()
731 smallHeight = mMaxSmallHeightBeforeS; in updateLimitsForView()
734 smallHeight = mMaxExpandedHeight; in updateLimitsForView()
736 smallHeight = mMaxSmallHeightLarge; in updateLimitsForView()
738 smallHeight = mMaxSmallHeight; in updateLimitsForView()
762 layout.setHeights(smallHeight, headsUpHeight, mMaxExpandedHeight); in updateLimitsForView()
DNotificationContentView.java253 public void setHeights(int smallHeight, int headsUpMaxHeight, int maxHeight) { in setHeights() argument
254 mSmallHeight = smallHeight; in setHeights()