Searched defs:nextLeft (Results 1 – 4 of 4) sorted by relevance
84 int nextLeft = nextTitle.getLeft(); in onDraw() local
88 int nextLeft = nextTitle.getLeft(); in onDraw() local
505 @JvmField var nextLeft: Event? = null variable in com.android.calendar.Event
510 int nextLeft = getChildCount() == 0 ? 0 : getChildAt(getChildCount() - 1).getRight(); in fillRight() local