Searched refs:mMaxBounds (Results 1 – 1 of 1) sorted by relevance
246 mMaxBounds.readFromParcel(source); in readFromParcel()306 mMaxBounds.setEmpty(); in setMaxBounds()309 mMaxBounds.set(rect); in setMaxBounds()359 return mMaxBounds; in getMaxBounds()415 setMaxBounds(other.mMaxBounds); in setTo()460 if (!delta.mMaxBounds.isEmpty() && !delta.mMaxBounds.equals(mMaxBounds)) { in updateFrom()547 if (!mMaxBounds.equals(other.mMaxBounds)) { in diff()597 n = mMaxBounds.left - that.mMaxBounds.left; in compareTo()599 n = mMaxBounds.top - that.mMaxBounds.top; in compareTo()601 n = mMaxBounds.right - that.mMaxBounds.right; in compareTo()[all …]