/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
H A D | LocalImageResolverTest.java | 115 BitmapDrawable bd = (BitmapDrawable) ((AdaptiveIconDrawable) d).getForeground(); in resolveImage_largeAdaptiveBitmapIcon_defaultSize_resizeToDefaultSize() 229 BitmapDrawable bd = (BitmapDrawable) ((AdaptiveIconDrawable) d).getForeground(); in resolveImage_largeAdaptiveBitmapIcon_passedSize_resizeToDefinedSize() 270 BitmapDrawable bd = (BitmapDrawable) ((AdaptiveIconDrawable) d).getForeground(); in resolveImage_smallAdaptiveBitmapIcon_defaultSize_untouched()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | WatchListDecorLayout.java | 199 final Drawable drawable = getForeground(); in onMeasure() 246 final Drawable foreground = getForeground(); in setForegroundGravity()
|
H A D | DialogViewAnimator.java | 96 final Drawable drawable = getForeground(); in onMeasure()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | FrameLayout.java | 128 final Drawable foreground = getForeground(); in setForegroundGravity() 219 final Drawable drawable = getForeground(); in onMeasure()
|
H A D | DayPickerViewPager.java | 93 final Drawable drawable = getForeground(); in onMeasure()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | SimpleIconFactory.java | 376 Optional.ofNullable(adi.getForeground()).ifPresent(drawable -> { in createIconBitmap() 434 FixedScaleDrawable fsd = ((FixedScaleDrawable) dr.getForeground()); in normalizeAndWrapToAdaptiveIcon()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorView.java | 648 Drawable fg = getForeground(); 999 if (getForeground() != drawable) { 1053 if (getForeground() != null) { 1736 Drawable fg = getForeground(); in drawableChanged() 2113 if (getForeground() != null) { in enableCaption()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
H A D | IconTest.java | 416 final Drawable drawable = adaptiveDrawable.getForeground(); in testScaleDownMaxSizeWithAdaptiveBitmap()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AdaptiveIconDrawable.java | 293 public Drawable getForeground() { in getForeground() method in AdaptiveIconDrawable
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenContentDrawer.java | 663 final Drawable iconForeground = adaptiveIconDrawable.getForeground(); in processAdaptiveIcon()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 25533 public Drawable getForeground() { in getForeground() method in View
|
/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/core/api/ |
H A D | current.txt | 16748 method public android.graphics.drawable.Drawable getForeground(); 52148 method public android.graphics.drawable.Drawable getForeground();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17422 HSPLandroid/view/View;->getForeground()Landroid/graphics/drawable/Drawable;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17486 HSPLandroid/view/View;->getForeground()Landroid/graphics/drawable/Drawable;
|