Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMockTextView.java60 public boolean hasCalledDrawableStateChanged() { in hasCalledDrawableStateChanged() method in MockTextView
DMockView.java574 public boolean hasCalledDrawableStateChanged() { in hasCalledDrawableStateChanged() method in MockView
DViewTest.java2499 assertFalse(view.hasCalledDrawableStateChanged()); in testDrawableState()
2501 assertTrue(view.hasCalledDrawableStateChanged()); in testDrawableState()
2507 assertFalse(view.hasCalledDrawableStateChanged()); in testDrawableState()
2510 assertTrue(view.hasCalledDrawableStateChanged()); in testDrawableState()
/cts/tests/tests/widget/src/android/widget/cts/
DMockTextView.java60 public boolean hasCalledDrawableStateChanged() { in hasCalledDrawableStateChanged() method in MockTextView
DTextViewTest.java3072 assertTrue(textView.hasCalledDrawableStateChanged()); in testDrawableStateChanged()