Searched refs:maxHeadsUpTranslation (Results 1 – 2 of 2) sorted by relevance
850 float maxHeadsUpTranslation = ambientState.getMaxHeadsUpTranslation(); in clampHunToMaxTranslation() local853 maxHeadsUpTranslation = Math.min(maxHeadsUpTranslation, maxShelfPosition); in clampHunToMaxTranslation()855 final float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation()857 childState.height = (int) Math.min(childState.height, maxHeadsUpTranslation in clampHunToMaxTranslation()
462 public void setMaxHeadsUpTranslation(float maxHeadsUpTranslation) { in setMaxHeadsUpTranslation() argument463 mMaxHeadsUpTranslation = maxHeadsUpTranslation; in setMaxHeadsUpTranslation()