Searched refs:getViewType (Results 1 - 12 of 12) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
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 DSuggestionViewFactory.java45 String getViewType(Suggestion suggestion); method in interface:SuggestionViewFactory
H A DSuggestionViewInflater.java75 public String getViewType(Suggestion suggestion) { method in class:SuggestionViewInflater
H A DSuggestionsAdapterBase.java147 String viewType = mViewFactory.getViewType(suggestion);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DCandidatesViewManager.java110 public abstract int getViewType(); method in class:CandidatesViewManager
H A DOpenWnnEN.java576 if (mCandidatesViewManager.getViewType() == CandidatesViewManager.VIEW_TYPE_FULL) {
704 if (mCandidatesViewManager.getViewType() == CandidatesViewManager.VIEW_TYPE_FULL) {
740 if (mCandidatesViewManager.getViewType() == CandidatesViewManager.VIEW_TYPE_FULL) {
H A DTextCandidates1LineViewManager.java379 /** @see CandidatesViewManager#getViewType */
380 public int getViewType() { method in class:TextCandidates1LineViewManager
H A DOpenWnnJAJP.java952 ||(keyCode == KeyEvent.KEYCODE_BACK && mCandidatesViewManager.getViewType() == CandidatesViewManager.VIEW_TYPE_FULL)
1305 if (mCandidatesViewManager.getViewType() == CandidatesViewManager.VIEW_TYPE_FULL) {
1736 if (mCandidatesViewManager.getViewType() == CandidatesViewManager.VIEW_TYPE_FULL) {
H A DTextCandidatesViewManager.java674 /** @see CandidatesViewManager#getViewType */
675 public int getViewType() { method in class:TextCandidatesViewManager
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java546 initFragments(mController.getTime(), mController.getViewType(), null);
602 if (mController.getViewType() != ViewType.EDIT) {
603 Utils.setDefaultView(this, mController.getViewType());
759 && (mController.getViewType() == ViewType.MONTH ||
760 mController.getViewType() == ViewType.AGENDA)) {
868 initFragments(mController.getTime(), mController.getViewType(), null);
H A DCalendarController.java681 public int getViewType() { method in class:CalendarController
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java1046 int getViewType() { method in class:ContactDetailFragment.ViewEntry
1795 return mAllEntries.get(position).getViewType();

Completed in 123 milliseconds