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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DDefaultSuggestionViewFactory.java75 public String getViewType(Suggestion suggestion) { method in class:DefaultSuggestionViewFactory
78 return factory.getViewType(suggestion);
81 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.java132 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.java522 initFragments(mController.getTime(), mController.getViewType(), null);
578 if (mController.getViewType() != ViewType.EDIT) {
579 Utils.setDefaultView(this, mController.getViewType());
735 && (mController.getViewType() == ViewType.MONTH ||
736 mController.getViewType() == ViewType.AGENDA)) {
844 initFragments(mController.getTime(), mController.getViewType(), null);
H A DCalendarController.java714 public int getViewType() { method in class:CalendarController

Completed in 364 milliseconds