Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
47 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testGetClosingApps_closing()
61 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testGetClosingApps_notClosing()
64 FIRST_APPLICATION_WINDOW, "openingWindow"); in testGetClosingApps_notClosing()
79 FIRST_APPLICATION_WINDOW, mDisplayContent, "disabledWindow"); in testGetSnapshotMode()
85 FIRST_APPLICATION_WINDOW, mDisplayContent, "normalWindow"); in testGetSnapshotMode()
90 FIRST_APPLICATION_WINDOW, mDisplayContent, "secureWindow"); in testGetSnapshotMode()
DTaskSnapshotCacheTest.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
51 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testAppRemoved()
62 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testAppDied()
73 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testTaskRemoved()
84 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testReduced_notCached()
101 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testRestoreFromDisk()
DWindowTestsBase.java40 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
169 if (type < FIRST_APPLICATION_WINDOW || type > LAST_APPLICATION_WINDOW) { in createWindowToken()
/frameworks/native/services/inputflinger/
DInputWindow.h69 FIRST_APPLICATION_WINDOW = 1, enumerator
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
770 if (type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) { in getWindowLayerFromTypeLw()
DWindowManager.java348 public static final int FIRST_APPLICATION_WINDOW = 1; field in WindowManager.LayoutParams
/frameworks/base/services/core/java/com/android/server/policy/
DPolicyControl.java197 boolean isApp = attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in matches()
DPhoneWindowManager.java42 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2426 if (!((type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) in checkAddPermission()
4920 attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW && in layoutWindowLw()
4980 && attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in layoutWindowLw()
4991 && attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in layoutWindowLw()
5118 && attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in layoutWindowLw()
5134 || (attrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in layoutWindowLw()
5395 boolean appWindow = attrs.type >= FIRST_APPLICATION_WINDOW in applyPostLayoutPolicyLw()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java38 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
1242 if (rootType >= FIRST_APPLICATION_WINDOW && rootType <= LAST_APPLICATION_WINDOW) { in addWindow()
1289 … } else if (rootType >= FIRST_APPLICATION_WINDOW && rootType <= LAST_APPLICATION_WINDOW) { in addWindow()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34690 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt46745 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1
Dsystem-current.txt50287 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1