/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
H A D | WindowCacheTest.java | 47 Integer type = mWindowCache.getWindowType(WINDOW_ID_1); in testGetWindowType() 51 type = mWindowCache.getWindowType(WINDOW_ID_1); in testGetWindowType() 54 type = mWindowCache.getWindowType(WINDOW_ID_3); in testGetWindowType()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowManagerServiceTests.java | 191 verify(mWm.mWindowContextListenerController, never()).getWindowType(any()); in testAttachWindowContextToWindowToken_InvalidToken_EarlyReturn() 200 .getWindowType(any()); in testAttachWindowContextToWindowToken_InvalidWindowType_ThrowException() 211 .getWindowType(any()); in testAttachWindowContextToWindowToken_DifferentWindowType_ThrowException() 222 .getWindowType(any()); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn() 238 .getWindowType(any()); in testAttachWindowContextToWindowToken_CallerValid_DoRegister() 267 .getWindowType(eq(windowContextToken)); in testAddWindowWithSubWindowTypeByWindowContext()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Presentation.java | 228 w.setType(getWindowType(type, display)); in Presentation() 232 private static @WindowType int getWindowType(@WindowType int type, @NonNull Display display) { in getWindowType() method in Presentation 328 .createWindowContext(getWindowType(type, display), null /* options */); in createPresentationContext()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | WindowProviderService.java | 91 public abstract int getWindowType(); in getWindowType() method in WindowProviderService 161 mController.attachToDisplayArea(getWindowType(), getDisplayId(), in attachBaseContext()
|
H A D | WindowProvider.java | 34 int getWindowType(); in getWindowType() method
|
H A D | WindowContext.java | 143 public int getWindowType() { in getWindowType() method in WindowContext
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowManagerImpl.java | 171 if (windowProvider.getWindowType() == windowType) { in assertWindowContextTypeMatches() 175 + " Window Context's window type is " + windowProvider.getWindowType() in assertWindowContextTypeMatches()
|
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
H A D | WindowCache.java | 95 Integer getWindowType(int windowId) { in getWindowType() method in WindowCache
|
H A D | RotaryService.java | 1302 Integer type = mWindowCache.getWindowType(windowId); in handleWindowRemovedEvent() 2308 Integer windowType = mWindowCache.getWindowType(targetWindowId); in maybeClearFocusInCurrentWindow()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | AbstractInputMethodService.java | 304 public final int getWindowType() { in getWindowType() method in AbstractInputMethodService
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ShellRoot.java | 92 int getWindowType() { in getWindowType() method in ShellRoot
|
H A D | NonAppWindowAnimationAdapter.java | 150 mWindowContainer.getWindowType()); in createRemoteAnimationTarget()
|
H A D | WindowContextListenerController.java | 143 @WindowType int getWindowType(IBinder clientToken) { in getWindowType() method in WindowContextListenerController
|
H A D | WindowToken.java | 794 @WindowType int getWindowType() { in getWindowType() method in WindowToken
|
H A D | AccessibilityController.java | 1627 int shellLayer = mService.mPolicy.getWindowLayerFromTypeLw(shellRoot.getWindowType(), in shellRootIsAbove() 1664 mService.mPolicy.getWindowLayerFromTypeLw(right.getWindowType(), true) in getSortedShellRoots() 1665 - mService.mPolicy.getWindowLayerFromTypeLw(left.getWindowType(), in getSortedShellRoots()
|
H A D | WindowContainer.java | 3541 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType() method in WindowContainer
|
H A D | WindowManagerService.java | 1730 .getWindowType(windowContextToken); in addWindow() 2783 final int type = mWindowContextListenerController.getWindowType(clientToken); in attachWindowContextToWindowToken()
|
H A D | WindowState.java | 6334 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType() method in WindowState
|
H A D | DisplayContent.java | 6533 return findAreaForWindowType(windowToken.getWindowType(), windowToken.mOptions, in findAreaForToken()
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | Scheduler.cpp | 585 if (!mOptions.useContentDetection || layer->getWindowType() == WindowInfo::Type::STATUS_BAR) { in registerLayer() 587 } else if (layer->getWindowType() == WindowInfo::Type::WALLPAPER) { in registerLayer()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Layer.h | 704 gui::WindowInfo::Type getWindowType() const { return mWindowType; } in getWindowType() function
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 1294 method public final int getWindowType(); 3335 method public abstract int getWindowType();
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 49728 PLcom/android/server/wm/WindowContextListenerController;->getWindowType(Landroid/os/IBinder;)I 50592 PLcom/android/server/wm/WindowState;->getWindowType()I 50874 HPLcom/android/server/wm/WindowToken;->getWindowType()I
|