Skip to content

Commit 5d20064

Browse files
author
Adam Cohen
committed
Enabling RemoteViews to have a landscape and portrait layout
-> Implmented BitmapCache to ensure no bitmap data is duplicated within a RemoteViews hierarchy. Change-Id: I68f0f5e2882ee2a2a9a110c1642b93c4c7518743
1 parent 7725180 commit 5d20064

File tree

3 files changed

+419
-104
lines changed

3 files changed

+419
-104
lines changed

api/current.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27831,6 +27831,7 @@ package android.widget {
2783127831

2783227832
public class RemoteViews implements android.view.LayoutInflater.Filter android.os.Parcelable {
2783327833
ctor public RemoteViews(java.lang.String, int);
27834+
ctor public RemoteViews(android.widget.RemoteViews, android.widget.RemoteViews);
2783427835
ctor public RemoteViews(android.os.Parcel);
2783527836
method public void addView(int, android.widget.RemoteViews);
2783627837
method public android.view.View apply(android.content.Context, android.view.ViewGroup);

0 commit comments

Comments
 (0)