HomeSort by relevance Sort by last modified time
    Searched defs:topBound (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.c 305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound;
324 topBound = y;
354 else if (yDir == -1 && y == topBound)
356 topBound = MAX(topBound - 1, 0);
357 y = topBound;
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 132 int leftBound, topBound, rightBound, bottomBound;
147 topBound = y;
176 else if (yDir == -1 && y == topBound)
178 topBound = AVC_MAX(topBound - 1, 0);
179 y = topBound;
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 471 int topBound = 0;
492 topBound += (mHeaderBackgroundHeight + mHeaderUnderlineHeight);
505 mBoundsWithoutHeader.set(0, topBound, width, bottomBound);
516 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2;
531 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2;
545 rightBound = layoutRightSide(height, topBound, bottomBound, rightBound);
550 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2;
638 protected int layoutRightSide(int height, int topBound, int bottomBound, int rightBound)
    [all...]

Completed in 56 milliseconds