Home | History | Annotate | Download | only in view

Lines Matching defs:contentInsets

187         public final Rect contentInsets = new Rect();
238 contentInsets.setEmpty();
245 return contentInsets.isEmpty()
253 int result = contentInsets.hashCode();
267 contentInsets.equals(other.contentInsets) &&
273 contentInsets.set(other.contentInsets);