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

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.c 305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound;
323 leftBound = x;
340 if (xDir == -1 && x == leftBound)
342 leftBound = MAX(leftBound - 1, 0);
343 x = leftBound;
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
fmo.cpp 132 int leftBound, topBound, rightBound, bottomBound;
146 leftBound = x;
162 if (xDir == -1 && x == leftBound)
164 leftBound = AVC_MAX(leftBound - 1, 0);
165 x = leftBound;
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 484 int leftBound = getPaddingLeft();
489 mHeaderTextView.layout(leftBound + mHeaderTextIndent,
499 mHeaderDivider.layout(leftBound,
509 leftBound,
529 leftBound,
531 leftBound + mPhotoViewWidth,
533 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
536 leftBound += mPhotoViewWidth + mGapBetweenImageAndText;
552 leftBound += mTextIndent;
566 mNameTextView.layout(leftBound,
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 669 milliseconds