Home
last modified time | relevance | path

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

12

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatSeekBar.java66 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in AppCompatSeekBar
67 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
68 mAppCompatSeekBarHelper.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DActionBarContainer.java168 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ActionBarContainer
170 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DAppCompatSeekBarHelper.java142 void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in AppCompatSeekBarHelper
DSwitchCompat.java1378 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in SwitchCompat
1380 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DNonOverlappingLinearLayoutWithForeground.java119 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in NonOverlappingLinearLayoutWithForeground
120 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/services/core/java/com/android/server/policy/
DRecentApplicationsBackground.java74 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in RecentApplicationsBackground
75 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
DPressedButton.java29 jumpDrawablesToCurrentState(); in PressedButton()
/frameworks/support/v4/honeycomb/android/support/v4/view/
DViewCompatHC.java154 public static void jumpDrawablesToCurrentState(View view) { in jumpDrawablesToCurrentState() method in ViewCompatHC
155 view.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/support/design/src/android/support/design/internal/
DForegroundLinearLayout.java118 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ForegroundLinearLayout
119 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/core/java/android/app/
DMediaRouteButton.java288 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in MediaRouteButton
289 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/core/java/android/widget/
DCompoundButton.java482 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in CompoundButton
483 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DCheckedTextView.java305 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in CheckedTextView
306 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DAbsSeekBar.java494 public void jumpDrawablesToCurrentState() {
495 super.jumpDrawablesToCurrentState();
DImageView.java220 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ImageView
221 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DSwitch.java1380 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in Switch
1381 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DProgressBar.java1239 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ProgressBar
1240 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
DNumberPicker.java1540 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in NumberPicker
1541 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContainer.java183 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ActionBarContainer
184 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DBaseMenuPresenter.java104 ViewCompat.jumpDrawablesToCurrentState(itemView); in updateMenuView()
/frameworks/base/core/java/com/android/internal/view/menu/
DBaseMenuPresenter.java102 itemView.jumpDrawablesToCurrentState(); in updateMenuView()
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java446 void jumpDrawablesToCurrentState(View v); in jumpDrawablesToCurrentState() method
894 public void jumpDrawablesToCurrentState(View view) { in jumpDrawablesToCurrentState() method in ViewCompat.BaseViewCompatImpl
1287 public void jumpDrawablesToCurrentState(View view) { in jumpDrawablesToCurrentState() method in ViewCompat.HCViewCompatImpl
1288 ViewCompatHC.jumpDrawablesToCurrentState(view); in jumpDrawablesToCurrentState()
2914 public static void jumpDrawablesToCurrentState(View v) { in jumpDrawablesToCurrentState() method in ViewCompat
2915 IMPL.jumpDrawablesToCurrentState(v); in jumpDrawablesToCurrentState()
/frameworks/support/design/src/android/support/design/widget/
DFloatingActionButton.java457 public void jumpDrawablesToCurrentState() {
458 super.jumpDrawablesToCurrentState();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java148 jumpDrawablesToCurrentState(); in onWindowVisibilityChanged()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteButton.java385 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in MediaRouteButton
/frameworks/base/core/java/android/view/
DViewGroup.java6481 public void jumpDrawablesToCurrentState() { in jumpDrawablesToCurrentState() method in ViewGroup
6482 super.jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()
6486 children[i].jumpDrawablesToCurrentState(); in jumpDrawablesToCurrentState()

12