Searched refs:mLandscape (Results 1 – 1 of 1) sorted by relevance
262 private RemoteViews mLandscape = null; field in RemoteViews2255 return (mLandscape != null) && (mPortrait != null);2276 mLandscape = landscape;2300 mLandscape = new RemoteViews(src.mLandscape);2359 mLandscape = new RemoteViews(parcel, mBitmapCache, info, depth, mClassCookies);2360 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth,2472 mLandscape.setBitmapCache(bitmapCache);3360 return mLandscape;3750 mLandscape.writeToParcel(dest, flags);