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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabStrip.java 84 int nextRight = nextTitle.getRight();
88 selectedRight = (int) (mSelectionOffset * nextRight +
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 460 LayoutUnit nextRight = block().logicalRightOffsetForLine(nextTop, false);
463 if (nextLeft > newLeft || nextRight < newRight)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 151 public Event nextRight;
  /external/chromium_org/third_party/icu/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...]
  /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/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/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 343 milliseconds