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

  /frameworks/base/core/java/android/widget/
GridView.java 241 int nextLeft = mListPadding.left +
251 nextLeft += (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
268 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
270 nextLeft += columnWidth;
272 nextLeft += horizontalSpacing;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 116 public Event nextLeft;
CalendarView.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 344 milliseconds