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