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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabStrip.java 84 int nextRight = nextTitle.getRight();
88 selectedRight = (int) (mSelectionOffset * nextRight +
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 522 int nextRight = getChildAt(0).getLeft();
523 while (nextRight > end && pos >= 0) {
524 pos -= makeAndAddColumn(pos, nextRight, false);
525 nextRight = getChildAt(0).getLeft();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 467 LayoutUnit nextRight = block().logicalRightOffsetForLine(nextTop, false);
470 if (nextLeft > newLeft || nextRight < newRight)
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 175 const icu::UnicodeString *nextRight = firstRight;
176 while (nextLeft != NULL && nextRight != NULL) {
177 if (*nextLeft == rhs || *nextRight == lhs) {
182 nextRight = rightIter.next();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 151 public Event nextRight;
DayView.java     [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 389 var nextRight = nextLeft + candidateBounds.width;
390 candidateBounds.left = nextRight >= screen.availWidth ?
391 nextRight % screen.availWidth : nextLeft;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1167 milliseconds