Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DPhysicalDisplaySwitchTransitionLauncher.java133 final Rect endAbsBounds = new Rect(0, 0, newDisplayWidth, newDisplayHeight); in requestDisplaySwitchTransitionIfNeeded() local
/frameworks/base/core/java/android/window/
DTransitionRequestInfo.java260 Rect endAbsBounds = (flg & 0x4) == 0 ? null : (Rect) in.readTypedObject(Rect.CREATOR); in DisplayChange() local