Searched refs:mLandscape (Results 1 – 2 of 2) sorted by relevance
361 private RemoteViews mLandscape = null; field in RemoteViews3506 return (mLandscape != null) && (mPortrait != null);3551 mLandscape = landscape;3661 mLandscape = new RemoteViews(src.mLandscape);3748 mLandscape = new RemoteViews(parcel, mBitmapCache, info, depth, mClassCookies);3749 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth,3880 mLandscape.setBitmapCache(bitmapCache);5298 return mLandscape;5841 mLandscape.updateAppInfo(info);6049 mLandscape.writeToParcel(dest, flags);[all …]
72487 Landroid/widget/RemoteViews;->mLandscape:Landroid/widget/RemoteViews;