Searched defs:existingView (Results 1 – 1 of 1) sorted by relevance
112 public static int insertBefore(ViewGroup container, View newView, View existingView) { in insertBefore()123 public static int insertAfter(ViewGroup container, View newView, View existingView) { in insertAfter()128 ViewGroup container, View newView, View existingView, boolean after) { in insertView()