Searched refs:startAbsBounds (Results 1 – 4 of 4) sorted by relevance
131 final Rect startAbsBounds = new Rect(0, 0, oldDisplayWidth, oldDisplayHeight); in requestDisplaySwitchTransitionIfNeeded() local132 displayChange.setStartAbsBounds(startAbsBounds); in requestDisplaySwitchTransitionIfNeeded()
69 val startBounds = change.startAbsBounds in <lambda>()
510 val startBounds = draggedTaskChange.startAbsBounds in <lambda>()
259 Rect startAbsBounds = (flg & 0x2) == 0 ? null : (Rect) in.readTypedObject(Rect.CREATOR); in DisplayChange() local265 this.mStartAbsBounds = startAbsBounds; in DisplayChange()