Home
last modified time | relevance | path

Searched refs:jumpDrawablesToCurrentState (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/support/v4/honeycomb/android/support/v4/view/
DViewCompatHC.java148 public static void jumpDrawablesToCurrentState(View view) { in jumpDrawablesToCurrentState() method in ViewCompatHC
149 view.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DRecentApplicationsBackground.java74 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in RecentApplicationsBackground
75 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/core/java/android/widget/
DCheckedTextView.java290 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in CheckedTextView
291 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DCompoundButton.java459 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in CompoundButton
460 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DAbsSeekBar.java351 public void jumpDrawablesToCurrentState() {
352 super.jumpDrawablesToCurrentState();
DFrameLayout.java223 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in FrameLayout
224 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DImageView.java216 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ImageView
217 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DSwitch.java1166 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in Switch
1167 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DProgressBar.java1153 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ProgressBar
1154 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DGridView.java1554 child.jumpDrawablesToCurrentState(); in setupChild()
DAbsListView.java2839 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method
2840 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DListView.java1968 child.jumpDrawablesToCurrentState(); in setupChild()
DTextView.java5049 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in TextView
5050 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/core/java/android/app/
DMediaRouteButton.java287 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in MediaRouteButton
288 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarContainer.java169 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ActionBarContainer
171 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java336 void jumpDrawablesToCurrentState(View v); in jumpDrawablesToCurrentState() method
731 public void jumpDrawablesToCurrentState(View view) { in jumpDrawablesToCurrentState() method in ViewCompat.BaseViewCompatImpl
916 public void jumpDrawablesToCurrentState(View view) { in jumpDrawablesToCurrentState() method in ViewCompat.HCViewCompatImpl
917 ViewCompatHC.jumpDrawablesToCurrentState(view); in jumpDrawablesToCurrentState()
2307 public static void jumpDrawablesToCurrentState(View v) { in jumpDrawablesToCurrentState() method in ViewCompat
2308 IMPL.jumpDrawablesToCurrentState(v); in jumpDrawablesToCurrentState()
/frameworks/base/core/java/com/android/internal/view/menu/
DBaseMenuPresenter.java100 itemView.jumpDrawablesToCurrentState(); in updateMenuView()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContainer.java173 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ActionBarContainer
174 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DBaseMenuPresenter.java104 ViewCompat.jumpDrawablesToCurrentState(itemView); in updateMenuView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java119 jumpDrawablesToCurrentState(); in onWindowVisibilityChanged()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java1015 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in SwitchCompat
1017 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteButton.java380 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in MediaRouteButton
/frameworks/base/core/java/android/view/
DViewGroup.java5900 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ViewGroup
5901 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
5905 children[i].jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DView.java13066 jumpDrawablesToCurrentState();
13409 jumpDrawablesToCurrentState();
16168 public void jumpDrawablesToCurrentState() {
/frameworks/base/api/
Dsystem-current.txt35782 method public void jumpDrawablesToCurrentState();

12