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.java246 float realHeight, float clipHeight, float backgroundHeight) { in updateChildClippingAndBackground() argument
247 if (realHeight > clipHeight) { in updateChildClippingAndBackground()
249 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale); in updateChildClippingAndBackground()
253 if (realHeight > backgroundHeight) { in updateChildClippingAndBackground()
255 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