Home
last modified time | relevance | path

Searched refs:onActionsChanged (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/
DTvPipActionProviderTest.java136 verify(mMockListener).onActionsChanged(/* added= */ 1, /* updated= */ 0, /* index= */ 3); in expandedPip_enableExpansion_enable()
149 verify(mMockListener).onActionsChanged(/* added= */ -1, /* updated= */ 0, /* index= */ 3); in expandedPip_enableExpansion_disable()
176 verify(mMockListener).onActionsChanged(0, 1, 3); in check_expandedPip_updateExpansionState()
179 .onActionsChanged(anyInt(), anyInt(), anyInt()); in check_expandedPip_updateExpansionState()
223 .onActionsChanged(anyInt(), anyInt(), anyInt()); in regularPiP_updateExpansionState_setCollapsed()
236 verify(mMockListener).onActionsChanged(/* added= */ 2, /* updated= */ 0, /* index= */ 2); in customActions_added()
250 verify(mMockListener).onActionsChanged(/* added= */ 1, /* updated= */ 2, /* index= */ 2); in customActions_replacedMore()
263 verify(mMockListener).onActionsChanged(/* added= */ -2, /* updated= */ 0, /* index= */ 2); in customActions_replacedLess()
277 verify(mMockListener).onActionsChanged(/* added= */ 0, /* updated= */ 1, /* index= */ 1); in customCloseAdded()
293 verify(mMockListener).onActionsChanged(/* added= */ 0, /* updated= */ 1, /* index= */ 1); in customClose_matchesOtherCustomAction()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipParamsChangedForwarder.java85 listener.onActionsChanged(actions, closeAction); in notifyActionsChanged()
110 default void onActionsChanged(List<RemoteAction> actions, RemoteAction closeAction) { in onActionsChanged() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipActionsProvider.java102 listener.onActionsChanged(added, changed, startIndex); in notifyActionsChanged()
255 void onActionsChanged(int added, int updated, int startIndex); in onActionsChanged() method
DTvPipNotificationController.java249 public void onActionsChanged(int added, int updated, int startIndex) { in onActionsChanged() method in TvPipNotificationController
DTvPipMenuView.java470 public void onActionsChanged(int added, int updated, int startIndex) { in onActionsChanged() method in TvPipMenuView
DTvPipController.java604 public void onActionsChanged(List<RemoteAction> actions, in registerPipParamsChangedListener()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java630 public void onActionsChanged(List<RemoteAction> actions, in onInit()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60049 Landroid/view/IPinnedStackListener$Stub$Proxy;->onActionsChanged(Landroid/content/pm/ParceledListSl…
60064 Landroid/view/IPinnedStackListener;->onActionsChanged(Landroid/content/pm/ParceledListSlice;)V