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

  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 381 int nextTop;
387 nextTop = paddingTop + nextTopOffset;
394 nextTop = centeredTop + nextTopOffset;
400 nextTop = bottomGravTop + nextTopOffset;
413 mNextText.layout(nextLeft, nextTop, nextLeft + nextWidth,
414 nextTop + mNextText.getMeasuredHeight());
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 255 int nextTop = 0;
273 child.layout(childLeft, nextTop, childLeft + columnWidth, nextTop + heightSize);
274 nextTop += heightSize;
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 435 int nextTop = nextRootBox()->selectionTop();
436 if (nextTop > selectionBottom && block()->containsFloats()) {
440 int nextLeft = block()->logicalLeftOffsetForLine(nextTop, false);
441 int nextRight = block()->logicalRightOffsetForLine(nextTop, false);
448 return nextTop;
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 268 * @param nextTop The location where the top of the item associated with pos
274 private View fillDown(int pos, int nextTop) {
282 while (nextTop < end && pos < mItemCount) {
283 View temp = makeRow(pos, nextTop, true);
290 nextTop = mReferenceView.getBottom() + mVerticalSpacing;
405 * @param nextTop The location where the top of the first item should be
410 private View fillFromTop(int nextTop) {
417 return fillDown(mFirstPosition, nextTop);
    [all...]
ListView.java 658 * @param nextTop The location where the top of the item associated with pos
664 private View fillDown(int pos, int nextTop) {
672 while (nextTop < end && pos < mItemCount) {
675 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected);
677 nextTop = child.getBottom() + mDividerHeight;
725 * @param nextTop The location where the top of the first item should be
730 private View fillFromTop(int nextTop) {
736 return fillDown(mFirstPosition, nextTop);
    [all...]
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1505 milliseconds