/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskSnapshotCacheTest.java | 19 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 D | TaskSnapshotControllerTest.java | 20 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 D | TaskSnapshotLowResDisabledTest.java | 19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; 129 final WindowState window = createWindow(null, FIRST_APPLICATION_WINDOW, "window"); in testReduced_notCached()
|
H A D | BackNavigationControllerTests.java | 23 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 D | WindowTestsBase.java | 33 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; 474 if (type < FIRST_APPLICATION_WINDOW || type > LAST_APPLICATION_WINDOW) { in createWindowToken()
|
H A D | ActivityRecordTests.java | 54 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 D | WindowManagerPolicy.java | 19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; 525 if (type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) { in getWindowLayerFromTypeLw()
|
H A D | PhoneWindowManager.java | 45 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 D | InsetsPolicy.java | 522 && win.mAttrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in canBeTopFullscreenOpaqueWindow() 628 return focusedWin.getAttrs().type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in remoteInsetsControllerControlsSystemBars()
|
H A D | RecentTasks.java | 37 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; 232 final boolean isAppWindowTouch = FIRST_APPLICATION_WINDOW <= win.mAttrs.type
|
H A D | DisplayPolicy.java | 36 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; 1473 boolean appWindow = attrs.type >= FIRST_APPLICATION_WINDOW
|
H A D | WindowManagerService.java | 56 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 D | DisplayContent.java | 65 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 D | WindowManager.java | 1918 public static final int FIRST_APPLICATION_WINDOW = 1; field in WindowManager.LayoutParams
|
H A D | ViewRootImpl.java | 62 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 53990 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1
|