/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
D | KeyButtonDrawable.java | 182 jumpToCurrentState(); in setVisible() 188 public void jumpToCurrentState() { in jumpToCurrentState() method in KeyButtonDrawable 189 super.jumpToCurrentState(); in jumpToCurrentState() 191 mAnimatedDrawable.jumpToCurrentState(); in jumpToCurrentState()
|
D | KeyButtonRipple.java | 247 jumpToCurrentState(); in setVisible() 253 public void jumpToCurrentState() { in jumpToCurrentState() method in KeyButtonRipple
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
D | KeyButtonDrawable.java | 178 jumpToCurrentState(); in setVisible() 184 public void jumpToCurrentState() { in jumpToCurrentState() method in KeyButtonDrawable 185 super.jumpToCurrentState(); in jumpToCurrentState() 187 mAnimatedDrawable.jumpToCurrentState(); in jumpToCurrentState()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContainer.java | 185 mBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState() 188 mStackedBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState() 191 mSplitBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
/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 | DrawableWrapper.java | 367 public void jumpToCurrentState() { in jumpToCurrentState() method in DrawableWrapper 369 mDrawable.jumpToCurrentState(); in jumpToCurrentState()
|
D | DrawableContainer.java | 273 public void jumpToCurrentState() { in jumpToCurrentState() method in DrawableContainer 276 mLastDrawable.jumpToCurrentState(); in jumpToCurrentState() 282 mCurrDrawable.jumpToCurrentState(); in jumpToCurrentState()
|
D | RippleDrawable.java | 273 public void jumpToCurrentState() { in jumpToCurrentState() method in RippleDrawable 274 super.jumpToCurrentState(); in jumpToCurrentState() 431 jumpToCurrentState(); in setVisible()
|
D | AdaptiveIconDrawable.java | 787 public void jumpToCurrentState() { in jumpToCurrentState() method in AdaptiveIconDrawable 792 dr.jumpToCurrentState(); in jumpToCurrentState()
|
D | Drawable.java | 856 public void jumpToCurrentState() { in jumpToCurrentState() method in Drawable
|
D | LayerDrawable.java | 1471 public void jumpToCurrentState() { in jumpToCurrentState() method in LayerDrawable 1477 dr.jumpToCurrentState(); in jumpToCurrentState()
|
/frameworks/base/core/java/android/animation/ |
D | StateListAnimator.java | 210 public void jumpToCurrentState() { in jumpToCurrentState() method in StateListAnimator
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/ |
D | KeyButtonRipple.java | 275 jumpToCurrentState(); in setVisible() 281 public void jumpToCurrentState() { in jumpToCurrentState() method in KeyButtonRipple
|
/frameworks/base/core/java/android/app/ |
D | MediaRouteButton.java | 243 mRemoteIndicator.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
/frameworks/base/core/java/android/widget/ |
D | AbsSeekBar.java | 607 mThumb.jumpToCurrentState(); 611 mTickMark.jumpToCurrentState();
|
D | CheckedTextView.java | 352 mCheckMarkDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | CompoundButton.java | 612 if (mButtonDrawable != null) mButtonDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | Switch.java | 1573 mThumbDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState() 1577 mTrackDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | ProgressBar.java | 1489 if (mProgressDrawable != null) mProgressDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState() 1490 if (mIndeterminateDrawable != null) mIndeterminateDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | ImageView.java | 283 if (mDrawable != null) mDrawable.jumpToCurrentState();
|
D | NumberPicker.java | 1630 mSelectionDivider.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
D | AbsListView.java | 3072 if (mSelector != null) mSelector.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 26157 mBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState() 26160 mStateListAnimator.jumpToCurrentState(); in jumpDrawablesToCurrentState() 26163 mDefaultFocusHighlight.jumpToCurrentState(); in jumpDrawablesToCurrentState() 26166 mForegroundInfo.mDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 464 HSPLandroid/animation/StateListAnimator;->jumpToCurrentState()V 6868 HSPLandroid/graphics/drawable/AdaptiveIconDrawable;->jumpToCurrentState()V 6902 HSPLandroid/graphics/drawable/AnimatedStateListDrawable;->jumpToCurrentState()V 7123 HSPLandroid/graphics/drawable/Drawable;->jumpToCurrentState()V 7206 HSPLandroid/graphics/drawable/DrawableContainer;->jumpToCurrentState()V+]Landroid/graphics/drawable… 7252 HSPLandroid/graphics/drawable/DrawableWrapper;->jumpToCurrentState()V 7435 HSPLandroid/graphics/drawable/LayerDrawable;->jumpToCurrentState()V+]Landroid/graphics/drawable/Dra… 7585 HSPLandroid/graphics/drawable/RippleDrawable;->jumpToCurrentState()V
|