Searched refs:topBound (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dfmo.cpp132 int leftBound, topBound, rightBound, bottomBound; local
147 topBound = y;
176 else if (yDir == -1 && y == topBound)
178 topBound = AVC_MAX(topBound - 1, 0);
179 y = topBound;
/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
324 topBound = y;
354 else if (yDir == -1 && y == topBound)
356 topBound = MAX(topBound - 1, 0);
357 y = topBound;
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java361 final int topBound = getPaddingTop();
386 final int clampedChildTop = Math.max(topBound, child.getTop());

Completed in 300 milliseconds