Home
last modified time | relevance | path

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

/cts/tests/tests/app/src/android/app/cts/
DNotificationTest.java79 final RemoteViews contentView = new RemoteViews(mContext.getPackageName(),
81 mNotification.contentView = contentView;
104 assertNotNull(result.contentView);
138 mNotification.contentView = null;
143 assertNull(result.contentView);
159 assertTrue(mNotification.contentView instanceof RemoteViews);
160 assertNotNull(mNotification.contentView);
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java90 TextView contentView = new TextView(mActivity); in testConstructor() local
91 mPopupWindow = new PopupWindow(contentView); in testConstructor()
92 assertSame(contentView, mPopupWindow.getContentView()); in testConstructor()
94 mPopupWindow = new PopupWindow(contentView, 0, 0); in testConstructor()
97 assertSame(contentView, mPopupWindow.getContentView()); in testConstructor()
99 mPopupWindow = new PopupWindow(contentView, 50, 50); in testConstructor()
102 assertSame(contentView, mPopupWindow.getContentView()); in testConstructor()
104 mPopupWindow = new PopupWindow(contentView, -1, -1); in testConstructor()
107 assertSame(contentView, mPopupWindow.getContentView()); in testConstructor()
109 mPopupWindow = new PopupWindow(contentView, 0, 0, true); in testConstructor()
[all …]
/cts/tools/dex-tools/dex/
Dclasses.out.dex13695 public android.widget.RemoteViews contentView