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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 474 int rightBound = width - getPaddingRight();
480 rightBound,
483 mCountView.layout(rightBound - mCountView.getMeasuredWidth(),
485 rightBound,
490 rightBound,
500 rightBound,
533 rightBound - mPhotoViewWidth,
535 rightBound,
537 rightBound -= (mPhotoViewWidth + mGapBetweenImageAndText);
545 rightBound = layoutRightSide(height, topBound, bottomBound, rightBound)
    [all...]
  /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/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...]
  /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/bitmapfun/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 
  /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 

Completed in 681 milliseconds