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

  /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 237 final int nextLeft = Math.max(stripWidth - paddingRight - nextWidth,
239 mNextText.layout(nextLeft, paddingTop, nextLeft + nextWidth,
  /frameworks/base/core/java/android/widget/
GridView.java 301 int nextLeft = mListPadding.left +
311 nextLeft += (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
328 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
330 nextLeft += columnWidth;
332 nextLeft += horizontalSpacing;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 440 int nextLeft = block()->logicalLeftOffsetForLine(nextTop, false);
444 if (nextLeft > newLeft || nextRight < newRight)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 146 public Event nextLeft;
DayView.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 227 milliseconds