Lines Matching refs:RSInvalidStateException
105 …throw new RSInvalidStateException("Cannot set LOD when the allocation type does not include mipmap… in setLOD()
108 throw new RSInvalidStateException("Cannot set LOD when the adapter includes mipmaps."); in setLOD()
124 …throw new RSInvalidStateException("Cannot set Face when the allocation type does not include faces… in setFace()
127 throw new RSInvalidStateException("Cannot set face when the adapter includes faces."); in setFace()
147 throw new RSInvalidStateException("Cannot set X greater than dimension of allocation."); in setX()
150 throw new RSInvalidStateException("Cannot set X when the adapter includes X."); in setX()
153 …throw new RSInvalidStateException("Cannot set (X + window) which would be larger than dimension of… in setX()
169 …throw new RSInvalidStateException("Cannot set Y when the allocation type does not include Y dim."); in setY()
172 throw new RSInvalidStateException("Cannot set Y greater than dimension of allocation."); in setY()
175 throw new RSInvalidStateException("Cannot set Y when the adapter includes Y."); in setY()
178 …throw new RSInvalidStateException("Cannot set (Y + window) which would be larger than dimension of… in setY()
194 …throw new RSInvalidStateException("Cannot set Z when the allocation type does not include Z dim."); in setZ()
197 throw new RSInvalidStateException("Cannot set Z greater than dimension of allocation."); in setZ()
200 throw new RSInvalidStateException("Cannot set Z when the adapter includes Z."); in setZ()
203 …throw new RSInvalidStateException("Cannot set (Z + window) which would be larger than dimension of… in setZ()
215 …throw new RSInvalidStateException("Cannot set arrayNum when the allocation type does not include a… in setArray()
218 … throw new RSInvalidStateException("Cannot set arrayNum greater than dimension of allocation."); in setArray()
221 … throw new RSInvalidStateException("Cannot set arrayNum when the adapter includes arrayNum."); in setArray()
224 …throw new RSInvalidStateException("Cannot set (arrayNum + window) which would be larger than dimen… in setArray()
270 throw new RSInvalidStateException("Adapters cannot be nested."); in createTyped()
274 throw new RSInvalidStateException("Element must match Allocation type."); in createTyped()
278 … throw new RSInvalidStateException("Adapters do not support window types with Mipmaps or Faces."); in createTyped()
287 …throw new RSInvalidStateException("Type cannot have dimension larger than the source allocation."); in createTyped()
293 …throw new RSInvalidStateException("Type cannot have dimension larger than the source allocation."); in createTyped()
313 throw new RSInvalidStateException("Resize not allowed for Adapters."); in resize()