Searched refs:endAbsBounds (Results 1 – 3 of 3) sorted by relevance
116 final Rect endAbsBounds = new Rect(0, 0, newDisplayWidth, newDisplayHeight); in requestDisplaySwitchTransitionIfNeeded() local117 displayChange.setEndAbsBounds(endAbsBounds); in requestDisplaySwitchTransitionIfNeeded()
220 Rect endAbsBounds = (flg & 0x4) == 0 ? null : (Rect) in.readTypedObject(Rect.CREATOR); in DisplayChange() local226 this.mEndAbsBounds = endAbsBounds; in DisplayChange()
74 val endBounds = change.endAbsBounds