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.java907 mSurfaceController.forceScaleableInTransaction(true); in setSurfaceBoundariesLocked()
1066 mSurfaceController.forceScaleableInTransaction(false); in setSurfaceBoundariesLocked()
1290 mSurfaceController.forceScaleableInTransaction(true); in showSurfaceRobustlyLocked()
DWindowSurfaceController.java464 void forceScaleableInTransaction(boolean force) { in forceScaleableInTransaction() method in WindowSurfaceController
DWindowState.java1881 mWinAnimator.mSurfaceController.forceScaleableInTransaction(force); in forceWindowsScaleableInTransaction()