Searched refs:VIEW_ID (Results 1 – 4 of 4) sorted by relevance
53 private static final int VIEW_ID = 42; field in BaseFragmentTest74 mView.setId(VIEW_ID); in setupFragment()85 .replace(VIEW_ID, mFragment) in setupFragment()170 mFragment = mFragments.getFragmentManager().findFragmentById(VIEW_ID); in recreateFragment()
34 private static final String VIEW_ID = "web_search"; field in WebSearchSuggestionView93 super(VIEW_ID, WebSearchSuggestionView.class, R.layout.web_search_suggestion, context); in Factory()
48 private static final String VIEW_ID = "default"; field in DefaultSuggestionView250 super(VIEW_ID, DefaultSuggestionView.class, R.layout.suggestion, context); in Factory()
45 private static final int VIEW_ID = 1; field in DayFragment117 view.setId(VIEW_ID); in makeView()