Home
last modified time | relevance | path

Searched refs:jumpToCurrentState (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonDrawable.java182 jumpToCurrentState(); in setVisible()
188 public void jumpToCurrentState() { in jumpToCurrentState() method in KeyButtonDrawable
189 super.jumpToCurrentState(); in jumpToCurrentState()
191 mAnimatedDrawable.jumpToCurrentState(); in jumpToCurrentState()
DKeyButtonRipple.java247 jumpToCurrentState(); in setVisible()
253 public void jumpToCurrentState() { in jumpToCurrentState() method in KeyButtonRipple
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonDrawable.java178 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/
DActionBarContainer.java185 mBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState()
188 mStackedBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState()
191 mSplitBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedStateListDrawable.java98 jumpToCurrentState(); in setVisible()
364 public void jumpToCurrentState() { in jumpToCurrentState() method in AnimatedStateListDrawable
365 super.jumpToCurrentState(); in jumpToCurrentState()
676 jumpToCurrentState(); in AnimatedStateListDrawable()
DDrawableWrapper.java367 public void jumpToCurrentState() { in jumpToCurrentState() method in DrawableWrapper
369 mDrawable.jumpToCurrentState(); in jumpToCurrentState()
DDrawableContainer.java273 public void jumpToCurrentState() { in jumpToCurrentState() method in DrawableContainer
276 mLastDrawable.jumpToCurrentState(); in jumpToCurrentState()
282 mCurrDrawable.jumpToCurrentState(); in jumpToCurrentState()
DRippleDrawable.java273 public void jumpToCurrentState() { in jumpToCurrentState() method in RippleDrawable
274 super.jumpToCurrentState(); in jumpToCurrentState()
431 jumpToCurrentState(); in setVisible()
DAdaptiveIconDrawable.java787 public void jumpToCurrentState() { in jumpToCurrentState() method in AdaptiveIconDrawable
792 dr.jumpToCurrentState(); in jumpToCurrentState()
DDrawable.java856 public void jumpToCurrentState() { in jumpToCurrentState() method in Drawable
DLayerDrawable.java1471 public void jumpToCurrentState() { in jumpToCurrentState() method in LayerDrawable
1477 dr.jumpToCurrentState(); in jumpToCurrentState()
/frameworks/base/core/java/android/animation/
DStateListAnimator.java210 public void jumpToCurrentState() { in jumpToCurrentState() method in StateListAnimator
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
DKeyButtonRipple.java275 jumpToCurrentState(); in setVisible()
281 public void jumpToCurrentState() { in jumpToCurrentState() method in KeyButtonRipple
/frameworks/base/core/java/android/app/
DMediaRouteButton.java243 mRemoteIndicator.jumpToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/core/java/android/widget/
DAbsSeekBar.java607 mThumb.jumpToCurrentState();
611 mTickMark.jumpToCurrentState();
DCheckedTextView.java352 mCheckMarkDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
DCompoundButton.java612 if (mButtonDrawable != null) mButtonDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
DSwitch.java1573 mThumbDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
1577 mTrackDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
DProgressBar.java1489 if (mProgressDrawable != null) mProgressDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
1490 if (mIndeterminateDrawable != null) mIndeterminateDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
DImageView.java283 if (mDrawable != null) mDrawable.jumpToCurrentState();
DNumberPicker.java1630 mSelectionDivider.jumpToCurrentState(); in jumpDrawablesToCurrentState()
DAbsListView.java3072 if (mSelector != null) mSelector.jumpToCurrentState(); in jumpDrawablesToCurrentState()
/frameworks/base/core/java/android/view/
DView.java26157 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt464 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

12