Home
last modified time | relevance | path

Searched refs:getGivenContentInsetsLw (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java264 public Rect getGivenContentInsetsLw(); in getGivenContentInsetsLw() method
/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java982 imeTop += imeWin.getGivenContentInsetsLw().top; in adjustForIME()
DWindowState.java996 public Rect getGivenContentInsetsLw() { in getGivenContentInsetsLw() method in WindowState
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4898 top += win.getGivenContentInsetsLw().top; in offsetInputMethodWindowLw()
4917 top += win.getGivenContentInsetsLw().top; in offsetVoiceInputWindowLw()