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

1 2

  /packages/apps/Browser/src/com/android/browser/
TabScrollView.java 236 int nextLeft = getChildAt(0).getRight() - mTabOverlap;
240 tab.layout(nextLeft, tab.getTop(), nextLeft + w, tab.getBottom());
241 nextLeft += w - mTabOverlap;
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 411 final int nextLeft = Math.max(stripWidth - paddingRight - nextWidth,
413 mNextText.layout(nextLeft, nextTop, nextLeft + nextWidth,
ViewPager.java     [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 510 int nextLeft = getChildCount() == 0 ? 0 : getChildAt(getChildCount() - 1).getRight();
511 while (nextLeft < end && pos < mItemCount) {
512 pos += makeAndAddColumn(pos, nextLeft, true);
513 nextLeft = getChildAt(getChildCount() - 1).getRight();
  /frameworks/base/core/java/android/widget/
GridView.java 310 int nextLeft;
313 nextLeft = getWidth() - mListPadding.right - columnWidth -
316 nextLeft = mListPadding.left +
328 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft;
345 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
347 nextLeft += (isLayoutRtl ? -1 : +1) * columnWidth;
349 nextLeft += horizontalSpacing;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 152 public Event nextLeft;
DayView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 589 LayoutUnit nextLeft = block()->logicalLeftOffsetForLine(nextTop, false);
593 if (nextLeft > newLeft || nextRight < newRight)
    [all...]
  /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 
  /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 
  /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 
  /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/jarCheckTests3/lib2/libs/
android-support-v13.jar 

Completed in 385 milliseconds

1 2