Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java251 final Task showTask = createTask(mDisplayContent); in testCreateInfo_DisplayArea() local
252 final Task showNestedTask = createTaskInRootTask(showTask, 0); in testCreateInfo_DisplayArea()
254 final DisplayArea tda = showTask.getDisplayArea(); in testCreateInfo_DisplayArea()
258 changes.put(showTask, in testCreateInfo_DisplayArea()
259 new Transition.ChangeInfo(showTask, false /* vis */, true /* exChg */)); in testCreateInfo_DisplayArea()
288 makeTaskOrganized(showTask); in testCreateInfo_DisplayArea()
293 assertNotNull(info.getChange(showTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_DisplayArea()