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

  /frameworks/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/Car/Media/src/com/android/car/media/browse/
BrowseViewData.java 34 @NonNull public final BrowseItemViewType mViewType;
53 mViewType = viewType;
68 mViewType = viewType;
81 mViewType == item.mViewType;
86 return Objects.hash(mMediaItem, mState, mViewType);
  /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;
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
AppItem.java 25 private final int mViewType;
31 mViewType = viewType;
38 mViewType = SampleAppConstants.NORMAL;
51 return mViewType;
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
AppItem.java 25 private final int mViewType;
31 mViewType = viewType;
38 mViewType = SampleAppConstants.NORMAL;
51 return mViewType;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
CustomInterpolatorTransformation.java 36 private final int mViewType;
39 mViewType = viewType;
48 TransformState otherState = notification.getCurrentState(mViewType);
69 TransformState otherState = notification.getCurrentState(mViewType);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
TestItemDetails.java 26 private int mViewType = -1;
39 mViewType = source.mViewType;
45 mViewType = viewType;
65 return mViewType;
91 && mViewType == other.mViewType;
  /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/main/java/androidx/appcompat/widget/
Toolbar.java     [all...]

Completed in 273 milliseconds