Home
last modified time | relevance | path

Searched refs:updateWidgets (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java92 updateWidgets(insets, Type.statusBars(), mToggleStatus, mSeekStatus); in onApplyWindowInsets()
93 updateWidgets(insets, Type.navigationBars(), mToggleNavigation, mSeekNavigation); in onApplyWindowInsets()
94 updateWidgets(insets, Type.ime(), mToggleIme, mSeekIme); in onApplyWindowInsets()
105 private void updateWidgets(WindowInsets insets, int types, ToggleButton toggle, SeekBar seek) { in updateWidgets() method in ControllerActivity
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java305 updateWidgets(); in onAttach()
347 updateWidgets(); in setHidden()
365 updateWidgets(); in setExpanded()
394 updateWidgets(); in setExitCondition()
447 updateWidgets(); in handleUpdateZen()
456 private void updateWidgets() { in updateWidgets() method in ZenModePanel
867 case UPDATE_WIDGETS: updateWidgets(); break; in handleMessage()
1064 updateWidgets(); in run()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetProvider.java54 mPeopleSpaceWidgetManager.updateWidgets(appWidgetIds); in onUpdate()
H A DPeopleBackupHelper.java191 updateWidgets(mContext); in restoreEntity()
493 public static void updateWidgets(Context context) { in updateWidgets() method in PeopleBackupHelper
H A DPeopleSpaceWidgetManager.java262 public void updateWidgets(int[] widgetIds) { in updateWidgets() method in PeopleSpaceWidgetManager
781 updateWidgets(mAppWidgetManager.getAppWidgetIds(
808 updateWidgets(new int[]{appWidgetId}); in onAppWidgetOptionsChanged()
1249 updateWidgets(widgetIds); in remapWidgets()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleBackupFollowUpJob.java132 PeopleBackupHelper.updateWidgets(mContext); in onStartJob()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1018 mManager.updateWidgets(new int[]{WIDGET_ID_WITH_SHORTCUT, SECOND_WIDGET_ID_WITH_SHORTCUT}); in testDeleteAllWidgetsForConversationsUncachesShortcutAndRemovesListeners()
1066 mManager.updateWidgets(widgetIdsArray); in testUpdateWidgetsWithEmptyOptionsAddsPeopleTileToOptions()