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

1 2

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabStrip.java 83 int nextLeft = nextTitle.getLeft();
86 selectedLeft = (int) (mSelectionOffset * nextLeft +
  /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 325 int nextLeft;
328 nextLeft = getWidth() - mListPadding.right - columnWidth -
331 nextLeft = mListPadding.left +
343 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft;
361 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
363 nextLeft += nextChildDir * columnWidth;
365 nextLeft += nextChildDir * horizontalSpacing;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 466 LayoutUnit nextLeft = block().logicalLeftOffsetForLine(nextTop, false);
470 if (nextLeft > newLeft || nextRight < newRight)
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 174 const icu::UnicodeString *nextLeft = firstLeft;
176 while (nextLeft != NULL && nextRight != NULL) {
177 if (*nextLeft == rhs || *nextRight == lhs) {
181 nextLeft = leftIter.next();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 152 public Event nextLeft;
DayView.java     [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 388 var nextLeft = candidateBounds.left + AppWindowWrapper.SHIFT_DISTANCE;
389 var nextRight = nextLeft + candidateBounds.width;
391 nextRight % screen.availWidth : nextLeft;
  /development/samples/ControllerSample/libs/
android-support-v4.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 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /sdk/apps/NotificationStudio/libs/
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 
  /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 

Completed in 672 milliseconds

1 2