Home
last modified time | relevance | path

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

/aosp14/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()
131 FIRST_APPLICATION_WINDOW, mDisplayContent, "disabledWindow"); in testGetSnapshotMode()
137 FIRST_APPLICATION_WINDOW, mDisplayContent, "normalWindow"); in testGetSnapshotMode()
142 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 DBackNavigationControllerTests.java23 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
629 WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, record, "window");
646 WindowState window1 = createWindow(null, FIRST_APPLICATION_WINDOW, record1, "window1");
647 WindowState window2 = createWindow(null, FIRST_APPLICATION_WINDOW, record2, "window2");
H A DWindowTestsBase.java33 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
474 if (type < FIRST_APPLICATION_WINDOW || type > LAST_APPLICATION_WINDOW) { in createWindowToken()
H A DActivityRecordTests.java54 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2690 final WindowState closingWindow = createWindow(null, FIRST_APPLICATION_WINDOW, in testStuckExitingWindow()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
525 if (type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) { in getWindowLayerFromTypeLw()
H A DPhoneWindowManager.java45 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2729 if (!((type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW)
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java522 && win.mAttrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in canBeTopFullscreenOpaqueWindow()
628 return focusedWin.getAttrs().type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in remoteInsetsControllerControlsSystemBars()
H A DRecentTasks.java37 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
232 final boolean isAppWindowTouch = FIRST_APPLICATION_WINDOW <= win.mAttrs.type
H A DDisplayPolicy.java36 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
1473 boolean appWindow = attrs.type >= FIRST_APPLICATION_WINDOW
H A DWindowManagerService.java56 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
1538 } else if (rootType >= FIRST_APPLICATION_WINDOW in addWindow()
1845 if (rootType >= FIRST_APPLICATION_WINDOW && rootType <= LAST_APPLICATION_WINDOW) { in unprivilegedAppCanCreateTokenWith()
H A DDisplayContent.java65 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
7027 if (windowType >= FIRST_APPLICATION_WINDOW && windowType <= LAST_APPLICATION_WINDOW) { in findAreaForWindowType()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java1918 public static final int FIRST_APPLICATION_WINDOW = 1; field in WindowManager.LayoutParams
H A DViewRootImpl.java62 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW;
2854 final boolean nonAttachedAppWindow = params.type >= FIRST_APPLICATION_WINDOW in controlInsetsForCompatibility()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53990 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1