Searched refs:jumpDrawablesToCurrentState (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DViewGroup.java6456 public void jumpDrawablesToCurrentState() { method in class:ViewGroup
6457 super.jumpDrawablesToCurrentState();
6461 children[i].jumpDrawablesToCurrentState();
H A DView.java15030 jumpDrawablesToCurrentState();
15378 jumpDrawablesToCurrentState();
18186 public void jumpDrawablesToCurrentState() { method in class:View
/frameworks/base/core/java/android/widget/
H A DGridView.java1488 // rely on the jumpDrawablesToCurrentState() call that occurs as part
1518 child.jumpDrawablesToCurrentState();
H A DListView.java2017 // rely on the jumpDrawablesToCurrentState() call that occurs as part
2045 child.jumpDrawablesToCurrentState();
H A DAbsListView.java2917 public void jumpDrawablesToCurrentState() { method in class:AbsListView
2918 super.jumpDrawablesToCurrentState();
H A DTextView.java5488 public void jumpDrawablesToCurrentState() { method in class:TextView
5489 super.jumpDrawablesToCurrentState();

Completed in 607 milliseconds

12