Searched refs:realHeight (Results 1 – 2 of 2) sorted by relevance
273 private void updateChildClippingAndBackground(StackViewState state, float realHeight, in updateChildClippingAndBackground() argument275 if (realHeight > clipHeight) { in updateChildClippingAndBackground()277 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale); in updateChildClippingAndBackground()281 if (realHeight > backgroundHeight) { in updateChildClippingAndBackground()283 state.clipTopAmount = (int) Math.floor((realHeight - backgroundHeight) / state.scale); in updateChildClippingAndBackground()
133 int16 realHeight; /* Non-padded height, not a multiple of 16. */ member