Searched defs:addView (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DViewManager.java34 public void addView(View view, ViewGroup.LayoutParams params); method in interface:ViewManager
H A DWindowManagerImpl.java90 public void addView(@NonNull View view, @NonNull ViewGroup.LayoutParams params) { method in class:WindowManagerImpl
92 mGlobal.addView(view, params, mContext.getDisplay(), mParentWindow);
H A DWindowManagerGlobal.java278 public void addView(View view, ViewGroup.LayoutParams params, method in class:WindowManagerGlobal
/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java61 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:TextSwitcher
67 super.addView(child, index, params);
H A DViewSwitcher.java62 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ViewSwitcher
66 super.addView(child, index, params);
90 addView(child, lp);
97 * {@link #addView(android.view.View, int, android.view.ViewGroup.LayoutParams)}
H A DDateTimeView.java106 ri.addView(this);
433 public void addView(DateTimeView v) { method in class:DateTimeView.ReceiverInfo
H A DRadioGroup.java142 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:RadioGroup
155 super.addView(child, index, params);
H A DViewAnimator.java182 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ViewAnimator
183 super.addView(child, index, params);
H A DTabWidget.java487 public void addView(View child) { method in class:TabWidget
503 super.addView(child);
H A DTableLayout.java399 public void addView(View child) { method in class:TableLayout
400 super.addView(child);
408 public void addView(View child, int index) { method in class:TableLayout
409 super.addView(child, index);
417 public void addView(View child, ViewGroup.LayoutParams params) { method in class:TableLayout
418 super.addView(child, params);
426 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:TableLayout
427 super.addView(child, index, params);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickTileLayout.java22 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:QuickTileLayout
26 super.addView(child, index, params);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DReverseLinearLayout.java50 public void addView(View child) { method in class:ReverseLinearLayout
53 super.addView(child, 0);
55 super.addView(child);
60 public void addView(View child, ViewGroup.LayoutParams params) { method in class:ReverseLinearLayout
63 super.addView(child, 0, params);
65 super.addView(child, params);
97 super.addView(childList.get(i));
H A DButtonDispatcher.java54 void addView(View view) { method in class:ButtonDispatcher
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DMockView.java54 addView(mView);
60 public void addView(View child) { method in class:MockView
62 super.addView(child);
67 public void addView(View child, int index) { method in class:MockView
69 super.addView(child, index);
74 public void addView(View child, int width, int height) { method in class:MockView
76 super.addView(child, width, height);
81 public void addView(View child, ViewGroup.LayoutParams params) { method in class:MockView
83 super.addView(child, params);
88 public void addView(Vie method in class:MockView
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
H A DWindowManagerImpl.java51 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { method in class:WindowManagerImpl
/frameworks/base/core/java/android/preference/
H A DPreferenceFrameLayout.java88 public void addView(View child) { method in class:PreferenceFrameLayout
127 super.addView(child);
/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java82 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:TextProgressBar
83 super.addView(child, index, params);
H A DChildHelper.java84 void addView(View child, boolean hidden) { method in class:ChildHelper
85 addView(child, -1, hidden);
96 void addView(View child, int index, boolean hidden) { method in class:ChildHelper
107 mCallback.addView(child, offset);
517 void addView(View child, int index); method in interface:ChildHelper.Callback
H A DWatchHeaderListView.java56 public void addView(View child, ViewGroup.LayoutParams params) { method in class:WatchHeaderListView
H A DDecorCaptionView.java258 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:DecorCaptionView
269 super.addView(child, 0, params);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java49 * will be added to when {@link #addView(View)} is called.
128 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:TemplateLayout
129 mContainer.addView(child, index, params);
133 super.addView(child, -1, generateDefaultLayoutParams());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DScaleFrameLayout.java79 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ScaleFrameLayout
80 super.addView(child, index, params);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DChildHelperTest.java66 mChildHelper.addView(vh.itemView, false);
75 mChildHelper.addView(vh.itemView, true);
84 mChildHelper.addView(vh.itemView, false);
95 mChildHelper.addView(vh.itemView, true);
104 mChildHelper.addView(vh.itemView, true);
119 public void addView(View child, int index) { method in class:ChildHelperTest.LoggingCallback
160 addView(child, index);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java84 void addView(View child, boolean hidden) { method in class:ChildHelper
85 addView(child, -1, hidden);
96 void addView(View child, int index, boolean hidden) { method in class:ChildHelper
107 mCallback.addView(child, offset);
517 void addView(View child, int index); method in interface:ChildHelper.Callback
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerView.java228 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:WearableDrawerView
240 super.addView(child, index, params);
271 addView(content);
492 mPeekContainer.addView(content, index, params);

Completed in 3148 milliseconds

12