Searched refs:mVirtualBounds (Results 1 – 1 of 1) sorted by relevance
120 private Rect mVirtualBounds; field in ViewState136 return mVirtualBounds; in getVirtualBounds()247 mVirtualBounds = virtualBounds; in update()301 if (mVirtualBounds != null) { in toString()302 builder.append(", virtualBounds:" ).append(mVirtualBounds); in toString()335 if (mVirtualBounds != null) { in dump()336 pw.print(prefix); pw.print("virtualBounds:" ); pw.println(mVirtualBounds); in dump()