Searched refs:maxHeadsUpTranslation (Results 1 – 2 of 2) sorted by relevance
209 public void setMaxHeadsUpTranslation(float maxHeadsUpTranslation) { in setMaxHeadsUpTranslation() argument210 mMaxHeadsUpTranslation = maxHeadsUpTranslation; in setMaxHeadsUpTranslation()
451 float maxHeadsUpTranslation = ambientState.getMaxHeadsUpTranslation(); in clampHunToMaxTranslation() local454 maxHeadsUpTranslation = Math.min(maxHeadsUpTranslation, maxShelfPosition); in clampHunToMaxTranslation()455 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation()457 childState.height = (int) Math.min(childState.height, maxHeadsUpTranslation in clampHunToMaxTranslation()