Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java2873 assertFalse(mMockParent.hasChildDrawableStateChanged()); in testDrawableState()
2876 assertTrue(mMockParent.hasChildDrawableStateChanged()); in testDrawableState()
4213 public boolean hasChildDrawableStateChanged() { in hasChildDrawableStateChanged() method in ViewTest.MockViewParent