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

  /external/opencore/codecs_v2/video/avc_h264/common/src/
fmo.cpp 131 int leftBound, topBound, rightBound, bottomBound;
146 topBound = y;
175 else if (yDir == -1 && y == topBound)
177 topBound = AVC_MAX(topBound - 1, 0);
178 y = topBound;
  /frameworks/base/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/
ContactListItemView.java 193 int topBound = 0;
202 topBound += mHeaderBackgroundHeight;
215 int photoTop = topBound + (height - topBound - mPhotoViewHeight) / 2;
231 topBound,
239 topBound + mVerticalDividerMargin,
251 topBound,
265 topBound += mPaddingTop;
273 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2;

Completed in 214 milliseconds