/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AbsSeekBar.java | 230 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 D | CheckedTextView.java | 202 d.setState(getDrawableState()); in setCheckMarkDrawableInternal() 332 mCheckMarkDrawable.setState(getDrawableState()); in applyCheckMarkTint() 480 && checkMarkDrawable.setState(getDrawableState())) { in drawableStateChanged()
|
H A D | CompoundButton.java | 316 drawable.setState(getDrawableState()); in setButtonDrawable() 471 mButtonDrawable.setState(getDrawableState()); in applyButtonTint() 590 && buttonDrawable.setState(getDrawableState())) { in drawableStateChanged()
|
H A D | ProgressBar.java | 750 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 D | TabWidget.java | 399 leftStrip.setState(selectedChild.getDrawableState()); in dispatchDraw() 402 rightStrip.setState(selectedChild.getDrawableState()); in dispatchDraw()
|
H A D | Switch.java | 700 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 D | ImageView.java | 748 mDrawable.setState(getDrawableState()); 1066 d.setState(getDrawableState()); in updateDrawable() 1372 && drawable.setState(getDrawableState())) { in drawableStateChanged()
|
H A D | QuickContactBadge.java | 119 && overlay.setState(getDrawableState())) { in drawableStateChanged()
|
H A D | AnalogClock.java | 924 newDrawable.setState(getDrawableState()); in apply()
|
H A D | NumberPicker.java | 661 selectionDivider.setState(getDrawableState()); in NumberPicker() 1619 && selectionDivider.setState(getDrawableState())) { in drawableStateChanged()
|
H A D | TextView.java | 704 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 D | AbsListView.java | 3025 return super.getDrawableState(); in getDrawableStateForSelector()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | MediaRouteButton.java | 213 && remoteIndicator.setState(getDrawableState())) { in drawableStateChanged() 226 d.setState(getDrawableState()); in setRemoteIndicatorDrawable()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | UserDetailItemView.java | 143 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 D | NotificationBackgroundView.java | 116 setState(getDrawableState()); in drawableStateChanged()
|
H A D | NotificationGuts.java | 229 d.setState(getDrawableState()); in drawableStateChanged()
|
H A D | ActivatableNotificationView.java | 227 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 1557 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 D | NotificationHeaderView.java | 133 mBackground.setState(getDrawableState()); in drawableStateChanged()
|
H A D | View.java | 6903 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 D | ViewGroup.java | 7748 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 D | ActionBarContainer.java | 159 final int[] state = getDrawableState(); in drawableStateChanged()
|
H A D | ViewPager.java | 739 && marginDrawable.setState(getDrawableState())) { in drawableStateChanged()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17411 HSPLandroid/view/View;->getDrawableState()[I+]Landroid/view/View;missing_types
|