HomeSort by relevance Sort by last modified time
    Searched defs:contentInsets (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 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);
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 346 milliseconds