Searched refs:mLandscape (Results 1 – 2 of 2) sorted by relevance
254 private RemoteViews mLandscape = null; field in RemoteViews2246 return (mLandscape != null) && (mPortrait != null);2267 mLandscape = landscape;2291 mLandscape = new RemoteViews(src.mLandscape);2350 mLandscape = new RemoteViews(parcel, mBitmapCache, info, depth, mClassCookies);2351 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth,2463 mLandscape.setBitmapCache(bitmapCache);3351 return mLandscape;3726 mLandscape.writeToParcel(dest, flags);
89627 Landroid/widget/RemoteViews;->mLandscape:Landroid/widget/RemoteViews;