Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyInsetsTests.java172 private Rect getStableInsets(DisplayInfo di) { in getStableInsets() method in DisplayPolicyInsetsTests
/frameworks/base/core/java/android/view/
DWindowInsets.java674 public Insets getStableInsets() { in getStableInsets() method in WindowInsets
DIWindowManager.aidl471 void getStableInsets(int displayId, out Rect outInsets); in getStableInsets() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7296 public void getStableInsets(int displayId, Rect outInsets) throws RemoteException { in getStableInsets() method in WindowManagerService