Searched refs:bottomBound (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dfmo.cpp132 int leftBound, topBound, rightBound, bottomBound; local
149 bottomBound = y;
183 else if (yDir == 1 && y == bottomBound)
185 bottomBound = AVC_MIN(bottomBound + 1, (int)video->PicHeightInMapUnits - 1);
186 y = bottomBound;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_group_map.c305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound; local
327 bottomBound = y;
361 else if (yDir == 1 && y == bottomBound)
363 bottomBound = MIN(bottomBound + 1, (i32)picHeight - 1);
364 y = bottomBound;
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java297 int topBound, bottomBound;
301 bottomBound = oldBounds.bottom;
304 bottomBound = gap + thumbHeight;
309 thumb.setBounds(left, topBound, left + thumbWidth, bottomBound);
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java351 final int bottomBound = getHeight() - getPaddingBottom();
376 final int clampedChildBottom = Math.min(bottomBound, child.getBottom());

Completed in 214 milliseconds