Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotPolicyImplTest.kt53 assertThat(fullScreenWorkProfileTask.toDisplayContentInfo()) in testToDisplayContentInfo()
77 assertThat(info).isEqualTo(fullScreenWorkProfileTask.toDisplayContentInfo()) in <lambda>()
111 assertThat(info).isEqualTo(launcherTask.toDisplayContentInfo()) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotPolicyImpl.kt105 return target.toDisplayContentInfo() in <lambda>()
177 internal fun RootTaskInfo.toDisplayContentInfo(): DisplayContentInfo { in toDisplayContentInfo() method