Searched refs:updateWidgets (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
H A D | ControllerActivity.java | 92 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 D | ZenModePanel.java | 305 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 D | PeopleSpaceWidgetProvider.java | 54 mPeopleSpaceWidgetManager.updateWidgets(appWidgetIds); in onUpdate()
|
H A D | PeopleBackupHelper.java | 191 updateWidgets(mContext); in restoreEntity() 493 public static void updateWidgets(Context context) { in updateWidgets() method in PeopleBackupHelper
|
H A D | PeopleSpaceWidgetManager.java | 262 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 D | PeopleBackupFollowUpJob.java | 132 PeopleBackupHelper.updateWidgets(mContext); in onStartJob()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 1018 mManager.updateWidgets(new int[]{WIDGET_ID_WITH_SHORTCUT, SECOND_WIDGET_ID_WITH_SHORTCUT}); in testDeleteAllWidgetsForConversationsUncachesShortcutAndRemovesListeners() 1066 mManager.updateWidgets(widgetIdsArray); in testUpdateWidgetsWithEmptyOptionsAddsPeopleTileToOptions()
|