Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotCacheTest.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
66 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testAppRemoved()
77 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testAppDied()
88 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testTaskRemoved()
99 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testReduced_notCached()
116 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testRestoreFromDisk()
129 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testClearCache()
H A DTaskSnapshotControllerTest.java20 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
71 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testGetClosingApps_closing()
85 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testGetClosingApps_notClosing()
88 FIRST_APPLICATION_WINDOW, "openingWindow"); in testGetClosingApps_notClosing()
102 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testGetClosingApps_skipClosingAppsSnapshotTasks()
118 FIRST_APPLICATION_WINDOW, mDisplayContent, "disabledWindow"); in testGetSnapshotMode()
124 FIRST_APPLICATION_WINDOW, mDisplayContent, "normalWindow"); in testGetSnapshotMode()
129 FIRST_APPLICATION_WINDOW, mDisplayContent, "secureWindow"); in testGetSnapshotMode()
H A DTaskSnapshotLowResDisabledTest.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
129 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testReduced_notCached()
H A DWindowTestsBase.java36 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
392 if (type < FIRST_APPLICATION_WINDOW || type > LAST_APPLICATION_WINDOW) { in createWindowToken()
H A DActivityRecordTests.java43 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2423 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testStuckExitingWindow()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
535 if (type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) { in getWindowLayerFromTypeLw()
H A DPhoneWindowManager.java47 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2183 if (!((type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) in checkAddPermission()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DWindowInfo.h78 FIRST_APPLICATION_WINDOW = 1, enumerator
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java377 && win.mAttrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in canBeTopFullscreenOpaqueWindow()
444 return focusedWin.getAttrs().type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in remoteInsetsControllerControlsSystemBars()
H A DDisplayPolicy.java48 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
1934 boolean appWindow = attrs.type >= FIRST_APPLICATION_WINDOW
H A DDisplayContent.java63 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2963 return FIRST_APPLICATION_WINDOW <= targetWindowType[0] in pointWithinAppWindow()
6506 if (windowType >= FIRST_APPLICATION_WINDOW && windowType <= LAST_APPLICATION_WINDOW) { in findAreaForWindowType()
H A DWindowManagerService.java52 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
1586 } else if (rootType >= FIRST_APPLICATION_WINDOW in addWindow()
1878 if (rootType >= FIRST_APPLICATION_WINDOW && rootType <= LAST_APPLICATION_WINDOW) { in unprivilegedAppCanCreateTokenWith()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManager.java1162 public static final int FIRST_APPLICATION_WINDOW = 1; field in WindowManager.LayoutParams
H A DViewRootImpl.java60 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2376 final boolean nonAttachedAppWindow = params.type >= FIRST_APPLICATION_WINDOW in controlInsetsForCompatibility()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50549 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt34690 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1