Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java487 public final Surface mBoundsSurface = new Surface(); field in ViewRootImpl
1595 if (mBoundsSurfaceControl != null && mBoundsSurface.isValid()) { in createBoundsSurface()
1608 mBoundsSurface.copyFrom(mBoundsSurfaceControl); in createBoundsSurface()
1641 mBoundsSurface.release(); in destroySurface()