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.java192 void setCropInTransaction(Rect clipRect, boolean recoveringMemory) { in setCropInTransaction() argument
208 if (!recoveringMemory) { in setCropInTransaction()
214 void clearCropInTransaction(boolean recoveringMemory) { in clearCropInTransaction() argument
222 if (!recoveringMemory) { in clearCropInTransaction()
244 void setPositionInTransaction(float left, float top, boolean recoveringMemory) { in setPositionInTransaction() argument
245 setPosition(null, left, top, recoveringMemory); in setPositionInTransaction()
249 boolean recoveringMemory) { in setPosition() argument
267 if (!recoveringMemory) { in setPosition()
274 void setGeometryAppliesWithResizeInTransaction(boolean recoveringMemory) { in setGeometryAppliesWithResizeInTransaction() argument
279 boolean recoveringMemory) { in setMatrixInTransaction() argument
[all …]
DWindowStateAnimator.java840 private void applyCrop(Rect clipRect, boolean recoveringMemory) { in applyCrop() argument
846 mSurfaceController.setCropInTransaction(clipRect, recoveringMemory); in applyCrop()
849 mSurfaceController.clearCropInTransaction(recoveringMemory); in applyCrop()
853 void setSurfaceBoundariesLocked(final boolean recoveringMemory) { in setSurfaceBoundariesLocked() argument
881 mTmpSize.width(), mTmpSize.height(), recoveringMemory); in setSurfaceBoundariesLocked()
1007 (float) Math.floor(posY), recoveringMemory); in setSurfaceBoundariesLocked() local
1054 mSurfaceController.setPositionInTransaction(xOffset, yOffset, recoveringMemory); in setSurfaceBoundariesLocked()
1070 applyCrop(clipRect, recoveringMemory); in setSurfaceBoundariesLocked()
1074 mDsDy * w.mVScale * mExtraVScale, recoveringMemory); in setSurfaceBoundariesLocked()
1097 void prepareSurfaceLocked(final boolean recoveringMemory) { in prepareSurfaceLocked() argument
[all …]
DWindowSurfacePlacer.java187 boolean recoveringMemory = false; in performSurfacePlacementLoop()
189 recoveringMemory = true; in performSurfacePlacementLoop()
207 mService.mRoot.performSurfacePlacement(recoveringMemory); in performSurfacePlacementLoop()
DRootWindowContainer.java559 void performSurfacePlacement(boolean recoveringMemory) { in performSurfacePlacement() argument
596 applySurfaceChangesTransaction(recoveringMemory, defaultDw, defaultDh); in performSurfacePlacement()
826 private void applySurfaceChangesTransaction(boolean recoveringMemory, int defaultDw, in applySurfaceChangesTransaction() argument
852 focusDisplayed |= dc.applySurfaceChangesTransaction(recoveringMemory); in applySurfaceChangesTransaction()
DDisplayContent.java2838 boolean applySurfaceChangesTransaction(boolean recoveringMemory) { in applySurfaceChangesTransaction() argument
2899 mTmpRecoveringMemory = recoveringMemory; in applySurfaceChangesTransaction()