Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DActionModeCtsActivity.java26 public View contentView; field in ActionModeCtsActivity
32 contentView = new FrameLayout(this); in onCreate()
33 setContentView(contentView); in onCreate()
DActionModeTest.java54 final View view = getActivity().contentView; in testInvalidateContentRectOnFloatingCallsCallback()
/cts/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);
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java99 TextView contentView = new TextView(mActivity); in testConstructor() local
100 mPopupWindow = new PopupWindow(contentView); in testConstructor()
101 assertSame(contentView, mPopupWindow.getContentView()); in testConstructor()
103 mPopupWindow = new PopupWindow(contentView, 0, 0); in testConstructor()
106 assertSame(contentView, mPopupWindow.getContentView()); in testConstructor()
108 mPopupWindow = new PopupWindow(contentView, 50, 50); in testConstructor()
111 assertSame(contentView, mPopupWindow.getContentView()); in testConstructor()
113 mPopupWindow = new PopupWindow(contentView, -1, -1); in testConstructor()
116 assertSame(contentView, mPopupWindow.getContentView()); in testConstructor()
118 mPopupWindow = new PopupWindow(contentView, 0, 0, true); in testConstructor()
[all …]
/cts/tools/dex-tools/dex/
Dclasses.out.dex13695 public android.widget.RemoteViews contentView