Searched refs:contentView (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ActionModeCtsActivity.java | 26 public View contentView; field in ActionModeCtsActivity 32 contentView = new FrameLayout(this); in onCreate() 33 setContentView(contentView); in onCreate()
|
D | ActionModeTest.java | 54 final View view = getActivity().contentView; in testInvalidateContentRectOnFloatingCallsCallback()
|
/cts/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);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 99 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/ |
D | classes.out.dex | 13695 public android.widget.RemoteViews contentView
|