Searched refs:notifyActionsChanged (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipActionsProvider.java | 97 private void notifyActionsChanged(int added, int changed, int startIndex) { in notifyActionsChanged() method in TvPipActionsProvider 110 notifyActionsChanged(/* added= */ 0, /* updated= */ 1, CLOSE_ACTION_INDEX); in setAppActions() 168 notifyActionsChanged(added, changed, FIRST_CUSTOM_ACTION_INDEX); in updateCustomActions() 185 notifyActionsChanged(/* added= */ enabled ? 1 : -1, /* updated= */ 0, actionIndex); in updateExpansionEnabled() 197 notifyActionsChanged(/* added= */ 0, /* updated= */ 1, in updatePipExpansionState()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipMediaController.kt | 98 notifyActionsChanged() 315 notifyActionsChanged() 326 private fun notifyActionsChanged() { regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipParamsChangedForwarder.java | 83 public void notifyActionsChanged(List<RemoteAction> actions, RemoteAction closeAction) { in notifyActionsChanged() method in PipParamsChangedForwarder
|
H A D | PipTaskOrganizer.java | 723 mPipParamsChangedForwarder.notifyActionsChanged(mPictureInPictureParams.getActions(), in onTaskAppeared() 1315 mPipParamsChangedForwarder.notifyActionsChanged(params.getActions(), in applyNewPictureInPictureParams()
|