Home
last modified time | relevance | path

Searched refs:mRelativeBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java343 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.Change
1131 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 …]