Home
last modified time | relevance | path

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 DTvPipActionProviderTest.java133 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 DPipParamsChangedForwarder.java85 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 DTvPipActionsProvider.java99 listener.onActionsChanged(added, changed, startIndex); in notifyActionsChanged()
244 void onActionsChanged(int added, int updated, int startIndex); in onActionsChanged() method
H A DTvPipNotificationController.java247 public void onActionsChanged(int added, int updated, int startIndex) { in onActionsChanged() method in TvPipNotificationController
H A DTvPipMenuView.java461 public void onActionsChanged(int added, int updated, int startIndex) { in onActionsChanged() method in TvPipMenuView
H A DTvPipController.java577 public void onActionsChanged(List<RemoteAction> actions, in registerPipParamsChangedListener()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java625 public void onActionsChanged(List<RemoteAction> actions, in onInit()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60692 Landroid/view/IPinnedStackListener$Stub$Proxy;->onActionsChanged(Landroid/content/pm/ParceledListSl…
60707 Landroid/view/IPinnedStackListener;->onActionsChanged(Landroid/content/pm/ParceledListSlice;)V