Home
last modified time | relevance | path

Searched defs:addView (Results 1 – 2 of 2) sorted by relevance

/core/core/src/main/java/androidx/core/view/insets/
DProtectionLayout.java287 public void addView(@Nullable View child, int index, ViewGroup.@Nullable LayoutParams params) { in addView() method in ProtectionLayout
/core/core/src/main/java/androidx/core/widget/
DNestedScrollView.java538 public void addView(@NonNull View child) { in addView() method in NestedScrollView
547 public void addView(View child, int index) { in addView() method in NestedScrollView
556 public void addView(View child, ViewGroup.LayoutParams params) { in addView() method in NestedScrollView
565 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in NestedScrollView