Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DDeferredAppWidgetHostView.java59 public void addView(View child) { in addView() method in DeferredAppWidgetHostView
/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/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/Tag/src/com/android/apps/tag/
DTagViewer.java76 private void addView(LayoutInflater inflater, LinearLayout content, View v) { in addView() method in TagViewer
/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.java235 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in BubbleBarView
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2077 public void addView(View v) { in addView() method in CellLayout.ViewCluster