Searched defs:ViewGroup (Results 1 – 7 of 7) sorted by relevance
19 public class ViewGroup extends View { class
24 val ViewGroup.children regex
160 private val ViewGroup.childrenList: List<View> regex
META-INF/ META-INF/MANIFEST.MF mock_android/ mock_android/data/ mock_android/ ...
299 private val ViewGroup.children regex306 private fun ViewGroup.childrenWithId(id: Int): Sequence<View> = children.filter { it.id == id } regex
135 public abstract class ViewGroup extends View implements ViewParent, ViewManager { class689 public ViewGroup(Context context) { in ViewGroup() method in ViewGroup693 public ViewGroup(Context context, AttributeSet attrs) { in ViewGroup() method in ViewGroup697 public ViewGroup(Context context, AttributeSet attrs, int defStyleAttr) { in ViewGroup() method in ViewGroup701 public ViewGroup(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ViewGroup() method in ViewGroup
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...