Searched refs:mPortrait (Results 1 – 1 of 1) sorted by relevance
256 private RemoteViews mPortrait = null; field in RemoteViews2246 return (mLandscape != null) && (mPortrait != null);2268 mPortrait = portrait;2292 mPortrait = new RemoteViews(src.mPortrait);2351 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth,2353 mApplication = mPortrait.mApplication;2354 mLayoutId = mPortrait.mLayoutId;2355 mLightBackgroundLayoutId = mPortrait.mLightBackgroundLayoutId;2464 mPortrait.setBitmapCache(bitmapCache);3353 return mPortrait;[all …]