Searched refs:addView (Results 251 - 275 of 284) sorted by relevance

<<1112

/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1127 addView(mClosedCaptionLayout, LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT);
1388 addView(mLineBoxes[i], LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
H A DTtmlRenderer.java708 addView(mTextView, LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java1325 addView(view);
1327 addView(view, 0);
H A DRecyclerView.java378 public void addView(View child, int index) {
379 RecyclerView.this.addView(child, index);
761 mChildHelper.addView(view, true);
5203 public void addView(View child) { method in class:RecyclerView.LayoutManager
5204 addView(child, -1);
5215 public void addView(View child, int index) { method in class:RecyclerView.LayoutManager
5258 mChildHelper.addView(child, index, false);
7037 * This ViewHolder is returned from scrap which means we are expecting an addView call
H A DStaggeredGridLayoutManager.java1401 addView(view);
1403 addView(view, 0);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1146 addView(v);
1148 addView(v, 0);
1217 Log.d(getTag(), "addView " + index + " " + v);
1514 addView(view, index);
/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/base/core/java/android/widget/
H A DAppSecurityPermissions.java509 permListView.addView(view, lp);
H A DCalendarViewLegacyDelegate.java318 mDelegator.addView(content);
H A DTimePickerClockDelegate.java298 parent.addView(mAmPmLayout, targetIndex);
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 DEditor.java2075 mContentView.addView(mDeleteTextView);
2930 mContentView.addView(mPasteTextView);
2936 mContentView.addView(mReplaceTextView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1047 addView(tv, insertIndex);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java552 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java347 mSystemIcons.addView(mSignalCluster, 1);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2179 verticalLayout.addView(horizontalLayout);
2218 horizontalLayout.addView(button);
/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);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java947 mListFooter.addView(view, new FrameLayout.LayoutParams(
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java196 mZenConditions.addView(mInflater.inflate(R.layout.zen_mode_condition, this, false));
H A DVolumePanel.java725 mSliderPanel.addView(active.group);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java192 layoutManager.addView(testView[0], 4);
/frameworks/base/core/java/android/app/
H A DNotification.java2981 big.addView(R.id.actions, button);
4275 view.addView(com.android.internal.R.id.media_actions, button);
4292 big.addView(com.android.internal.R.id.media_actions, button);
H A DFragmentManager.java905 container.addView(f.mView);
H A DActivity.java4567 wm.addView(mDecor, getWindow().getAttributes());
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java225 mWebView.addView(warningLabel);

Completed in 617 milliseconds

<<1112