Searched defs:addView (Results 1 - 25 of 26) 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.java83 public void addView(@NonNull View view, @NonNull ViewGroup.LayoutParams params) { method in class:WindowManagerImpl
85 mGlobal.addView(view, params, mDisplay, mParentWindow);
H A DWindowManagerGlobal.java204 public void addView(View view, ViewGroup.LayoutParams params, method in class:WindowManagerGlobal
H A DViewGroup.java3699 public void addView(View child) { method in class:ViewGroup
3700 addView(child, -1);
3716 public void addView(View child, int index) { method in class:ViewGroup
3727 addView(child, index, params);
3740 public void addView(View child, int width, int height) { method in class:ViewGroup
3744 addView(child, -1, params);
3757 public void addView(View child, LayoutParams params) { method in class:ViewGroup
3758 addView(child, -1, params);
3772 public void addView(View child, int index, LayoutParams params) { method in class:ViewGroup
3774 System.out.println(this + " addView");
[all...]
H A DViewRootImpl.java5945 public void addView(View view) { method in class:ViewRootImpl.InvalidateOnAnimationRunnable
6034 mInvalidateOnAnimationRunnable.addView(view);
/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java63 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:TextSwitcher
69 super.addView(child, index, params);
H A DViewSwitcher.java64 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ViewSwitcher
68 super.addView(child, index, params);
99 addView(child, lp);
106 * {@link #addView(android.view.View, int, android.view.ViewGroup.LayoutParams)}
H A DDateTimeView.java85 ri.addView(this);
245 public void addView(DateTimeView v) { method in class:DateTimeView.ReceiverInfo
H A DRadioGroup.java128 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:RadioGroup
141 super.addView(child, index, params);
H A DViewAnimator.java183 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ViewAnimator
184 super.addView(child, index, params);
H A DTabWidget.java480 public void addView(View child) { method in class:TabWidget
493 super.addView(child);
H A DTableLayout.java401 public void addView(View child) { method in class:TableLayout
402 super.addView(child);
410 public void addView(View child, int index) { method in class:TableLayout
411 super.addView(child, index);
419 public void addView(View child, ViewGroup.LayoutParams params) { method in class:TableLayout
420 super.addView(child, params);
428 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:TableLayout
429 super.addView(child, index, params);
H A DAdapterView.java460 public void addView(View child) { method in class:AdapterView
461 throw new UnsupportedOperationException("addView(View) is not supported in AdapterView");
473 public void addView(View child, int index) { method in class:AdapterView
474 throw new UnsupportedOperationException("addView(View, int) is not supported in AdapterView");
486 public void addView(View child, LayoutParams params) { method in class:AdapterView
487 throw new UnsupportedOperationException("addView(View, LayoutParams) "
501 public void addView(View child, int index, LayoutParams params) { method in class:AdapterView
502 throw new UnsupportedOperationException("addView(View, int, LayoutParams) "
H A DHorizontalScrollView.java220 public void addView(View child) { method in class:HorizontalScrollView
225 super.addView(child);
229 public void addView(View child, int index) { method in class:HorizontalScrollView
234 super.addView(child, index);
238 public void addView(View child, ViewGroup.LayoutParams params) { method in class:HorizontalScrollView
243 super.addView(child, params);
247 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:HorizontalScrollView
252 super.addView(child, index, params);
H A DRemoteViews.java1315 * Equivalent to calling {@link ViewGroup#addView(View)} after inflating the
1357 target.addView(nestedViews.apply(context, target, handler));
1920 * Equivalent to calling {@link ViewGroup#addView(View)} after inflating the
1929 public void addView(int viewId, RemoteViews nestedView) { method in class:RemoteViews
H A DScrollView.java246 public void addView(View child) { method in class:ScrollView
251 super.addView(child);
255 public void addView(View child, int index) { method in class:ScrollView
260 super.addView(child, index);
264 public void addView(View child, ViewGroup.LayoutParams params) { method in class:ScrollView
269 super.addView(child, params);
273 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ScrollView
278 super.addView(child, index, params);
/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);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java60 void addView(View child, boolean hidden) { method in class:ChildHelper
61 addView(child, -1, hidden);
72 void addView(View child, int index, boolean hidden) { method in class:ChildHelper
79 mCallback.addView(child, offset);
471 void addView(View child, int index); method in interface:ChildHelper.Callback
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetPager.java334 frame.addView(widget, lp);
360 addView(frame, pageLp);
362 addView(frame, pageIndex, pageLp);
381 public void addView(View child, int index) { method in class:KeyguardWidgetPager
383 super.addView(child, index);
391 public void addView(View child, int width, int height) { method in class:KeyguardWidgetPager
393 super.addView(child, width, height);
401 public void addView(View child, LayoutParams params) { method in class:KeyguardWidgetPager
403 super.addView(child, params);
411 public void addView(Vie method in class:KeyguardWidgetPager
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java284 topLayout.addView(navigationBar);
328 mViewRoot.addView(topLayout);
331 mViewRoot.addView(topLayout, 0);
341 topLayout.addView(statusBar);
354 topLayout.addView(backgroundLayout);
367 backgroundLayout.addView(titleBar);
380 backgroundLayout.addView(mContentRoot);
391 topLayout.addView(navigationBar);
738 return addView(parentView, child, index);
752 Result result = addView(parentVie
776 private Result addView(ViewGroup parent, View view, int index) { method in class:RenderSessionImpl
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewCompat.java462 public void addView(View child) { method in class:AdapterViewCompat
463 throw new UnsupportedOperationException("addView(View) is not supported in AdapterView");
475 public void addView(View child, int index) { method in class:AdapterViewCompat
476 throw new UnsupportedOperationException("addView(View, int) is not supported in AdapterView");
488 public void addView(View child, LayoutParams params) { method in class:AdapterViewCompat
489 throw new UnsupportedOperationException("addView(View, LayoutParams) "
503 public void addView(View child, int index, LayoutParams params) { method in class:AdapterViewCompat
504 throw new UnsupportedOperationException("addView(View, int, LayoutParams) "
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java1549 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:DrawerLayout
1550 super.addView(child, index, params);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1296 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ViewPager
1309 super.addView(child, index, params);

Completed in 1015 milliseconds

12