Home
last modified time | relevance | path

Searched defs:addView (Results 1 – 8 of 8) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/grid/
DSingleRowViewHolder.java59 public ViewGroup addView(int index, View v) { in addView() method in SingleRowViewHolder
DItemGroupViewHolder.java41 public abstract ViewGroup addView(int index, View v); in addView() method in ItemGroupViewHolder
DDirectShareViewHolder.java56 public ViewGroup addView(int index, View v) { in addView() method in DirectShareViewHolder
/packages/apps/Contacts/src/com/android/contacts/widget/
DFrameLayoutWithOverlay.java43 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in FrameLayoutWithOverlay
/packages/apps/Tag/src/com/android/apps/tag/
DTagViewer.java76 private void addView(LayoutInflater inflater, LinearLayout content, View v) { in addView() method in TagViewer
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DViewCluster.kt146 fun addView(v: View) { in <lambda>() method
/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DHeadsUpContainerView.java89 public void addView(View child) { in addView() method in HeadsUpContainerView
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java707 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in BubbleBarView