Searched refs:cyclingInHunHeight (Results 1 – 1 of 1) sorted by relevance
849 int cyclingInHunHeight = -1; in updateHeadsUpStates() local892 if (cyclingInHunHeight == -1) { in updateHeadsUpStates()893 cyclingInHunHeight = childState.height; in updateHeadsUpStates()923 if (cyclingInHunHeight > 0) { in updateHeadsUpStates()924 extraTranslation = cyclingInHunHeight - childState.height; in updateHeadsUpStates()929 extraTranslation = cyclingInHunHeight >= childState.height in updateHeadsUpStates()930 ? cyclingInHunHeight - childState.height : 0; in updateHeadsUpStates()936 cyclingInHunHeight = -1; in updateHeadsUpStates()