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 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/graphics/java/android/graphics/drawable/
InsetDrawable.java 245 final Insets contentInsets = super.getOpticalInsets();
246 return Insets.of(contentInsets.left + mInsetState.mInsetLeft,
247 contentInsets.top + mInsetState.mInsetTop,
248 contentInsets.right + mInsetState.mInsetRight,
249 contentInsets.bottom + mInsetState.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...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 168 milliseconds