Home
last modified time | relevance | path

Searched defs:decorWindow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenDecorWindowTests.java125 final View decorWindow = createDecorWindow(TOP, MATCH_PARENT, mDecorThickness); in testScreenSides() local
159 final View decorWindow = createDecorWindow(TOP, MATCH_PARENT, mDecorThickness); in testFlagChange() local
180 final View decorWindow = createDecorWindow(TOP, MATCH_PARENT, mDecorThickness); in testRemoval() local
DDisplayPolicyLayoutTests.java533 final WindowState decorWindow = createWindow(null, TYPE_APPLICATION_OVERLAY, in testScreenDecorWindows() local
575 private void updateDecorWindow(WindowState decorWindow, int width, int height, int gravity) { in updateDecorWindow()