Searched refs:smallHeight (Results 1 – 2 of 2) sorted by relevance
721 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()
253 public void setHeights(int smallHeight, int headsUpMaxHeight, int maxHeight) { in setHeights() argument254 mSmallHeight = smallHeight; in setHeights()