Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabStrip.java84 int nextLeft = nextTitle.getLeft(); in onDraw() local
87 selectedLeft = (int) (mSelectionOffset * nextLeft + in onDraw()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DViewPagerTabStrip.java88 int nextLeft = nextTitle.getLeft(); in onDraw() local
92 (int) (mSelectionOffset * nextLeft + (1.0f - mSelectionOffset) * selectedLeft); in onDraw()
/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/Calendar/src/com/android/calendar/
DEvent.kt505 @JvmField var nextLeft: Event? = null variable in com.android.calendar.Event
DDayView.kt2292 ev.nextLeft = null in computeAllDayNeighbors()