Home
last modified time | relevance | path

Searched defs:recoveringMemory (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java200 void setCropInTransaction(Rect clipRect, boolean recoveringMemory) { in setCropInTransaction()
222 void clearCropInTransaction(boolean recoveringMemory) { in clearCropInTransaction()
271 void setPositionInTransaction(float left, float top, boolean recoveringMemory) { in setPositionInTransaction()
292 void setGeometryAppliesWithResizeInTransaction(boolean recoveringMemory) { in setGeometryAppliesWithResizeInTransaction()
297 boolean recoveringMemory) { in setMatrixInTransaction()
326 boolean setSizeInTransaction(int width, int height, boolean recoveringMemory) { in setSizeInTransaction()
354 float dtdy, boolean recoveringMemory) { in prepareToShowInTransaction()
DWindowStateAnimator.java1237 private void applyCrop(Rect clipRect, Rect finalClipRect, boolean recoveringMemory) { in applyCrop()
1337 void setSurfaceBoundariesLocked(final boolean recoveringMemory) { in setSurfaceBoundariesLocked()
1481 (float) Math.floor(posY), recoveringMemory); in setSurfaceBoundariesLocked() local
1524 void prepareSurfaceLocked(final boolean recoveringMemory) { in prepareSurfaceLocked()
DRootWindowContainer.java548 void performSurfacePlacement(boolean recoveringMemory) { in performSurfacePlacement()
809 private void applySurfaceChangesTransaction(boolean recoveringMemory, int defaultDw, in applySurfaceChangesTransaction()
DDisplayContent.java2695 boolean applySurfaceChangesTransaction(boolean recoveringMemory) { in applySurfaceChangesTransaction()