Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarExpandedView.java148 addView(mTaskView); in initialize()
206 if (mTaskView != null) { in applyThemeAttrs()
220 if (mTaskView != null) { in onMeasure()
230 if (mTaskView != null) { in onLayout()
231 mTaskView.layout(l, t, r, in onLayout()
262 if (mTaskView != null) { in cleanUpExpandedState()
263 removeView(mTaskView); in cleanUpExpandedState()
314 if (mTaskView != null) { in updateLocation()
344 if (mTaskView == null || mTaskView.getTaskInfo() == null) return; in updateHandleColor()
360 if (mTaskView != null) { in setTaskViewAlpha()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTest.java96 TaskView mTaskView; field in TaskViewTest
140 if (mTaskView != null) { in tearDown()
141 mTaskView.release(); in tearDown()
217 mTaskView.surfaceCreated(sh); in testSurfaceDestroyed_noTask_legacyTransitions()
230 mTaskView.surfaceCreated(sh); in testSurfaceDestroyed_withTask_shouldNotHideTask_legacyTransitions()
242 mTaskView.surfaceCreated(sh); in testSurfaceDestroyed_withTask_legacyTransitions()
254 mTaskView.release(); in testOnReleased_legacyTransitions()
393 mTaskView.release(); in testOnReleased()
543 mTaskView.removeTask(); in testRemoveTaskView_noTask()
559 mTaskView.removeTask(); in testRemoveTaskView()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java147 private TaskView mTaskView; field in BubbleExpandedView
321 mTaskView = null;
503 if (mTaskView != null) { in applyThemeAttrs()
539 if (mTaskView == null) { in setSurfaceZOrderedOnTop()
569 if (mTaskView == null || mTaskView.getSurfaceControl() == null) { in snapshotActivitySurface()
574 new Rect(0, 0, mTaskView.getWidth(), mTaskView.getHeight()), in snapshotActivitySurface()
584 if (mTaskView != null) { in getTaskViewLocationOnScreen()
603 if (mTaskView != null) { in updateObscuredTouchableRegion()
751 mTaskView.setClipBounds(new Rect(0, mTopClip, mTaskView.getWidth(), in onContainerClipUpdate()
787 return mTaskView; in getTaskView()
[all …]
H A DBubbleTaskViewHelper.java78 private TaskView mTaskView; field in BubbleTaskViewHelper
102 mTaskView.getBoundsOnScreen(launchBounds);
135 mTaskView.startActivity(pi, /* fillInIntent= */ null, options,
139 mTaskView.startShortcutActivity(mBubble.getShortcutInfo(),
145 mTaskView.startActivity(mPendingIntent, fillInIntent, options,
215 mTaskView = new TaskView(mContext, mTaskViewTaskController); in BubbleTaskViewHelper()
216 mTaskView.setListener(mMainExecutor, mTaskViewListener); in BubbleTaskViewHelper()
246 if (mTaskView != null) { in cleanUpTaskView()
247 mTaskView.release(); in cleanUpTaskView()
248 mTaskView = null; in cleanUpTaskView()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTransitions.java67 final @NonNull TaskViewTaskController mTaskView; field in TaskViewTransitions.PendingTransition
83 mTaskView = taskView; in PendingTransition()
129 if (mPending.get(i).mTaskView != taskView) continue; in findPendingCloseTransition()
145 if (mPending.get(i).mTaskView != taskView) continue; in findPendingOpeningTransition()
160 if (mPending.get(i).mTaskView != taskView) continue; in findPending()
175 if (mPending.get(i).mTaskView != taskView) continue; in findAllPending()
364 tv = pending.mTaskView; in startAnimation()
400 pending.mTaskView.setTaskNotFound(); in startAnimation()