Searched refs:jumpToCurrentState (Results 1 – 14 of 14) sorted by relevance
161 public void jumpToCurrentState() { in jumpToCurrentState() method in DrawableContainer164 mLastDrawable.jumpToCurrentState(); in jumpToCurrentState()169 mCurrDrawable.jumpToCurrentState(); in jumpToCurrentState()
484 public void jumpToCurrentState() { in jumpToCurrentState() method in Drawable
77 if (mBackground != null) mBackground.jumpToCurrentState(); in jumpDrawablesToCurrentState()
280 if (mButtonDrawable != null) mButtonDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
651 mThumbDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()652 mTrackDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
192 if (mThumb != null) mThumb.jumpToCurrentState();
554 if (mProgressDrawable != null) mProgressDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()555 if (mIndeterminateDrawable != null) mIndeterminateDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
173 if (mForeground != null) mForeground.jumpToCurrentState(); in jumpDrawablesToCurrentState()
176 if (mDrawable != null) mDrawable.jumpToCurrentState(); in jumpDrawablesToCurrentState()
4510 mDrawables.mDrawableLeft.jumpToCurrentState(); in jumpDrawablesToCurrentState()4513 mDrawables.mDrawableTop.jumpToCurrentState(); in jumpDrawablesToCurrentState()4516 mDrawables.mDrawableRight.jumpToCurrentState(); in jumpDrawablesToCurrentState()4519 mDrawables.mDrawableBottom.jumpToCurrentState(); in jumpDrawablesToCurrentState()4522 mDrawables.mDrawableStart.jumpToCurrentState(); in jumpDrawablesToCurrentState()4525 mDrawables.mDrawableEnd.jumpToCurrentState(); in jumpDrawablesToCurrentState()
2330 if (mSelector != null) mSelector.jumpToCurrentState(); in jumpDrawablesToCurrentState()
11557 mBGDrawable.jumpToCurrentState();
8946 method public void jumpToCurrentState();