Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java270 return new WindowMetrics(bound, computeWindowInsets()); in getCurrentWindowMetrics()
281 return new WindowMetrics(getMaximumBounds(), computeWindowInsets()); in getMaximumWindowMetrics()
290 private WindowInsets computeWindowInsets() { in computeWindowInsets() method in WindowManagerImpl