Searched refs:mLandscape (Results 1 – 2 of 2) sorted by relevance
372 private RemoteViews mLandscape = null; field in RemoteViews3558 return (mLandscape != null) && (mPortrait != null);3603 mLandscape = landscape;3742 mLandscape = createInitializedFrom(src.mLandscape, hierarchyRoot);3827 mLandscape = new RemoteViews(parcel, getHierarchyRootData(), info, depth);3829 new RemoteViews(parcel, getHierarchyRootData(), mLandscape.mApplication, depth);3980 mLandscape.configureAsChild(rootData);5409 return mLandscape;6164 mLandscape.writeToParcel(dest, flags);6968 if (mLandscape == child) {
72487 Landroid/widget/RemoteViews;->mLandscape:Landroid/widget/RemoteViews;