Searched refs:mViewType (Results 1 - 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionViewInflater.java35 private final String mViewType; field in class:SuggestionViewInflater
48 mViewType = viewType;
59 return Collections.singletonList(mViewType);
76 return mViewType;
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java89 private int mViewType = -1; field in class:CalendarController
416 mPreviousViewType = mViewType;
421 mViewType = mDetailViewType;
423 event.viewType = mViewType;
425 mViewType = event.viewType;
429 mDetailViewType = mViewType;
682 return mViewType;
785 mViewType = viewType;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java86 private int mViewType; field in class:TextCandidates1LineViewManager
365 mViewType = type;
381 return mViewType;
H A DTextCandidatesViewManager.java119 private int mViewType; field in class:TextCandidatesViewManager
263 if (mViewType == CandidatesViewManager.VIEW_TYPE_FULL && mIsSymbolMode) {
629 if ((mViewType == CandidatesViewManager.VIEW_TYPE_FULL)
634 mViewType = type;
676 return mViewType;
1325 if ((mViewType == CandidatesViewManager.VIEW_TYPE_NORMAL) && mCanReadMore) {

Completed in 184 milliseconds