Searched defs:nextLeft (Results 1 – 4 of 4) sorted by relevance
88 int nextLeft = nextTitle.getLeft(); in onDraw() local
84 int nextLeft = nextTitle.getLeft(); in onDraw() local
152 public Event nextLeft; field in Event
510 int nextLeft = getChildCount() == 0 ? 0 : getChildAt(getChildCount() - 1).getRight(); in fillRight() local