Home
last modified time | relevance | path

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

/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/Car/Notification/src/com/android/car/notification/headsup/
DHeadsUpContainerView.java89 public void addView(View child) { in addView() method in HeadsUpContainerView
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1509 public void addView(View v) { in addView() method in CellLayout.ViewCluster