Home
last modified time | relevance | path

Searched refs:getDrawableState (Results 1 – 25 of 27) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java230 int[] state = getDrawableState(); in setThumb()
358 mThumb.setState(getDrawableState()); in applyThumbTint()
417 tickMark.setState(getDrawableState()); in setTickMark()
545 mTickMark.setState(getDrawableState()); in applyTickMarkTint()
626 && thumb.setState(getDrawableState())) {
632 && tickMark.setState(getDrawableState())) {
H A DCheckedTextView.java202 d.setState(getDrawableState()); in setCheckMarkDrawableInternal()
332 mCheckMarkDrawable.setState(getDrawableState()); in applyCheckMarkTint()
480 && checkMarkDrawable.setState(getDrawableState())) { in drawableStateChanged()
H A DCompoundButton.java316 drawable.setState(getDrawableState()); in setButtonDrawable()
471 mButtonDrawable.setState(getDrawableState()); in applyButtonTint()
590 && buttonDrawable.setState(getDrawableState())) { in drawableStateChanged()
H A DProgressBar.java750 d.setState(getDrawableState()); in setIndeterminateDrawable()
886 mIndeterminateDrawable.setState(getDrawableState()); in applyIndeterminateTint()
945 d.setState(getDrawableState()); in setProgressDrawable()
1009 target.setState(getDrawableState()); in applyPrimaryProgressTint()
1034 target.setState(getDrawableState()); in applyProgressBackgroundTint()
1059 target.setState(getDrawableState()); in applySecondaryProgressTint()
2214 final int[] state = getDrawableState(); in updateDrawableState()
H A DTabWidget.java399 leftStrip.setState(selectedChild.getDrawableState()); in dispatchDraw()
402 rightStrip.setState(selectedChild.getDrawableState()); in dispatchDraw()
H A DSwitch.java700 mTrackDrawable.setState(getDrawableState()); in applyTrackTint()
881 mThumbDrawable.setState(getDrawableState()); in applyThumbTint()
1437 final int drawableState[] = getDrawableState(); in onDraw()
1532 final int[] state = getDrawableState(); in drawableStateChanged()
H A DImageView.java748 mDrawable.setState(getDrawableState());
1066 d.setState(getDrawableState()); in updateDrawable()
1372 && drawable.setState(getDrawableState())) { in drawableStateChanged()
H A DQuickContactBadge.java119 && overlay.setState(getDrawableState())) { in drawableStateChanged()
H A DAnalogClock.java924 newDrawable.setState(getDrawableState()); in apply()
H A DNumberPicker.java661 selectionDivider.setState(getDrawableState()); in NumberPicker()
1619 && selectionDivider.setState(getDrawableState())) { in drawableStateChanged()
H A DTextView.java704 final int[] state = tv.getDrawableState();
2404 int[] state = getDrawableState(); in setRelativeDrawablesIfNeeded()
3131 state = getDrawableState(); in setCompoundDrawables()
3342 state = getDrawableState(); in setCompoundDrawablesRelative()
3640 final int[] state = getDrawableState(); in applyCompoundDrawableTint()
6672 final int[] drawableState = getDrawableState(); in updateTextColors()
6712 final int[] state = getDrawableState(); in drawableStateChanged()
9021 mTextPaint.drawableState = getDrawableState(); in onDraw()
15356 dr.setState(getDrawableState()); in prepareDrawableForDisplay()
H A DAbsListView.java3025 return super.getDrawableState(); in getDrawableStateForSelector()
/aosp14/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java213 && remoteIndicator.setState(getDrawableState())) { in drawableStateChanged()
226 d.setState(getDrawableState()); in setRemoteIndicatorDrawable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailItemView.java143 boolean activated = ArrayUtils.contains(getDrawableState(), android.R.attr.state_activated); in updateTextStyle()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java116 setState(getDrawableState()); in drawableStateChanged()
H A DNotificationGuts.java229 d.setState(getDrawableState()); in drawableStateChanged()
H A DActivatableNotificationView.java227 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1557 DrawableFeatureState st = getDrawableState(featureId, true); in setFeatureDrawableResource()
1572 DrawableFeatureState st = getDrawableState(featureId, true); in setFeatureDrawableUri()
1586 DrawableFeatureState st = getDrawableState(featureId, true); in setFeatureDrawable()
1597 DrawableFeatureState st = getDrawableState(featureId, true); in setFeatureDrawableAlpha()
1605 DrawableFeatureState st = getDrawableState(featureId, true); in setFeatureDefaultDrawable()
1629 final DrawableFeatureState st = getDrawableState(featureId, false); in updateDrawable()
2922 private DrawableFeatureState getDrawableState(int featureId, boolean required) {
2997 DrawableFeatureState st = getDrawableState(featureId, true);
/aosp14/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java133 mBackground.setState(getDrawableState()); in drawableStateChanged()
H A DView.java6903 mScrollCache.scrollBar.setState(getDrawableState());
6928 scrollabilityCache.scrollBar.setState(getDrawableState());
19160 stateListAnimator.setState(getDrawableState()); in setStateListAnimator()
19838 scrollCache.scrollBar.setState(getDrawableState()); in awakenScrollBars()
24857 final int[] state = getDrawableState(); in drawableStateChanged()
24981 highlight.setState(getDrawableState()); in setDefaultFocusHighlight()
25067 public final int[] getDrawableState() { in getDrawableState() method in View
25324 background.setState(getDrawableState()); in setBackgroundDrawable()
25518 mBackground.setState(getDrawableState()); in applyBackgroundTint()
25574 foreground.setState(getDrawableState()); in setForeground()
[all …]
H A DViewGroup.java7748 int[] childState = getChildAt(i).getDrawableState(); in onCreateDrawableState()
7758 int[] childState = getChildAt(i).getDrawableState(); in onCreateDrawableState()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java159 final int[] state = getDrawableState(); in drawableStateChanged()
H A DViewPager.java739 && marginDrawable.setState(getDrawableState())) { in drawableStateChanged()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17411 HSPLandroid/view/View;->getDrawableState()[I+]Landroid/view/View;missing_types

12