Searched refs:mRelativeBounds (Results 1 – 1 of 1) sorted by relevance
330 if (chg.mRelativeBounds == null) { in setRelativeBounds()331 chg.mRelativeBounds = new Rect(); in setRelativeBounds()333 chg.mRelativeBounds.set(relBounds); in setRelativeBounds()1035 private Rect mRelativeBounds = null; field in WindowContainerTransaction.Change1065 mRelativeBounds = new Rect(); in Change()1066 mRelativeBounds.readFromParcel(in); in Change()1115 if (other.mRelativeBounds != null) { in merge()1116 mRelativeBounds = transfer in merge()1117 ? other.mRelativeBounds in merge()1209 return mRelativeBounds; in getRelativeBounds()[all …]