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

/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.java68 public void addView(View view, ViewGroup.LayoutParams params) { method in class:WindowManagerImpl
69 mGlobal.addView(view, params, mDisplay, mParentWindow);
H A DWindowManagerGlobal.java189 public void addView(View view, ViewGroup.LayoutParams params, method in class:WindowManagerGlobal
H A DViewGroup.java3335 public void addView(View child) { method in class:ViewGroup
3336 addView(child, -1);
3352 public void addView(View child, int index) { method in class:ViewGroup
3360 addView(child, index, params);
3373 public void addView(View child, int width, int height) { method in class:ViewGroup
3377 addView(child, -1, params);
3390 public void addView(View child, LayoutParams params) { method in class:ViewGroup
3391 addView(child, -1, params);
3405 public void addView(View child, int index, LayoutParams params) { method in class:ViewGroup
3407 System.out.println(this + " addView");
[all...]
H A DViewRootImpl.java5716 public void addView(View view) { method in class:ViewRootImpl.InvalidateOnAnimationRunnable
5805 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 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.java477 public void addView(View child) { method in class:TabWidget
490 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.java451 public void addView(View child) { method in class:AdapterView
452 throw new UnsupportedOperationException("addView(View) is not supported in AdapterView");
464 public void addView(View child, int index) { method in class:AdapterView
465 throw new UnsupportedOperationException("addView(View, int) is not supported in AdapterView");
477 public void addView(View child, LayoutParams params) { method in class:AdapterView
478 throw new UnsupportedOperationException("addView(View, LayoutParams) "
492 public void addView(View child, int index, LayoutParams params) { method in class:AdapterView
493 throw new UnsupportedOperationException("addView(View, int, LayoutParams) "
H A DHorizontalScrollView.java214 public void addView(View child) { method in class:HorizontalScrollView
219 super.addView(child);
223 public void addView(View child, int index) { method in class:HorizontalScrollView
228 super.addView(child, index);
232 public void addView(View child, ViewGroup.LayoutParams params) { method in class:HorizontalScrollView
237 super.addView(child, params);
241 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:HorizontalScrollView
246 super.addView(child, index, params);
H A DScrollView.java235 public void addView(View child) { method in class:ScrollView
240 super.addView(child);
244 public void addView(View child, int index) { method in class:ScrollView
249 super.addView(child, index);
253 public void addView(View child, ViewGroup.LayoutParams params) { method in class:ScrollView
258 super.addView(child, params);
262 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ScrollView
267 super.addView(child, index, params);
H A DRemoteViews.java1303 * Equivalent to calling {@link ViewGroup#addView(View)} after inflating the
1345 target.addView(nestedViews.apply(context, target, handler));
1812 * Equivalent to calling {@link ViewGroup#addView(View)} after inflating the
1821 public void addView(int viewId, RemoteViews nestedView) { method in class:RemoteViews
/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.java84 public void addView(View child) { method in class:PreferenceFrameLayout
123 super.addView(child);
/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java79 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:TextProgressBar
80 super.addView(child, index, params);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java269 topLayout.addView(navigationBar);
312 mViewRoot.addView(topLayout);
315 mViewRoot.addView(topLayout, 0);
327 topLayout.addView(systemBar);
340 topLayout.addView(backgroundLayout);
352 backgroundLayout.addView(actionBar);
363 backgroundLayout.addView(titleBar);
375 backgroundLayout.addView(mContentRoot);
387 topLayout.addView(navigationBar);
722 return addView(parentVie
760 private Result addView(ViewGroup parent, View view, int index) { method in class:RenderSessionImpl
[all...]
/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/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewICS.java460 public void addView(View child) { method in class:AdapterViewICS
461 throw new UnsupportedOperationException("addView(View) is not supported in AdapterView");
473 public void addView(View child, int index) { method in class:AdapterViewICS
474 throw new UnsupportedOperationException("addView(View, int) is not supported in AdapterView");
486 public void addView(View child, LayoutParams params) { method in class:AdapterViewICS
487 throw new UnsupportedOperationException("addView(View, LayoutParams) "
501 public void addView(View child, int index, LayoutParams params) { method in class:AdapterViewICS
502 throw new UnsupportedOperationException("addView(View, int, LayoutParams) "
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1291 public void addView(View child, int index, ViewGroup.LayoutParams params) { method in class:ViewPager
1304 super.addView(child, index, params);

Completed in 584 milliseconds