Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java124 Rect getStableInsets() throws Exception { in getStableInsets() method in ViewRootImplTest.ViewRootImplAccessor.AttachInfoAccessor
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java99 public void getStableInsets(Rect outStableInsets) { in getStableInsets() method in WindowManagerWrapper
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java477 public void getStableInsets(Rect outStableInsets) { in getStableInsets() method in SystemServicesProxy
/frameworks/base/core/java/android/view/
DWindowInsets.java558 public Insets getStableInsets() { in getStableInsets() method in WindowInsets
DIWindowManager.aidl431 void getStableInsets(int displayId, out Rect outInsets); in getStableInsets() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java5242 void getStableInsets(Rect outStableInsets) { in getStableInsets() method in WindowState
5246 Rect getStableInsets() { in getStableInsets() method in WindowState
DWindowManagerService.java6654 public void getStableInsets(int displayId, Rect outInsets) throws RemoteException { in getStableInsets() method in WindowManagerService