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/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1826 public void addView(View child, int index) { in addView() method
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1446 public void addView(View v) { in addView() method in CellLayout.ViewCluster