Home
last modified time | relevance | path

Searched refs:mTaskView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DTaskViewTest.java79 TaskView mTaskView; field in TaskViewTest
102 mTaskView = new TaskView(mContext, mOrganizer); in setUp()
103 mTaskView.setListener(mExecutor, mViewListener); in setUp()
108 if (mTaskView != null) { in tearDown()
109 mTaskView.release(); in tearDown()
129 mTaskView.startActivity(mock(PendingIntent.class), null, options, new Rect(0, 0, 100, 100)); in testStartActivity()
131 verify(mOrganizer).setPendingLaunchCookieListener(any(), eq(mTaskView)); in testStartActivity()
137 mTaskView.onTaskAppeared(mTaskInfo, mLeash); in testOnTaskAppeared_noSurface()
147 mTaskView.surfaceCreated(mock(SurfaceHolder.class)); in testOnTaskAppeared_withSurface()
148 mTaskView.onTaskAppeared(mTaskInfo, mLeash); in testOnTaskAppeared_withSurface()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java84 private TaskView mTaskView; field in BubbleExpandedView
156 mTaskView.getBoundsOnScreen(launchBounds);
170 mTaskView.startShortcutActivity(mBubble.getShortcutInfo(),
180 mTaskView.startActivity(mPendingIntent, fillInIntent, options,
294 if (mTaskView == null) { in onFinishInflate()
299 mTaskView.getBoundsOnScreen(avBounds); in onFinishInflate()
341 mTaskView = new TaskView(mContext, mController.getTaskOrganizer()); in initialize()
342 mTaskView.setListener(mController.getMainExecutor(), mTaskViewListener); in initialize()
343 mExpandedViewContainer.addView(mTaskView); in initialize()
344 bringChildToFront(mTaskView); in initialize()
[all …]