Searched refs:jumpDrawablesToCurrentState (Results 1 - 24 of 24) sorted by relevance

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

Completed in 4347 milliseconds