Searched refs:destFrame (Results 1 – 3 of 3) sorted by relevance
101 Rect destFrame, @Surface.Rotation int orientation) { in setGeometry() argument
1375 Rect destFrame, @Nullable Rect surfaceInsets, boolean enter) { in createAspectScaledThumbnailFreeformAnimationLocked() argument1378 final float destWidth = destFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked()1379 final float destHeight = destFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked()1396 final int destHCenter = destFrame.left + destFrame.width() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()1397 final int destVCenter = destFrame.top + destFrame.height() / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
2274 @Nullable Rect destFrame, @Surface.Rotation int orientation) { in setGeometry() argument2276 nativeSetGeometry(mNativeObject, sc.mNativeObject, sourceCrop, destFrame, orientation); in setGeometry()