Home
last modified time | relevance | path

Searched refs:forceScaleableInTransaction (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java1396 mSurfaceController.forceScaleableInTransaction(true); in setSurfaceBoundariesLocked()
1505 mSurfaceController.forceScaleableInTransaction(false); in setSurfaceBoundariesLocked()
1726 mSurfaceController.forceScaleableInTransaction(true); in showSurfaceRobustlyLocked()
DWindowSurfaceController.java469 void forceScaleableInTransaction(boolean force) { in forceScaleableInTransaction() method in WindowSurfaceController
DWindowState.java1707 mWinAnimator.mSurfaceController.forceScaleableInTransaction(force); in forceWindowsScaleableInTransaction()