Home
last modified time | relevance | path

Searched refs:outStableInsets (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java124 public void getStableInsets(Rect outStableInsets) { in getStableInsets() argument
127 outStableInsets); in getStableInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java3032 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
3037 outStableInsets.setEmpty(); in getAnimationFrames()
DTask.java3384 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
3388 windowState.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
3390 super.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
DWindowState.java5875 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
5901 outStableInsets.set(state.calculateInsets(outFrame, systemBars(), in getAnimationFrames()
DActivityRecord.java8896 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
8902 win.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1367 final Rect outStableInsets = new Rect(); in testApplyTopFixedRotationTransform() local
1369 mAppWindow.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in testApplyTopFixedRotationTransform()