Home
last modified time | relevance | path

Searched refs:updateIcons (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/
H A DTvOngoingPrivacyChip.java200 updateIcons(); in updateChip()
206 updateIcons(); in updateChip()
277 mChipDrawable.updateIcons(0); in fadeOutIndicator()
333 updateIcons(); in createAndShowIndicator()
348 private void updateIcons() { in updateIcons() method in TvOngoingPrivacyChip
366 mChipDrawable.updateIcons(icons.size()); in updateIcons()
H A DPrivacyChipDrawable.java241 public void updateIcons(int iconCount) { in updateIcons() method in PrivacyChipDrawable
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DRefreshShortcutsTask.java57 new DynamicShortcuts(jobService, new IconFactory(jobService)).updateIcons(); // Blocking in doInBackground()
H A DDynamicShortcuts.java143 void updateIcons() { in updateIcons() method in DynamicShortcuts
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt138 fun updateIcons(entry: NotificationEntry) { regex
170 updateIcons(entry)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DContextualButtonGroup.java127 public void updateIcons(int lightIconColor, int darkIconColor) { in updateIcons() method in ContextualButtonGroup
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderTask.java254 updateHandler.updateIcons(allActivityList, in run()
262 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()
282 updateHandler.updateIcons(allDeepShortcuts, in run()
301 updateHandler.updateIcons(allWidgetsList, in run()
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramItemView.java328 updateIcons(); in setValues()
384 private void updateIcons() { in updateIcons() method in ProgramItemView
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
H A DIconManagerTest.kt163 iconManager.updateIcons(it)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java124 mIconManager.updateIcons(entry); in inflateViews()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java573 updateIcons(Configuration.EMPTY); in reloadNavIcons()
576 private void updateIcons(Configuration oldConfig) { in updateIcons() method in NavigationBarView
587 mContextualButtonGroup.updateIcons(mLightIconColor, mDarkIconColor); in updateIcons()
1224 updateIcons(mTmpLastConfiguration); in onConfigurationChanged()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DIconCacheUpdateHandler.java106 public <T> void updateIcons(List<T> apps, CachingLogic<T> cachingLogic, in updateIcons() method in IconCacheUpdateHandler