Home
last modified time | relevance | path

Searched refs:contentView (Results 1 – 6 of 6) 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()
DSystemGestureExclusionRectsTest.java207 final View contentView = activity.findViewById(R.id.abslistview_root); in ignoreHiddenViewRects() local
238 contentView.setVisibility(View.INVISIBLE); in ignoreHiddenViewRects()
249 contentView.setVisibility(View.VISIBLE); in ignoreHiddenViewRects()
DActionModeTest.java89 final View view = mActivity.contentView; in testInvalidateContentRectOnFloatingCallsCallback()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DNavigationBarColorTest.java131 final View contentView; in launchTestActivity()
143 contentView = layout; in launchTestActivity()
151 contentView = view; in launchTestActivity()
158 updateSystemUiVisibility(contentView, in launchTestActivity()
161 return contentView; in launchTestActivity()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java138 TextView contentView = new TextView(mActivity); in testSize() local
139 mPopupWindow = new PopupWindow(contentView); in testSize()
140 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
142 mPopupWindow = new PopupWindow(contentView, 0, 0); in testSize()
145 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
147 mPopupWindow = new PopupWindow(contentView, 50, 50); in testSize()
150 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
152 mPopupWindow = new PopupWindow(contentView, -1, -1); in testSize()
155 assertSame(contentView, mPopupWindow.getContentView()); in testSize()
157 mPopupWindow = new PopupWindow(contentView, 0, 0, true); in testSize()
[all …]
/cts/tests/app/src/android/app/cts/
DNotificationTest.java153 final RemoteViews contentView = new RemoteViews(mContext.getPackageName(),
155 mNotification.contentView = contentView;
179 assertNotNull(result.contentView);
222 mNotification.contentView = null;
227 assertNull(result.contentView);