Home
last modified time | relevance | path

Searched defs:startAbsBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DPhysicalDisplaySwitchTransitionLauncher.java131 final Rect startAbsBounds = new Rect(0, 0, oldDisplayWidth, oldDisplayHeight); in requestDisplaySwitchTransitionIfNeeded() local
/frameworks/base/core/java/android/window/
DTransitionRequestInfo.java259 Rect startAbsBounds = (flg & 0x2) == 0 ? null : (Rect) in.readTypedObject(Rect.CREATOR); in DisplayChange() local