Home
last modified time | relevance | path

Searched refs:VIEW_ID (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/testables/src/android/testing/
H A DBaseFragmentTest.java53 private static final int VIEW_ID = 42; field in BaseFragmentTest
74 mView.setId(VIEW_ID); in setupFragment()
85 .replace(VIEW_ID, mFragment) in setupFragment()
170 mFragment = mFragments.getFragmentManager().findFragmentById(VIEW_ID); in recreateFragment()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DWebSearchSuggestionView.java34 private static final String VIEW_ID = "web_search"; field in WebSearchSuggestionView
93 super(VIEW_ID, WebSearchSuggestionView.class, R.layout.web_search_suggestion, context); in Factory()
H A DDefaultSuggestionView.java48 private static final String VIEW_ID = "default"; field in DefaultSuggestionView
250 super(VIEW_ID, DefaultSuggestionView.class, R.layout.suggestion, context); in Factory()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayFragment.java45 private static final int VIEW_ID = 1; field in DayFragment
117 view.setId(VIEW_ID); in makeView()