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

  /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;
  /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/base/core/java/android/widget/
AbsSeekBar.java 297 int topBound, bottomBound;
300 topBound = oldBounds.top;
303 topBound = gap;
309 thumb.setBounds(left, topBound, left + thumbWidth, bottomBound);
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 338 int topBound, bottomBound;
341 topBound = oldBounds.top;
344 topBound = gap;
349 thumb.setBounds(thumbPos, topBound, thumbPos + thumbWidth, bottomBound);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 438 int topBound = 0;
459 topBound += (mHeaderBackgroundHeight + mHeaderUnderlineHeight);
472 mBoundsWithoutHeader.set(0, topBound, width, bottomBound);
483 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2;
498 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2;
514 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2;
    [all...]

Completed in 144 milliseconds