Home
last modified time | relevance | path

Searched refs:nextLeft (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DTabScrollView.java236 int nextLeft = getChildAt(0).getRight() - mTabOverlap; in onLayout() local
240 tab.layout(nextLeft, tab.getTop(), nextLeft + w, tab.getBottom()); in onLayout()
241 nextLeft += w - mTabOverlap; in onLayout()
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java510 int nextLeft = getChildCount() == 0 ? 0 : getChildAt(getChildCount() - 1).getRight(); in fillRight() local
511 while (nextLeft < end && pos < mItemCount) { in fillRight()
512 pos += makeAndAddColumn(pos, nextLeft, true); in fillRight()
513 nextLeft = getChildAt(getChildCount() - 1).getRight(); in fillRight()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DViewPagerTabStrip.java83 int nextLeft = nextTitle.getLeft(); in onDraw() local
86 selectedLeft = (int) (mSelectionOffset * nextLeft + in onDraw()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java1560 setSelectedEvent(mSelectedEvent.nextLeft); in onKeyDown()
3045 ev.nextLeft = null; in computeAllDayNeighbors()
3162 ev.nextLeft = null; in computeNeighbors()
3430 ev.nextLeft = leftEvent; in computeNeighbors()
DEvent.java152 public Event nextLeft; field in Event