Searched defs:content (Results 1 – 5 of 5) sorted by relevance
36 final ViewGroup content = findViewById(R.id.content); in onCreate() local
97 public void setContent(T content) { in setContent()101 Event(T content) { in Event()
39 public PhotoItem(String title, String content, int imageResourceId) { in PhotoItem()47 public PhotoItem(String title, String content, int imageResourceId, int id) { in PhotoItem()
124 String content = photoItem == null ? null : photoItem.getContent(); in onBindViewHolder() local
44 ContextMenuFragment content = new ContextMenuFragment(); in onCreate() local