Home
last modified time | relevance | path

Searched refs:recoveringMemory (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java175 void setCropInTransaction(Rect clipRect, boolean recoveringMemory) { in setCropInTransaction() argument
194 if (!recoveringMemory) { in setCropInTransaction()
200 void clearCropInTransaction(boolean recoveringMemory) { in clearCropInTransaction() argument
212 if (!recoveringMemory) { in clearCropInTransaction()
218 void setPositionInTransaction(float left, float top, boolean recoveringMemory) { in setPositionInTransaction() argument
219 setPosition(null, left, top, recoveringMemory); in setPositionInTransaction()
223 boolean recoveringMemory) { in setPosition() argument
241 if (!recoveringMemory) { in setPosition()
248 void setGeometryAppliesWithResizeInTransaction(boolean recoveringMemory) { in setGeometryAppliesWithResizeInTransaction() argument
253 boolean recoveringMemory) { in setMatrixInTransaction() argument
[all …]
DWindowSurfacePlacer.java139 boolean recoveringMemory = false; in performSurfacePlacementLoop()
141 recoveringMemory = true; in performSurfacePlacementLoop()
159 mService.mRoot.performSurfacePlacement(recoveringMemory); in performSurfacePlacementLoop()
DWindowStateAnimator.java814 private void applyCrop(Rect clipRect, boolean recoveringMemory) { in applyCrop() argument
820 mSurfaceController.setCropInTransaction(clipRect, recoveringMemory); in applyCrop()
823 mSurfaceController.clearCropInTransaction(recoveringMemory); in applyCrop()
827 void setSurfaceBoundariesLocked(final boolean recoveringMemory) { in setSurfaceBoundariesLocked() argument
853 mTmpSize.width(), mTmpSize.height(), recoveringMemory); in setSurfaceBoundariesLocked()
978 (float) Math.floor(posY), recoveringMemory); in setSurfaceBoundariesLocked() local
1025 mSurfaceController.setPositionInTransaction(xOffset, yOffset, recoveringMemory); in setSurfaceBoundariesLocked()
1042 applyCrop(clipRect, recoveringMemory); in setSurfaceBoundariesLocked()
1046 mDsDy * w.mVScale * mExtraVScale, recoveringMemory); in setSurfaceBoundariesLocked()
1069 void prepareSurfaceLocked(final boolean recoveringMemory) { in prepareSurfaceLocked() argument
[all …]
DRootWindowContainer.java564 void performSurfacePlacement(boolean recoveringMemory) { in performSurfacePlacement() argument
567 performSurfacePlacementNoTrace(recoveringMemory); in performSurfacePlacement()
575 void performSurfacePlacementNoTrace(boolean recoveringMemory) { in performSurfacePlacementNoTrace() argument
610 applySurfaceChangesTransaction(recoveringMemory); in performSurfacePlacementNoTrace()
806 private void applySurfaceChangesTransaction(boolean recoveringMemory) { in applySurfaceChangesTransaction() argument
833 dc.applySurfaceChangesTransaction(recoveringMemory); in applySurfaceChangesTransaction()
DDisplayContent.java3697 void applySurfaceChangesTransaction(boolean recoveringMemory) { in applySurfaceChangesTransaction() argument
3755 mTmpRecoveringMemory = recoveringMemory; in applySurfaceChangesTransaction()