Searched refs:nextLeft (Results 1 – 5 of 5) sorted by relevance
84 int nextLeft = nextTitle.getLeft(); in onDraw() local87 selectedLeft = (int) (mSelectionOffset * nextLeft + in onDraw()
88 int nextLeft = nextTitle.getLeft(); in onDraw() local92 (int) (mSelectionOffset * nextLeft + (1.0f - mSelectionOffset) * selectedLeft); in onDraw()
510 int nextLeft = getChildCount() == 0 ? 0 : getChildAt(getChildCount() - 1).getRight(); in fillRight() local511 while (nextLeft < end && pos < mItemCount) { in fillRight()512 pos += makeAndAddColumn(pos, nextLeft, true); in fillRight()513 nextLeft = getChildAt(getChildCount() - 1).getRight(); in fillRight()
505 @JvmField var nextLeft: Event? = null variable in com.android.calendar.Event
2292 ev.nextLeft = null in computeAllDayNeighbors()