Searched refs:leftBound (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
146 leftBound = x;
162 if (xDir == -1 && x == leftBound)
164 leftBound = AVC_MAX(leftBound - 1, 0);
165 x = leftBound;
/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
323 leftBound = x;
340 if (xDir == -1 && x == leftBound)
342 leftBound = MAX(leftBound - 1, 0);
343 x = leftBound;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2154 float leftBound = width * mFirstOffset;
2163 leftBound = firstItem.offset * width;
2170 if (scrollX < leftBound) {
2172 float over = leftBound - scrollX;
2175 scrollX = leftBound;
2218 final float leftBound = offset;
2220 if (first || scrollOffset >= leftBound) {
2428 float leftBound = width * mFirstOffset;
2434 leftBound = firstItem.offset * width;
2440 if (scrollX < leftBound) {
[all...]

Completed in 31 milliseconds