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