Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp519 Vector<PhysicalDisplayId> physicalDisplayIds; in readyToRun() local
538 physicalDisplayIds.add(id); in readyToRun()
547 for (auto id : physicalDisplayIds) { in readyToRun()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2378 final long[] physicalDisplayIds = getPhysicalDisplayIds(); in getInternalDisplayToken() local
2379 if (physicalDisplayIds.length == 0) { in getInternalDisplayToken()
2382 return getPhysicalDisplayToken(physicalDisplayIds[0]); in getInternalDisplayToken()