Searched refs:crop (Results 1 – 2 of 2) sorted by relevance
57 val crop: Rect?, constant in com.android.server.wm.traces.common.layers.Layer243 crop?.isEmpty ?: false -> "Crop is 0x0"344 if (crop != other.crop) return false in equals()380 result = 31 * result + (crop?.hashCode() ?: 0) in hashCode()
424 crop = proto.animator?.lastClipRect?.toRect() ?: Rect.EMPTY, in <lambda>()