Searched defs:recoveringMemory (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfaceController.java | 192 void setCropInTransaction(Rect clipRect, boolean recoveringMemory) { in setCropInTransaction() 214 void clearCropInTransaction(boolean recoveringMemory) { in clearCropInTransaction() 244 void setPositionInTransaction(float left, float top, boolean recoveringMemory) { in setPositionInTransaction() 249 boolean recoveringMemory) { in setPosition() 274 void setGeometryAppliesWithResizeInTransaction(boolean recoveringMemory) { in setGeometryAppliesWithResizeInTransaction() 279 boolean recoveringMemory) { in setMatrixInTransaction() 284 float dtdy, float dsdy, boolean recoveringMemory) { in setMatrix() 316 boolean setSizeInTransaction(int width, int height, boolean recoveringMemory) { in setSizeInTransaction() 344 float dtdy, boolean recoveringMemory) { in prepareToShowInTransaction()
|
D | WindowStateAnimator.java | 840 private void applyCrop(Rect clipRect, boolean recoveringMemory) { in applyCrop() 853 void setSurfaceBoundariesLocked(final boolean recoveringMemory) { in setSurfaceBoundariesLocked() 1007 (float) Math.floor(posY), recoveringMemory); in setSurfaceBoundariesLocked() local 1097 void prepareSurfaceLocked(final boolean recoveringMemory) { in prepareSurfaceLocked()
|
D | RootWindowContainer.java | 559 void performSurfacePlacement(boolean recoveringMemory) { in performSurfacePlacement() 826 private void applySurfaceChangesTransaction(boolean recoveringMemory, int defaultDw, in applySurfaceChangesTransaction()
|
D | DisplayContent.java | 2838 boolean applySurfaceChangesTransaction(boolean recoveringMemory) { in applySurfaceChangesTransaction()
|