Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3227 assertFalse(mMockParent.hasBroughtChildToFront()); in testBringToFront()
3229 assertTrue(mMockParent.hasBroughtChildToFront()); in testBringToFront()
4381 public boolean hasBroughtChildToFront() { in hasBroughtChildToFront() method in ViewTest.MockViewParent