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

  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 207 public final Rect contentInsets = new Rect();
258 contentInsets.setEmpty();
265 return contentInsets.isEmpty()
273 int result = contentInsets.hashCode();
287 contentInsets.equals(other.contentInsets) &&
293 contentInsets.set(other.contentInsets);
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 263 final Insets contentInsets = super.getOpticalInsets();
264 return Insets.of(contentInsets.left + mState.mInsetLeft,
265 contentInsets.top + mState.mInsetTop,
266 contentInsets.right + mState.mInsetRight,
267 contentInsets.bottom + mState.mInsetBottom);
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 370 public final Rect contentInsets = new Rect();
412 info.contentInsets.set(mTmpInsets.contentInsets);
413 info.visibleInsets.set(mTmpInsets.contentInsets);
712 outInsets.contentInsets.top = 0;
713 outInsets.contentInsets.left = 0;
714 outInsets.contentInsets.right = 0;
715 outInsets.contentInsets.bottom = 0;
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java     [all...]
WindowManagerService.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 239 milliseconds