Home
last modified time | relevance | path

Searched refs:addedView (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayClientTests.java245 final View addedView = new View(activity); in testViewGetDisplay() local
246 wm.addView(addedView, new WindowManager.LayoutParams()); in testViewGetDisplay()
249 addedView.addOnAttachStateChangeListener( in testViewGetDisplay()
DWindowTest.java282 TextView addedView = (TextView) mWindow.findViewById(R.id.listview_addwindow); in testAddContentView() local
283 assertNull(addedView); in testAddContentView()
286 addedView = (TextView) mWindow.findViewById(R.id.listview_addwindow); in testAddContentView()
288 assertNotNull(addedView); in testAddContentView()
290 assertEquals(R.id.listview_addwindow, addedView.getId()); in testAddContentView()