HomeSort by relevance Sort by last modified time
    Searched refs:topBound (Results 1 - 13 of 13) 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;
324 topBound = y;
354 else if (yDir == -1 && y == topBound)
356 topBound = MAX(topBound - 1, 0);
357 y = topBound;
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 615 int topBound = 0;
626 int headerTopBound = (bottomBound + topBound - headerHeight) / 2 + mTextOffsetTop;
641 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound);
655 final int photoTop = topBound + (bottomBound - topBound - mCheckBoxHeight) / 2;
670 final int photoTop = topBound + (bottomBound - topBound - mDeleteImageButtonHeight) / 2;
693 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) / 2
709 final int photoTop = topBound + (bottomBound - topBound - mPhotoViewHeight) /
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java 556 int topBound = 0;
572 int headerTopBound = (height + topBound - headerHeight) / 2 + mTextOffsetTop;
587 mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, height);
607 final int photoTop = topBound + (height - topBound - mPhotoViewHeight) / 2;
619 final int photoTop = topBound + (height - topBound - mPhotoViewHeight) / 2;
636 final int callToActionTop = topBound + (height - topBound - mCallToActionSize) / 2;
669 int textTopBound = (height + topBound - totalTextHeight) / 2 + mTextOffsetTop
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
SlidingPaneLayout.java 360 final int topBound = getPaddingTop();
387 final int clampedChildTop = Math.max(topBound, child.getTop());
    [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.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 

Completed in 246 milliseconds