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

12

/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DPressedButton.java29 jumpDrawablesToCurrentState();
/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/services/core/java/com/android/server/policy/
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.java297 public void jumpDrawablesToCurrentState() { method in class:CheckedTextView
298 super.jumpDrawablesToCurrentState();
H A DCompoundButton.java485 public void jumpDrawablesToCurrentState() { method in class:CompoundButton
486 super.jumpDrawablesToCurrentState();
H A DAbsSeekBar.java354 public void jumpDrawablesToCurrentState() { method in class:AbsSeekBar
355 super.jumpDrawablesToCurrentState();
H A DImageView.java222 public void jumpDrawablesToCurrentState() { method in class:ImageView
223 super.jumpDrawablesToCurrentState();
H A DSwitch.java1374 public void jumpDrawablesToCurrentState() { method in class:Switch
1375 super.jumpDrawablesToCurrentState();
H A DProgressBar.java1212 public void jumpDrawablesToCurrentState() { method in class:ProgressBar
1213 super.jumpDrawablesToCurrentState();
H A DNumberPicker.java1540 public void jumpDrawablesToCurrentState() { method in class:NumberPicker
1541 super.jumpDrawablesToCurrentState();
H A DGridView.java1562 child.jumpDrawablesToCurrentState();
H A DListView.java1982 child.jumpDrawablesToCurrentState();
H A DAbsListView.java2852 public void jumpDrawablesToCurrentState() { method in class:AbsListView
2853 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/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java170 public void jumpDrawablesToCurrentState() { method in class:ActionBarContainer
171 super.jumpDrawablesToCurrentState();
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java271 public void jumpDrawablesToCurrentState() { method in class:FloatingActionButton
272 super.jumpDrawablesToCurrentState();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java124 jumpDrawablesToCurrentState();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java361 void jumpDrawablesToCurrentState(View v); method in interface:ViewCompat.ViewCompatImpl
794 public void jumpDrawablesToCurrentState(View view) { method in class:ViewCompat.BaseViewCompatImpl
1132 public void jumpDrawablesToCurrentState(View view) { method in class:ViewCompat.HCViewCompatImpl
1133 ViewCompatHC.jumpDrawablesToCurrentState(view);
2657 public static void jumpDrawablesToCurrentState(View v) { method in class:ViewCompat
2658 IMPL.jumpDrawablesToCurrentState(v);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java384 public void jumpDrawablesToCurrentState() { method in class:MediaRouteButton
386 //super.jumpDrawablesToCurrentState();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java1091 public void jumpDrawablesToCurrentState() { method in class:SwitchCompat
1093 super.jumpDrawablesToCurrentState();
/frameworks/base/core/java/android/view/
H A DViewGroup.java6316 public void jumpDrawablesToCurrentState() { method in class:ViewGroup
6317 super.jumpDrawablesToCurrentState();
6321 children[i].jumpDrawablesToCurrentState();
H A DView.java14049 jumpDrawablesToCurrentState();
14396 jumpDrawablesToCurrentState();
17166 public void jumpDrawablesToCurrentState() { method in class:View

Completed in 648 milliseconds

12