Home
last modified time | relevance | path

Searched refs:onTaskCreated (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleTaskViewHelper.java57 void onTaskCreated(); in onTaskCreated() method
166 public void onTaskCreated(int taskId, ComponentName name) {
176 mListener.onTaskCreated();
H A DBubbleExpandedView.java285 public void onTaskCreated(int taskId, ComponentName name) {
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DTaskStackListenerImplTest.java129 mImpl.onTaskCreated(1, new ComponentName("a", "b")); in testOnTaskCreated()
130 verify(mCallback).onTaskCreated(eq(1), eq(new ComponentName("a", "b"))); in testOnTaskCreated()
131 verify(mOtherCallback).onTaskCreated(eq(1), eq(new ComponentName("a", "b"))); in testOnTaskCreated()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarExpandedView.java56 void onTaskCreated(); in onTaskCreated() method
240 public void onTaskCreated() { in onTaskCreated() method in BubbleBarExpandedView
244 mListener.onTaskCreated(); in onTaskCreated()
H A DBubbleBarLayerView.java173 public void onTaskCreated() { in showExpandedView()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTaskStackChangeListener.java72 default void onTaskCreated(int taskId, ComponentName componentName) { } in onTaskCreated() method
H A DTaskStackChangeListeners.java275 public void onTaskCreated(int taskId, ComponentName componentName) { in onTaskCreated() method in TaskStackChangeListeners.Impl
429 mTaskStackListeners.get(i).onTaskCreated(msg.arg1, in handleMessage()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTaskStackListenerCallback.java45 default void onTaskCreated(int taskId, ComponentName componentName) { } in onTaskCreated() method
H A DTaskStackListenerImpl.java164 public void onTaskCreated(int taskId, ComponentName componentName) { in onTaskCreated() method in TaskStackListenerImpl
359 mTaskStackListeners.get(i).onTaskCreated(msg.arg1, in handleMessage()
/aosp14/frameworks/base/core/java/android/app/
H A DITaskStackListener.aidl93 void onTaskCreated(int taskId, in ComponentName componentName); in onTaskCreated() method
H A DTaskStackListener.java101 public void onTaskCreated(int taskId, ComponentName componentName) throws RemoteException { in onTaskCreated() method in TaskStackListener
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTest.java174 verify(mViewListener).onTaskCreated(eq(mTaskInfo.taskId), any()); in testOnTaskAppeared_noSurface_legacyTransitions()
186 verify(mViewListener).onTaskCreated(eq(mTaskInfo.taskId), any()); in testOnTaskAppeared_withSurface_legacyTransitions()
305 verify(mViewListener).onTaskCreated(eq(mTaskInfo.taskId), any()); in testOnNewTask_noSurface()
333 verify(mViewListener).onTaskCreated(eq(mTaskInfo.taskId), any()); in testOnNewTask_withSurface()
557 verify(mViewListener).onTaskCreated(eq(mTaskInfo.taskId), any()); in testRemoveTaskView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DPanelTaskViewController.kt95 override fun onTaskCreated(taskId: Int, name: ComponentName?) {
H A DDetailDialog.kt117 override fun onTaskCreated(taskId: Int, name: ComponentName?) {
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskStackChangedListenerTest.java151 public void onTaskCreated(int taskId, ComponentName componentName) in testTaskDescriptionChanged()
213 public void onTaskCreated(int taskId, ComponentName componentName) { in testTaskChangeCallBacks()
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameServiceProviderInstanceImpl.java122 public void onTaskCreated(int taskId, ComponentName componentName) throws RemoteException {
128 GameServiceProviderInstanceImpl.this.onTaskCreated(taskId, componentName);
354 private void onTaskCreated(int taskId, @NonNull ComponentName componentName) { in onTaskCreated() method in GameServiceProviderInstanceImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DPanelTaskViewControllerTest.kt133 listenerCaptor.value.onTaskCreated(1, ComponentName("Test", "TEST"))
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTaskController.java331 mListener.onTaskCreated(taskId, baseActivity); in onTaskAppeared()
641 mListener.onTaskCreated(taskId, baseActivity); in prepareOpenAnimation()
H A DTaskView.java58 default void onTaskCreated(int taskId, ComponentName name) {} in onTaskCreated() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskChangeNotificationController.java88 l.onTaskCreated(m.arg1, (ComponentName) m.obj);
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedController.java179 public void onTaskCreated(int taskId, ComponentName componentName) {
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
H A DGameServiceProviderInstanceImplTest.java1154 taskStackListener.onTaskCreated(taskId, componentName); in dispatchTaskCreated()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java156 public void onTaskCreated(int taskId, ComponentName componentName) {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6827 Landroid/app/ITaskStackListener$Stub$Proxy;->onTaskCreated(ILandroid/content/ComponentName;)V
6866 Landroid/app/ITaskStackListener;->onTaskCreated(ILandroid/content/ComponentName;)V
9015 Landroid/app/TaskStackListener;->onTaskCreated(ILandroid/content/ComponentName;)V
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2874 HSPLandroid/app/TaskStackListener;->onTaskCreated(ILandroid/content/ComponentName;)V

12