Home
last modified time | relevance | path

Searched refs:mPortrait (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViews.java363 private RemoteViews mPortrait = null; field in RemoteViews
3506 return (mLandscape != null) && (mPortrait != null);
3552 mPortrait = portrait;
3662 mPortrait = new RemoteViews(src.mPortrait);
3749 mPortrait = new RemoteViews(parcel, mBitmapCache, mLandscape.mApplication, depth,
3751 mApplication = mPortrait.mApplication;
3752 mLayoutId = mPortrait.mLayoutId;
3753 mViewId = mPortrait.mViewId;
3754 mLightBackgroundLayoutId = mPortrait.mLightBackgroundLayoutId;
3881 mPortrait.setBitmapCache(bitmapCache);
[all …]