/aosp12/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() 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 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 | WindowTestsBase.java | 36 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; 392 if (type < FIRST_APPLICATION_WINDOW || type > LAST_APPLICATION_WINDOW) { in createWindowToken()
|
H A D | ActivityRecordTests.java | 43 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 D | WindowManagerPolicy.java | 19 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; 535 if (type >= FIRST_APPLICATION_WINDOW && type <= LAST_APPLICATION_WINDOW) { in getWindowLayerFromTypeLw()
|
H A D | PhoneWindowManager.java | 47 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 D | WindowInfo.h | 78 FIRST_APPLICATION_WINDOW = 1, enumerator
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsPolicy.java | 377 && win.mAttrs.type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in canBeTopFullscreenOpaqueWindow() 444 return focusedWin.getAttrs().type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in remoteInsetsControllerControlsSystemBars()
|
H A D | DisplayPolicy.java | 48 import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; 1934 boolean appWindow = attrs.type >= FIRST_APPLICATION_WINDOW
|
H A D | DisplayContent.java | 63 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 D | WindowManagerService.java | 52 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 D | WindowManager.java | 1162 public static final int FIRST_APPLICATION_WINDOW = 1; field in WindowManager.LayoutParams
|
H A D | ViewRootImpl.java | 60 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 50549 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 34690 field public static final int FIRST_APPLICATION_WINDOW = 1; // 0x1
|