Searched refs:mPortrait (Results 1 – 1 of 1) sorted by relevance
264 private RemoteViews mPortrait = null; field in RemoteViews2255 return (mLandscape != null) && (mPortrait != null);2277 mPortrait = portrait;2301 mPortrait = new RemoteViews(src.mPortrait);2360 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth,2362 mApplication = mPortrait.mApplication;2363 mLayoutId = mPortrait.mLayoutId;2364 mLightBackgroundLayoutId = mPortrait.mLightBackgroundLayoutId;2473 mPortrait.setBitmapCache(bitmapCache);3362 return mPortrait;[all …]