HomeSort by relevance Sort by last modified time
    Searched refs:rightBound (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 132 int leftBound, topBound, rightBound, bottomBound;
148 rightBound = x;
169 else if (xDir == 1 && x == rightBound)
171 rightBound = AVC_MIN(rightBound + 1, (int)PicWidthInMbs - 1);
172 x = rightBound;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.c 305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound;
326 rightBound = x;
347 else if (xDir == 1 && x == rightBound)
349 rightBound = MIN(rightBound + 1, (i32)picWidth - 1);
350 x = rightBound;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 501 int rightBound = width - getPaddingRight();
509 isLayoutRtl ? rightBound - mHeaderTextIndent : rightBound,
512 mCountView.layout(rightBound - mCountView.getMeasuredWidth(),
514 rightBound,
519 rightBound,
529 rightBound,
562 rightBound - mPhotoViewWidth,
564 rightBound,
566 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText)
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 324 int leftBound, rightBound;
328 rightBound = oldBounds.right;
331 rightBound = gap + thumbWidth;
335 thumb.setBounds(leftBound, thumbPos, rightBound, thumbPos + thumbHeight);
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
utilities.js 438 * @param {number} rightBound
444 value: function(comparator, leftBound, rightBound, sortWindowLeft, sortWindowRight)
457 if (leftBound === 0 && rightBound === (this.length - 1) && sortWindowLeft === 0 && sortWindowRight >= rightBound)
460 quickSortRange(this, comparator, leftBound, rightBound, sortWindowLeft, sortWindowRight);
    [all...]
HeapSnapshot.js     [all...]
externs.js 137 * @param {number} rightBound
143 Array.prototype.sortRange = function(comparator, leftBound, rightBound, sortWindowLeft, sortWindowRight) {}
CodeMirrorTextEditor.js     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 349 final int rightBound = getWidth() - getPaddingRight();
375 final int clampedChildRight = Math.min(rightBound, child.getRight());
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 

Completed in 1277 milliseconds

1 2