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

1 2

  /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;
  /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;
  /packages/apps/Dialer/src/com/android/dialer/widget/
OverlappingPaneLayout.java 280 final int rightBound = getWidth() - getPaddingRight();
303 final int clampedChildRight = Math.min(rightBound, child.getRight());
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 465 int rightBound = width - getPaddingRight();
476 isLayoutRtl ? rightBound - mHeaderWidth : leftBound,
478 isLayoutRtl ? rightBound : leftBound + mHeaderWidth,
482 rightBound -= mHeaderWidth;
488 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound);
490 mRightOffset = left + rightBound;
493 rightBound -= mGapBetweenImageAndText;
525 rightBound - mPhotoViewWidth,
527 rightBound,
529 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText)
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/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 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /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 

Completed in 636 milliseconds

1 2