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

1 2

  /frameworks/av/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;
  /frameworks/av/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;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 464 int leftBound = getPaddingLeft();
476 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
478 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
484 leftBound += mHeaderWidth;
488 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound);
489 mLeftOffset = left + leftBound;
495 leftBound += mGapBetweenImageAndText;
510 leftBound,
512 leftBound + mPhotoViewWidth,
514 leftBound += mPhotoViewWidth + mGapBetweenImageAndText
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 324 int leftBound, rightBound;
327 leftBound = oldBounds.left;
330 leftBound = gap;
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/heap_snapshot_worker/
HeapSnapshot.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 110 * @param {number} leftBound
117 Array.prototype.sortRange = function(comparator, leftBound, rightBound, sortWindowLeft, sortWindowRight) {}
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
utilities.js 574 * @param {number} leftBound
581 value: function(comparator, leftBound, rightBound, sortWindowLeft, sortWindowRight)
594 if (leftBound === 0 && rightBound === (this.length - 1) && sortWindowLeft === 0 && sortWindowRight >= rightBound)
597 quickSortRange(this, comparator, leftBound, rightBound, sortWindowLeft, sortWindowRight);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/widget/
OverlappingPaneLayout.java 279 final int leftBound = getPaddingLeft();
302 final int clampedChildLeft = Math.max(leftBound, child.getLeft());
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js     [all...]
  /external/robolectric/lib/main/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
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 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.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 

Completed in 847 milliseconds

1 2