HomeSort by relevance Sort by last modified time
    Searched defs:mViewType (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
SystemViewInfo.java 27 private ViewType mViewType;
42 if (mViewType != null) {
43 return mViewType;
49 mViewType = type;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionViewInflater.java 35 private final String mViewType;
48 mViewType = viewType;
59 return Collections.singletonList(mViewType);
76 return mViewType;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
Layout.java 76 private int mViewType;
129 return mViewType;
161 mViewType = VIEW_TYPE_ACTION;
176 mViewType = VIEW_TYPE_STATIC;
SettingsLayoutAdapter.java 196 private int mViewType;
213 mViewType = viewType;
215 if (mViewType == Layout.LayoutRow.VIEW_TYPE_ACTION) {
228 //TODO need to create separate xxxViewHolder classes to eliminate tests of "mViewType".
230 if (mViewType == Layout.LayoutRow.VIEW_TYPE_ACTION) {
245 if (mViewType != layoutRow.getViewType()) {
249 if (mViewType == Layout.LayoutRow.VIEW_TYPE_ACTION) {
281 if (mViewType == Layout.LayoutRow.VIEW_TYPE_ACTION) {
287 if (mViewType == Layout.LayoutRow.VIEW_TYPE_ACTION) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 86 private int mViewType;
365 mViewType = type;
381 return mViewType;
TextCandidatesViewManager.java 119 private int mViewType;
263 if (mViewType == CandidatesViewManager.VIEW_TYPE_FULL && mIsSymbolMode) {
629 if ((mViewType == CandidatesViewManager.VIEW_TYPE_FULL)
634 mViewType = type;
676 return mViewType;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 83 private int mViewType = -1;
448 mPreviousViewType = mViewType;
453 mViewType = mDetailViewType;
455 event.viewType = mViewType;
457 mViewType = event.viewType;
461 mDetailViewType = mViewType;
715 return mViewType;
    [all...]
  /frameworks/base/core/java/android/widget/
Toolbar.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 226 milliseconds