Searched defs:DECOR_WINDOW_INSET (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyLayoutTests.java | 75 private static final int DECOR_WINDOW_INSET = 50; field in DisplayPolicyLayoutTests 544 assertInsetByTopBottom(mWindow.getContentFrameLw(), DECOR_WINDOW_INSET, NAV_BAR_HEIGHT); in testScreenDecorWindows() local 551 DECOR_WINDOW_INSET); in testScreenDecorWindows() local 557 assertInsetBy(mWindow.getContentFrameLw(), DECOR_WINDOW_INSET, STATUS_BAR_HEIGHT, 0, in testScreenDecorWindows() local 564 assertInsetBy(mWindow.getContentFrameLw(), 0, STATUS_BAR_HEIGHT, DECOR_WINDOW_INSET, in testScreenDecorWindows() local
|