Searched refs:onActionsChanged (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipActionProviderTest.java | 133 verify(mMockListener).onActionsChanged(/* added= */ 1, /* updated= */ 0, /* index= */ 3); in expandedPip_enableExpansion_enable() 146 verify(mMockListener).onActionsChanged(/* added= */ -1, /* updated= */ 0, /* index= */ 3); in expandedPip_enableExpansion_disable() 174 verify(mMockListener).onActionsChanged(0, 1, 3); in check_expandedPip_updateExpansionState() 177 .onActionsChanged(anyInt(), anyInt(), anyInt()); in check_expandedPip_updateExpansionState() 227 .onActionsChanged(anyInt(), anyInt(), anyInt()); in regularPiP_updateExpansionState_setCollapsed() 241 verify(mMockListener).onActionsChanged(/* added= */ 2, /* updated= */ 0, /* index= */ 2); in customActions_added() 256 verify(mMockListener).onActionsChanged(/* added= */ 1, /* updated= */ 2, /* index= */ 2); in customActions_replacedMore() 286 verify(mMockListener).onActionsChanged(/* added= */ 0, /* updated= */ 1, /* index= */ 1); in customCloseAdded() 304 verify(mMockListener).onActionsChanged(/* added= */ 0, /* updated= */ 1, /* index= */ 1); in customClose_matchesOtherCustomAction() 305 verify(mMockListener).onActionsChanged(/* added= */ 2, /* updated= */ 0, /* index= */ 2); in customClose_matchesOtherCustomAction() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipParamsChangedForwarder.java | 85 listener.onActionsChanged(actions, closeAction); in notifyActionsChanged() 110 default void onActionsChanged(List<RemoteAction> actions, RemoteAction closeAction) { in onActionsChanged() method
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipActionsProvider.java | 99 listener.onActionsChanged(added, changed, startIndex); in notifyActionsChanged() 244 void onActionsChanged(int added, int updated, int startIndex); in onActionsChanged() method
|
H A D | TvPipNotificationController.java | 247 public void onActionsChanged(int added, int updated, int startIndex) { in onActionsChanged() method in TvPipNotificationController
|
H A D | TvPipMenuView.java | 461 public void onActionsChanged(int added, int updated, int startIndex) { in onActionsChanged() method in TvPipMenuView
|
H A D | TvPipController.java | 577 public void onActionsChanged(List<RemoteAction> actions, in registerPipParamsChangedListener()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 625 public void onActionsChanged(List<RemoteAction> actions, in onInit()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 60692 Landroid/view/IPinnedStackListener$Stub$Proxy;->onActionsChanged(Landroid/content/pm/ParceledListSl… 60707 Landroid/view/IPinnedStackListener;->onActionsChanged(Landroid/content/pm/ParceledListSlice;)V
|