/aosp14/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()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | WindowProviderService.java | 99 public abstract int getWindowType(); in getWindowType() method in WindowProviderService 219 mController.attachToDisplayArea(getWindowType(), getDisplayId(), in attachBaseContext()
|
H A D | WindowProvider.java | 36 int getWindowType(); in getWindowType() method
|
H A D | WindowContext.java | 146 public int getWindowType() { in getWindowType() method in WindowContext
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowManagerServiceTests.java | 432 verify(mWm.mWindowContextListenerController, never()).getWindowType(any()); in testAttachWindowContextToWindowToken_InvalidToken_EarlyReturn() 441 .getWindowType(any()); in testAttachWindowContextToWindowToken_InvalidWindowType_ThrowException() 452 .getWindowType(any()); in testAttachWindowContextToWindowToken_DifferentWindowType_ThrowException() 463 .getWindowType(any()); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn() 479 .getWindowType(any()); in testAttachWindowContextToWindowToken_CallerValid_DoRegister() 509 .getWindowType(eq(windowContextToken)); in testAddWindowWithSubWindowTypeByWindowContext()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowManagerImpl.java | 183 if (windowProvider.getWindowType() == windowType) { in assertWindowContextTypeMatches() 187 + " Window Context's window type is " + windowProvider.getWindowType() in assertWindowContextTypeMatches()
|
H A D | InsetsFrameProvider.java | 335 public int getWindowType() { in getWindowType() method in InsetsFrameProvider.InsetsSizeOverride
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | AbstractInputMethodService.java | 305 public final int getWindowType() {
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ShellRoot.java | 91 int getWindowType() { in getWindowType() method in ShellRoot
|
H A D | NonAppWindowAnimationAdapter.java | 150 mWindowContainer.getWindowType()); in createRemoteAnimationTarget()
|
H A D | WindowContextListenerController.java | 159 @WindowType int getWindowType(IBinder clientToken) { in getWindowType() method in WindowContextListenerController
|
H A D | WindowToken.java | 783 @WindowType int getWindowType() { in getWindowType() method in WindowToken
|
H A D | RecentsAnimationController.java | 460 if (window.getWindowType() != TYPE_BASE_APPLICATION in isInterestingForAllDrawn()
|
H A D | WindowManagerService.java | 1684 .getWindowType(windowContextToken); in addWindow() 2233 if (overrides[j].getWindowType() in relayoutWindow() 2234 != newOverrides[j].getWindowType()) { in relayoutWindow() 2780 final int type = mWindowContextListenerController.getWindowType(clientToken); in attachWindowContextToWindowToken() 9523 } else if (type == token.getWindowType()) { in sanitizeWindowType()
|
H A D | Transition.java | 2019 return wc.getWindowType() == TYPE_INPUT_METHOD; in isInputMethod() 2990 final int type = wc.getWindowType(); in getChangeFlags()
|
H A D | DisplayPolicy.java | 1111 overrides[j].getWindowType(), getFrameProvider(win, i, j)); in addWindowLw()
|
H A D | DisplayContent.java | 6029 return w.getWindowType() == TYPE_BASE_APPLICATION in getKeepClearAreas() 7054 return findAreaForWindowType(windowToken.getWindowType(), windowToken.mOptions, in findAreaForToken()
|
H A D | WindowContainer.java | 4171 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType() method in WindowContainer
|
H A D | WindowState.java | 5960 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType() method in WindowState
|
/aosp14/frameworks/base/core/api/ |
H A D | test-current.txt | 1712 method public final int getWindowType(); 4184 method public abstract int getWindowType();
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 12053 HSPLcom/android/server/wm/WindowState;->getWindowType()I
|