Searched defs:addView (Results 1 - 25 of 36) 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.java91 public void addView(@NonNull View view, @NonNull ViewGroup.LayoutParams params) { method in class:WindowManagerImpl
93 mGlobal.addView(view, params, mContext.getDisplay(), mParentWindow);
H A DWindowManagerGlobal.java263 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);
419 public void addView(DateTimeView v) { method in class:DateTimeView.ReceiverInfo
H A DRadioGroup.java127 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:RadioGroup
140 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.java485 public void addView(View child) { method in class:TabWidget
497 super.addView(child);
H A DTableLayout.java398 public void addView(View child) { method in class:TableLayout
399 super.addView(child);
407 public void addView(View child, int index) { method in class:TableLayout
408 super.addView(child, index);
416 public void addView(View child, ViewGroup.LayoutParams params) { method in class:TableLayout
417 super.addView(child, params);
425 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:TableLayout
426 super.addView(child, index, params);
H A DAdapterView.java468 public void addView(View child) { method in class:AdapterView
469 throw new UnsupportedOperationException("addView(View) is not supported in AdapterView");
481 public void addView(View child, int index) { method in class:AdapterView
482 throw new UnsupportedOperationException("addView(View, int) is not supported in AdapterView");
494 public void addView(View child, LayoutParams params) { method in class:AdapterView
495 throw new UnsupportedOperationException("addView(View, LayoutParams) "
509 public void addView(View child, int index, LayoutParams params) { method in class:AdapterView
510 throw new UnsupportedOperationException("addView(View, int, LayoutParams) "
H A DHorizontalScrollView.java223 public void addView(View child) { method in class:HorizontalScrollView
228 super.addView(child);
232 public void addView(View child, int index) { method in class:HorizontalScrollView
237 super.addView(child, index);
241 public void addView(View child, ViewGroup.LayoutParams params) { method in class:HorizontalScrollView
246 super.addView(child, params);
250 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:HorizontalScrollView
255 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.java47 public void addView(View child) { method in class:ReverseLinearLayout
50 super.addView(child);
52 super.addView(child, 0);
57 public void addView(View child, ViewGroup.LayoutParams params) { method in class:ReverseLinearLayout
60 super.addView(child, params);
62 super.addView(child, 0, params);
88 super.addView(childList.get(i));
H A DButtonDispatcher.java53 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.java47 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 DDecorCaptionView.java261 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:DecorCaptionView
272 super.addView(child, 0, params);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java42 * will be added to when {@link #addView(View)} is called.
79 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:TemplateLayout
80 mContainer.addView(child, index, params);
84 super.addView(child, -1, generateDefaultLayoutParams());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DScaleFrameLayout.java75 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ScaleFrameLayout
76 super.addView(child, index, params);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DChildHelperTest.java61 mChildHelper.addView(vh.itemView, false);
70 mChildHelper.addView(vh.itemView, true);
79 mChildHelper.addView(vh.itemView, false);
90 mChildHelper.addView(vh.itemView, true);
100 mChildHelper.addView(vh.itemView, true);
115 public void addView(View child, int index) { method in class:ChildHelperTest.LoggingCallback
156 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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java639 return addView(parentView, child, index);
653 Result result = addView(parentView, child, index);
677 private Result addView(ViewGroup parent, View view, int index) { method in class:RenderSessionImpl
679 parent.addView(view, index);
853 newParent.addView(movedView, index, params);
855 newParent.addView(movedView, index);
872 newParent.addView(movedView, index, params);
874 newParent.addView(movedView, index);

Completed in 528 milliseconds

12