Searched refs:mRelativeBounds (Results 1 – 1 of 1) sorted by relevance
343 if (chg.mRelativeBounds == null) { in setRelativeBounds()344 chg.mRelativeBounds = new Rect(); in setRelativeBounds()346 chg.mRelativeBounds.set(relBounds); in setRelativeBounds()1100 private Rect mRelativeBounds = null; field in WindowContainerTransaction.Change1131 mRelativeBounds = new Rect(); in Change()1132 mRelativeBounds.readFromParcel(in); in Change()1182 if (other.mRelativeBounds != null) { in merge()1183 mRelativeBounds = transfer in merge()1184 ? other.mRelativeBounds in merge()1185 : new Rect(other.mRelativeBounds); in merge()[all …]