Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMockView.java413 protected int getWindowAttachCount() { in getWindowAttachCount() method in MockView
414 return super.getWindowAttachCount(); in getWindowAttachCount()
DViewTest.java2257 assertEquals(0, view.getWindowAttachCount()); in testGetWindowAttachCount()