Searched refs:contentView (Results 1 – 3 of 3) sorted by relevance
| /cts/tests/tests/app/src/android/app/cts/ |
| D | NotificationTest.java | 79 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/ |
| D | PopupWindowTest.java | 90 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/ |
| D | classes.out.dex | 13695 public android.widget.RemoteViews contentView
|