Home | History | Annotate | Download | only in view

Lines Matching defs:contentInsets

1613             Rect contentInsets = mDispatchContentInsets;
1619 && (!mPendingContentInsets.equals(contentInsets) ||
1622 contentInsets = mPendingContentInsets;
1628 contentInsets = new Rect(contentInsets.left + outsets.left,
1629 contentInsets.top + outsets.top, contentInsets.right + outsets.right,
1630 contentInsets.bottom + outsets.bottom);
1632 contentInsets = ensureInsetsNonNegative(contentInsets, "content");
1634 mLastWindowInsets = new WindowInsets(contentInsets,
2375 final Rect contentInsets;
2379 contentInsets = mTranslator.getTranslatedContentInsets(insets.contentInsets);
2383 contentInsets = insets.contentInsets;
2390 contentInsets, visibleInsets, touchableRegion);
6832 private void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets,
6838 + " contentInsets=" + contentInsets.toShortString()
6859 mTranslator.translateRectInScreenToAppWindow(contentInsets);
6865 args.arg2 = sameProcessCall ? new Rect(contentInsets) : contentInsets;
7917 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,
7924 viewAncestor.dispatchResized(frame, overscanInsets, contentInsets,