Home
last modified time | relevance | path

Searched refs:resetScale (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java157 private void updateMinScale(int w, int h, TileSource source, boolean resetScale) { in updateMinScale() argument
159 if (resetScale) { in updateMinScale()
168 Math.max(mMinScale, resetScale ? Float.MIN_VALUE : mRenderer.scale); in updateMinScale()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java194 public PipSurfaceTransactionHelper resetScale(SurfaceControl.Transaction tx, in resetScale() method in PipSurfaceTransactionHelper
H A DPipAnimationController.java569 .resetScale(tx, leash, getDestinationBounds()) in ofAlpha()
762 getSurfaceTransactionHelper().resetScale(tx, leash, destBounds); in ofBounds()
H A DPipTaskOrganizer.java883 .resetScale(tx, mLeash, destinationBounds) in onEndOfSwipePipToHomeTransition()
1516 .resetScale(tx, mLeash, destinationBounds) in createFinishResizeSurfaceTransaction()
H A DPipTransition.java427 .resetScale(tx, leash, destinationBounds) in onFinishResize()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipTaskOrganizerTest.java282 .resetScale(any(), any(), any()); in preparePipSurfaceTransactionHelper()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java395 mKeyguardSecurityContainer.resetScale(); in testPlayBackAnimation()
H A DKeyguardSecurityContainerControllerTest.kt423 verify(view).resetScale()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java260 resetScale();
809 void resetScale() { in resetScale() method in KeyguardSecurityContainer
H A DKeyguardSecurityContainerController.java806 mView.resetScale(); in onBouncerVisibilityChanged()