Home
last modified time | relevance | path

Searched defs:iconDrawable (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfoTest.java128 final Drawable iconDrawable = mock(Drawable.class); in testBindNotification_SetsPackageIcon() local
H A DNotificationInfoTest.java205 final Drawable iconDrawable = mock(Drawable.class); in testBindNotification_SetsPackageIcon() local
H A DExpandableNotificationRowTest.java836 private void setDrawableIconsInImageView(CachingIconView icon, Drawable iconDrawable, in setDrawableIconsInImageView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/television/
H A DTvSensorPrivacyChangedActivity.java143 Drawable iconDrawable = mIcon.getDrawable(); in updateUI() local
H A DTvUnblockSensorActivity.java215 Drawable iconDrawable = mIcon.getDrawable(); in updateUiForHardwareToggle() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java93 static Drawable[] makeLegacyIconDrawable(@NonNull Drawable iconDrawable, int srcIconSize, in makeLegacyIconDrawable()
H A DSplashscreenContentDrawer.java595 Drawable iconDrawable; in build() local
643 private void createIconDrawable(Drawable iconDrawable, boolean legacy, in createIconDrawable()
656 private boolean processAdaptiveIcon(Drawable iconDrawable) { in processAdaptiveIcon()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt368 val iconDrawable = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java185 Drawable iconDrawable = null; in showSlice() local
/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreenView.java478 void initIconAnimation(Drawable iconDrawable) { in initIconAnimation()