Searched defs:getViewType (Results 1 - 7 of 7) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionViewFactory.java45 String getViewType(Suggestion suggestion); method in interface:SuggestionViewFactory
H A DDefaultSuggestionViewFactory.java73 public String getViewType(Suggestion suggestion) { method in class:DefaultSuggestionViewFactory
76 return factory.getViewType(suggestion);
79 return mDefaultFactory.getViewType(suggestion);
H A DSuggestionViewInflater.java75 public String getViewType(Suggestion suggestion) { method in class:SuggestionViewInflater
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DCandidatesViewManager.java86 public int getViewType(); method in interface:CandidatesViewManager
H A DTextCandidatesViewManager.java454 /** @see CandidatesViewManager#getViewType */
455 public int getViewType() { method in class:TextCandidatesViewManager
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java618 public int getViewType() { method in class:CalendarController
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java1081 int getViewType() { method in class:ContactDetailFragment.ViewEntry
1733 return mAllEntries.get(position).getViewType();

Completed in 340 milliseconds