Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
49 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testGetClosingApps_closing()
63 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testGetClosingApps_notClosing()
66 FIRST_APPLICATION_WINDOW, "openingWindow"); in testGetClosingApps_notClosing()
80 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testGetClosingApps_skipClosingAppsSnapshotTasks()
96 FIRST_APPLICATION_WINDOW, mDisplayContent, "disabledWindow"); in testGetSnapshotMode()
102 FIRST_APPLICATION_WINDOW, mDisplayContent, "normalWindow"); in testGetSnapshotMode()
107 FIRST_APPLICATION_WINDOW, mDisplayContent, "secureWindow"); in testGetSnapshotMode()
DTaskSnapshotCacheTest.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
53 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testAppRemoved()
64 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testAppDied()
75 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testTaskRemoved()
86 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testReduced_notCached()
103 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testRestoreFromDisk()
DWindowTestsBase.java26 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
260 if (type < FIRST_APPLICATION_WINDOW || type > LAST_APPLICATION_WINDOW) { in createWindowToken()
DAppWindowTokenTests.java27 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
312 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testStuckExitingWindow()
/frameworks/native/include/input/
DInputWindow.h71 FIRST_APPLICATION_WINDOW = 1, enumerator
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
797 if (type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) { in getWindowLayerFromTypeLw()
DPhoneWindowManager.java40 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2094 if (!((type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) in checkAddPermission()
/frameworks/base/services/core/java/com/android/server/wm/
DPolicyControl.java205 boolean isApp = attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in matches()
DDisplayPolicy.java36 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
1973 type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW; in layoutWindowLw()
2026 && type >= FIRST_APPLICATION_WINDOW && type <= LAST_SUB_WINDOW) { in layoutWindowLw()
2033 && (type >= FIRST_APPLICATION_WINDOW && type <= LAST_SUB_WINDOW in layoutWindowLw()
2121 && type >= FIRST_APPLICATION_WINDOW && type <= LAST_SUB_WINDOW) { in layoutWindowLw()
2133 || (type >= FIRST_APPLICATION_WINDOW && type <= LAST_SUB_WINDOW))) { in layoutWindowLw()
2421 boolean appWindow = attrs.type >= FIRST_APPLICATION_WINDOW in applyPostLayoutPolicyLw()
DWindowManagerService.java42 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
1313 if (rootType >= FIRST_APPLICATION_WINDOW && rootType <= LAST_APPLICATION_WINDOW) { in addWindow()
1362 … } else if (rootType >= FIRST_APPLICATION_WINDOW && rootType <= LAST_APPLICATION_WINDOW) { in addWindow()
DDisplayContent.java51 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2463 return FIRST_APPLICATION_WINDOW <= targetWindowType[0] in pointWithinAppWindow()
/frameworks/base/core/java/android/view/
DWindowManager.java718 public static final int FIRST_APPLICATION_WINDOW = 1; field in WindowManager.LayoutParams
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34690 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1
/frameworks/base/non-updatable-api/
Dcurrent.txt53185 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt53329 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1