Searched refs:contentInset (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java827 * @param contentInset The areas covered by system windows, expressed as positive insets
830 public void getContentInsetHintLw(WindowManager.LayoutParams attrs, Rect contentInset); argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2339 public void getContentInsetHintLw(WindowManager.LayoutParams attrs, Rect contentInset) { argument
2356 contentInset.set(mStableFullscreenLeft, mStableFullscreenTop,
2360 contentInset.set(mStableLeft, mStableTop,
2364 contentInset.setEmpty();
2367 contentInset.set(mCurLeft, mCurTop,
2370 contentInset.set(mCurLeft, mCurTop,
2375 contentInset.setEmpty();

Completed in 53 milliseconds