Home
last modified time | relevance | path

Searched refs:hasLegacyLists (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java575 || (original != null && original.hasLegacyLists()))) { in tryAdapterConversion()
/frameworks/base/core/java/android/widget/
DRemoteViews.java864 public boolean hasLegacyLists() { in hasLegacyLists() method in RemoteViews
874 && groupAction.mNestedViews.hasLegacyLists())) { in hasLegacyLists()
881 if (mSizedRemoteViews.get(i).hasLegacyLists()) { in hasLegacyLists()
886 if (mLandscape != null && mLandscape.hasLegacyLists()) { in hasLegacyLists()
889 return mPortrait != null && mPortrait.hasLegacyLists(); in hasLegacyLists()