Searched refs:mVirtualBounds (Results 1 – 1 of 1) sorted by relevance
96 private Rect mVirtualBounds; field in ViewState111 return mVirtualBounds; in getVirtualBounds()197 mVirtualBounds = virtualBounds; in update()237 if (mVirtualBounds != null) { in toString()238 builder.append(", virtualBounds:" ).append(mVirtualBounds); in toString()262 if (mVirtualBounds != null) { in dump()263 pw.print(prefix); pw.print("virtualBounds:" ); pw.println(mVirtualBounds); in dump()