Searched refs:mVirtualBounds (Results 1 – 1 of 1) sorted by relevance
86 private Rect mVirtualBounds; field in ViewState101 return mVirtualBounds; in getVirtualBounds()187 mVirtualBounds = virtualBounds; in update()227 if (mVirtualBounds != null) { in toString()228 builder.append(", virtualBounds:" ).append(mVirtualBounds); in toString()252 if (mVirtualBounds != null) { in dump()253 pw.print(prefix); pw.print("virtualBounds:" ); pw.println(mVirtualBounds); in dump()