Searched defs:contentInsets (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java48 public final Rect contentInsets; field in class:RemoteAnimationTargetCompat
60 contentInsets = app.contentInsets;
/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java97 public final Rect contentInsets; field in class:RemoteAnimationTarget
131 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position,
138 this.contentInsets = new Rect(contentInsets);
152 contentInsets = in.readParcelable(null);
172 dest.writeParcelable(contentInsets, 0 /* flags */);
185 pw.print(" contentInsets="); contentInsets.printShortString(pw);
201 contentInsets.writeToProto(proto, CONTENT_INSETS);
130 RemoteAnimationTarget(int taskId, int mode, SurfaceControl leash, boolean isTranslucent, Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position, Rect sourceContainerBounds, WindowConfiguration windowConfig, boolean isNotInRecents) argument
H A DViewTreeObserver.java212 public final Rect contentInsets = new Rect(); field in class:ViewTreeObserver.InternalInsetsInfo
263 contentInsets.setEmpty();
270 return contentInsets.isEmpty()
278 int result = contentInsets.hashCode();
292 contentInsets.equals(other.contentInsets) &&
298 contentInsets.set(other.contentInsets);
H A DViewRootImpl.java1613 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, "conten
6832 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfiguration, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar, int displayId, DisplayCutout.ParcelableWrapper displayCutout) argument
7917 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfiguration, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar, int displayId, DisplayCutout.ParcelableWrapper displayCutout) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTaskSnapshotSurfaceTest.java59 private void setupSurface(int width, int height, Rect contentInsets, int sysuiVis, argument
64 ORIENTATION_PORTRAIT, contentInsets, false, 1.0f, true /* isRealSnapshot */,
H A DTestIWindow.java39 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java42 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, argument
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java413 public Rect getTranslatedContentInsets(Rect contentInsets) { argument
415 mContentInsetsBuffer.set(contentInsets);
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java270 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) { argument
272 mContentInsets.set(contentInsets);
276 mSystemBarBackgroundPainter.setInsets(contentInsets, stableInsets);
443 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, argument
493 void setInsets(Rect contentInsets, Rect stableInsets) { argument
494 mContentInsets.set(contentInsets);
H A DSession.java267 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
268 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
266 setInsets(IWindow window, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableArea) argument
H A DAppTransition.java1005 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, argument
1071 if (contentInsets != null) {
1072 mTmpToClipRect.inset((int) (-contentInsets.left * scaleW),
1073 (int) (-contentInsets.top * scaleW),
1074 (int) (-contentInsets.right * scaleW),
1075 (int) (-contentInsets.bottom * scaleW));
1165 int uiMode, int orientation, int transit, Rect containingFrame, Rect contentInsets,
1176 final int thumbStartX = mTmpRect.left - containingFrame.left - contentInsets.left;
1202 mTmpFromClipRect.inset(contentInsets);
1203 mNextAppTransitionInsets.set(contentInsets);
1164 createAspectScaledThumbnailEnterExitAnimationLocked(int thumbTransitState, int uiMode, int orientation, int transit, Rect containingFrame, Rect contentInsets, @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, int taskId) argument
1473 createRelaunchAnimation(Rect containingFrame, Rect contentInsets) argument
[all...]
H A DWindowState.java2991 final Rect contentInsets = mLastContentInsets;
3006 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets,
3015 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets,
3071 private void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, argument
3078 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets,
H A DWindowManagerService.java1779 void setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, argument
1786 + ", contentInsets=" + w.mGivenContentInsets + " -> " + contentInsets
1792 w.mGivenContentInsets.set(contentInsets);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java898 public final Rect contentInsets = new Rect(); field in class:VoiceInteractionSession.Insets
940 info.contentInsets.set(mTmpInsets.contentInsets);
941 info.visibleInsets.set(mTmpInsets.contentInsets);
1574 * sets {@link Insets#contentInsets outInsets.contentInsets.top} to the height
1582 outInsets.contentInsets.left = 0;
1583 outInsets.contentInsets.bottom = 0;
1584 outInsets.contentInsets.right = 0;
1586 outInsets.contentInsets
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1040 Rect contentInsets, Rect outRect) {
1041 final int bottomInset = getColorViewBottomInset(stableInsets.bottom, contentInsets.bottom);
1042 final int leftInset = getColorViewLeftInset(stableInsets.left, contentInsets.left);
1043 final int rightInset = getColorViewLeftInset(stableInsets.right, contentInsets.right);
1039 getNavigationBarRect(int canvasWidth, int canvasHeight, Rect stableInsets, Rect contentInsets, Rect outRect) argument
/frameworks/base/core/java/android/app/
H A DActivityManager.java2116 public TaskSnapshot(GraphicBuffer snapshot, int orientation, Rect contentInsets, argument
2121 mContentInsets = new Rect(contentInsets);

Completed in 354 milliseconds