Searched refs:addView (Results 101 - 125 of 207) sorted by relevance

123456789

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DAdjacentListsWithAdjacentISVsInside.java96 ll.addView(view, lp);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DColumnAdapter.java121 row.addView(item, params);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java83 container.addView(iv, new LinearLayout.LayoutParams(w, h));
322 scroller.addView(view, new ScrollView.LayoutParams(ScrollView.LayoutParams.MATCH_PARENT,
339 top.addView(tv, new LinearLayout.LayoutParams(
348 top.addView(item, new LinearLayout.LayoutParams(
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMutateActivity.java42 layout.addView(view, new FrameLayout.LayoutParams(480, 800, Gravity.CENTER));
H A DBitmapsAlphaActivity.java38 layout.addView(view, new FrameLayout.LayoutParams(480, 800, Gravity.CENTER));
H A DCanvasTextureViewActivity.java45 content.addView(mTextureView, new FrameLayout.LayoutParams(500, 500, Gravity.CENTER));
H A DDisplayListLayersActivity.java75 root.addView(child, params);
H A DThinPatchesActivity.java40 layout.addView(b);
H A DDatePicker.java247 parent.addView(mDayPicker);
250 parent.addView(mMonthPicker);
253 parent.addView (mYearPicker);
261 parent.addView(mMonthPicker);
264 parent.addView(mDayPicker);
267 parent.addView(mYearPicker);
H A DBitmapsActivity.java42 layout.addView(view, new FrameLayout.LayoutParams(480, 800, Gravity.CENTER));
/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/base/core/java/android/widget/
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 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) "
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java47 p.addView(this, p.indexOfChild(mStatusIcons));
149 addView(v, 0, new LinearLayout.LayoutParams(mIconSize, mIconSize));
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCameraWidgetFrame.java152 mPreview.addView(previewWidget);
153 addView(mPreview);
158 addView(clickBlocker);
283 root.addView(mFullscreenPreview, new FrameLayout.LayoutParams(
315 root.addView(mFakeNavBar, new FrameLayout.LayoutParams(
H A DKeyguardMultiUserSelectorView.java116 mUsersGrid.addView(uv);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java380 mLinearLayout.addView(mHeaderTextView);
391 mLinearLayout.addView(mListView);
403 mLinearLayout.addView(mListView);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java118 addView(mPrevText = new TextView(context));
119 addView(mCurrText = new TextView(context));
120 addView(mNextText = new TextView(context));
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java130 container.addView(editText, ViewGroup.LayoutParams.MATCH_PARENT,
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java483 // attaching. (If we are, we use addView, below)
500 root.addView(temp, params);
753 viewGroup.addView(view, params);
759 viewGroup.addView(view, params);
866 group.addView(view);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DBaseMenuPresenter.java129 ((ViewGroup) mMenuView).addView(itemView, childIndex);
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java132 wm.addView(view, lp);
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAlignmentTest.java89 container.addView(factory.create(name, 20), layoutParams);
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
H A DTransformTestActivity.java60 root.addView(view);

Completed in 906 milliseconds

123456789