HomeSort by relevance Sort by last modified time
    Searched defs:bottomBound (Results 1 - 6 of 6) 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;
327 bottomBound = y;
361 else if (yDir == 1 && y == bottomBound)
363 bottomBound = MIN(bottomBound + 1, (i32)picHeight - 1);
364 y = bottomBound;
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 132 int leftBound, topBound, rightBound, bottomBound;
149 bottomBound = y;
183 else if (yDir == 1 && y == bottomBound)
185 bottomBound = AVC_MIN(bottomBound + 1, (int)video->PicHeightInMapUnits - 1);
186 y = bottomBound;
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 351 final int bottomBound = getHeight() - getPaddingBottom();
376 final int clampedChildBottom = Math.min(bottomBound, child.getBottom());
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 479 int bottomBound = height;
511 bottomBound -= mHorizontalDividerHeight;
514 mBoundsWithoutHeader.set(0, topBound, width, bottomBound);
525 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2;
540 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2;
559 int textTopBound = (bottomBound + topBound - totalTextHeight) / 2;
    [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1650 milliseconds