Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DRenderService.java58 int hostDisplayId = b.getInt(EXTRAS_DISPLAY_ID); in onBind() local
62 hostDisplayId); in onBind()
67 private SurfaceControlViewHost getSurfaceControlViewHost(IBinder hostToken, int hostDisplayId) { in getSurfaceControlViewHost() argument
68 final Context displayContext = getDisplayContext(hostDisplayId); in getSurfaceControlViewHost()
80 private Context getDisplayContext(int hostDisplayId) { in getDisplayContext() argument
82 final Display targetDisplay = displayManager.getDisplay(hostDisplayId); in getDisplayContext()