Home
last modified time | relevance | path

Searched refs:realHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java273 private void updateChildClippingAndBackground(StackViewState state, float realHeight, in updateChildClippingAndBackground() argument
275 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()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h133 int16 realHeight; /* Non-padded height, not a multiple of 16. */ member