/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedStateListDrawable.java | 98 jumpToCurrentState(); in setVisible() 364 public void jumpToCurrentState() { in jumpToCurrentState() method in AnimatedStateListDrawable 365 super.jumpToCurrentState(); in jumpToCurrentState() 676 jumpToCurrentState(); in AnimatedStateListDrawable()
|
D | RippleDrawable.java | 212 public void jumpToCurrentState() { in jumpToCurrentState() method in RippleDrawable 213 super.jumpToCurrentState(); in jumpToCurrentState() 336 jumpToCurrentState(); in setVisible()
|
D | DrawableContainer.java | 274 public void jumpToCurrentState() { in jumpToCurrentState() method in DrawableContainer 277 mLastDrawable.jumpToCurrentState(); in jumpToCurrentState() 283 mCurrDrawable.jumpToCurrentState(); in jumpToCurrentState()
|
D | AdaptiveIconDrawable.java | 743 public void jumpToCurrentState() { in jumpToCurrentState() method in AdaptiveIconDrawable 748 dr.jumpToCurrentState(); in jumpToCurrentState()
|
D | Drawable.java | 864 public void jumpToCurrentState() { in jumpToCurrentState() method in Drawable
|
D | LayerDrawable.java | 1470 public void jumpToCurrentState() { in jumpToCurrentState() method in LayerDrawable 1476 dr.jumpToCurrentState(); in jumpToCurrentState()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContainer.java | 186 mBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState() 189 mStackedBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState() 192 mSplitBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
/frameworks/base/core/java/android/animation/ |
D | StateListAnimator.java | 210 public void jumpToCurrentState() { in jumpToCurrentState() method in StateListAnimator
|
/frameworks/base/core/java/android/widget/ |
D | AbsSeekBar.java | 601 mThumb.jumpToCurrentState(); 605 mTickMark.jumpToCurrentState();
|
D | CheckedTextView.java | 352 mCheckMarkDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | CompoundButton.java | 542 if (mButtonDrawable != null) mButtonDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | Switch.java | 1479 mThumbDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState() 1483 mTrackDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | ProgressBar.java | 1466 if (mProgressDrawable != null) mProgressDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState() 1467 if (mIndeterminateDrawable != null) mIndeterminateDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | ImageView.java | 276 if (mDrawable != null) mDrawable.jumpToCurrentState();
|
D | NumberPicker.java | 1629 mSelectionDivider.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | TextView.java | 7617 dr.jumpToCurrentState(); in jumpDrawablesToCurrentState() 12868 dr.jumpToCurrentState(); in prepareDrawableForDisplay()
|
D | AbsListView.java | 2984 if (mSelector != null) mSelector.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
/frameworks/base/core/java/android/app/ |
D | MediaRouteButton.java | 243 mRemoteIndicator.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonRipple.java | 222 public void jumpToCurrentState() { in jumpToCurrentState() method in KeyButtonRipple
|
/frameworks/base/core/java/android/view/ |
D | View.java | 22674 mBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState() 22677 mStateListAnimator.jumpToCurrentState(); in jumpDrawablesToCurrentState() 22680 mDefaultFocusHighlight.jumpToCurrentState(); in jumpDrawablesToCurrentState() 22683 mForegroundInfo.mDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 363 HSPLandroid/animation/StateListAnimator;->jumpToCurrentState()V 6135 HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->jumpToCurrentState()V 6162 HSPLandroid/graphics/drawable/AnimatedStateListDrawable;->jumpToCurrentState()V 6338 HSPLandroid/graphics/drawable/Drawable;->jumpToCurrentState()V 6400 HSPLandroid/graphics/drawable/DrawableContainer;->jumpToCurrentState()V 6588 HSPLandroid/graphics/drawable/LayerDrawable;->jumpToCurrentState()V 6666 HSPLandroid/graphics/drawable/RippleDrawable;->jumpToCurrentState()V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3071 method public void jumpToCurrentState(); 11707 method public void jumpToCurrentState();
|
/frameworks/base/api/ |
D | current.txt | 3452 method public void jumpToCurrentState(); 15389 method public void jumpToCurrentState();
|