Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java165 if (chg.mBoundsChangeSurfaceBounds == null) { in setBoundsChangeTransaction()
166 chg.mBoundsChangeSurfaceBounds = new Rect(); in setBoundsChangeTransaction()
168 chg.mBoundsChangeSurfaceBounds.set(surfaceBounds); in setBoundsChangeTransaction()
354 private Rect mBoundsChangeSurfaceBounds = null; field in WindowContainerTransaction.Change
377 mBoundsChangeSurfaceBounds = new Rect(); in Change()
378 mBoundsChangeSurfaceBounds.readFromParcel(in); in Change()
414 if (other.mBoundsChangeSurfaceBounds != null) { in merge()
415 mBoundsChangeSurfaceBounds = transfer ? other.mBoundsChangeSurfaceBounds in merge()
416 : new Rect(other.mBoundsChangeSurfaceBounds); in merge()
475 return mBoundsChangeSurfaceBounds; in getBoundsChangeSurfaceBounds()
[all …]