Searched refs:recoveringMemory (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfaceController.java | 185 void setCropInTransaction(Rect clipRect, boolean recoveringMemory) { in setCropInTransaction() argument 201 if (!recoveringMemory) { in setCropInTransaction() 207 void clearCropInTransaction(boolean recoveringMemory) { in clearCropInTransaction() argument 215 if (!recoveringMemory) { in clearCropInTransaction() 242 void setPositionInTransaction(float left, float top, boolean recoveringMemory) { in setPositionInTransaction() argument 256 if (!recoveringMemory) { in setPositionInTransaction() 263 void setPositionAppliesWithResizeInTransaction(boolean recoveringMemory) { in setPositionAppliesWithResizeInTransaction() argument 268 boolean recoveringMemory) { in setMatrixInTransaction() argument 280 if (!recoveringMemory) { in setMatrixInTransaction() 287 boolean setSizeInTransaction(int width, int height, boolean recoveringMemory) { in setSizeInTransaction() argument [all …]
|
D | WindowStateAnimator.java | 1289 void updateSurfaceWindowCrop(Rect clipRect, Rect finalClipRect, boolean recoveringMemory) { in updateSurfaceWindowCrop() argument 1295 mSurfaceController.setCropInTransaction(clipRect, recoveringMemory); in updateSurfaceWindowCrop() 1298 mSurfaceController.clearCropInTransaction(recoveringMemory); in updateSurfaceWindowCrop() 1388 void setSurfaceBoundariesLocked(final boolean recoveringMemory) { in setSurfaceBoundariesLocked() argument 1420 mTmpSize.width(), mTmpSize.height(), recoveringMemory); in setSurfaceBoundariesLocked() 1458 (float)Math.floor(posY), recoveringMemory); in setSurfaceBoundariesLocked() local 1475 recoveringMemory); in setSurfaceBoundariesLocked() 1496 updateSurfaceWindowCrop(clipRect, mTmpFinalClipRect, recoveringMemory); in setSurfaceBoundariesLocked() 1501 mDtDy * w.mVScale * mExtraVScale, recoveringMemory); in setSurfaceBoundariesLocked() 1512 void prepareSurfaceLocked(final boolean recoveringMemory) { in prepareSurfaceLocked() argument [all …]
|
D | WindowSurfacePlacer.java | 212 boolean recoveringMemory = false; in performSurfacePlacementLoop() 214 recoveringMemory = true; in performSurfacePlacementLoop() 232 performSurfacePlacementInner(recoveringMemory); in performSurfacePlacementLoop() 267 private void performSurfacePlacementInner(boolean recoveringMemory) { in performSurfacePlacementInner() argument 317 applySurfaceChangesTransaction(recoveringMemory, numDisplays, defaultDw, defaultDh); in performSurfacePlacementInner() 583 private void applySurfaceChangesTransaction(boolean recoveringMemory, int numDisplays, in applySurfaceChangesTransaction() argument 786 winAnimator.setSurfaceBoundariesLocked(recoveringMemory); in applySurfaceChangesTransaction()
|