Searched refs:outStableInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | WindowManagerWrapper.java | 124 public void getStableInsets(Rect outStableInsets) { in getStableInsets() argument 127 outStableInsets); in getStableInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 3032 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument 3037 outStableInsets.setEmpty(); in getAnimationFrames()
|
D | Task.java | 3384 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()
|
D | WindowState.java | 5875 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument 5901 outStableInsets.set(state.calculateInsets(outFrame, systemBars(), in getAnimationFrames()
|
D | ActivityRecord.java | 8896 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/ |
D | DisplayContentTests.java | 1367 final Rect outStableInsets = new Rect(); in testApplyTopFixedRotationTransform() local 1369 mAppWindow.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in testApplyTopFixedRotationTransform()
|