Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DCheckedTextViewTest.java149 checkedTextView.refreshDrawableState(); in testDrawableStateChanged()
314 public void refreshDrawableState() {
316 super.refreshDrawableState();
DTextViewTest.java3071 textView.refreshDrawableState(); in testDrawableStateChanged()
/cts/tests/tests/view/src/android/view/cts/
DView_UsingViewsTest.java184 v.refreshDrawableState(); in testSetProperties()
DViewGroupTest.java1937 public void refreshDrawableState() { in refreshDrawableState() method in ViewGroupTest.MockTextView
1939 super.refreshDrawableState(); in refreshDrawableState()
2045 public void refreshDrawableState() { in refreshDrawableState() method in ViewGroupTest.MockViewGroup
2047 super.refreshDrawableState(); in refreshDrawableState()
DViewTest.java2509 view.refreshDrawableState(); in testDrawableState()