Home
last modified time | relevance | path

Searched refs:getWindowType (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DPresentation.java228 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 DWindowProviderService.java99 public abstract int getWindowType(); in getWindowType() method in WindowProviderService
219 mController.attachToDisplayArea(getWindowType(), getDisplayId(), in attachBaseContext()
H A DWindowProvider.java36 int getWindowType(); in getWindowType() method
H A DWindowContext.java146 public int getWindowType() { in getWindowType() method in WindowContext
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java432 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 DWindowManagerImpl.java183 if (windowProvider.getWindowType() == windowType) { in assertWindowContextTypeMatches()
187 + " Window Context's window type is " + windowProvider.getWindowType() in assertWindowContextTypeMatches()
H A DInsetsFrameProvider.java335 public int getWindowType() { in getWindowType() method in InsetsFrameProvider.InsetsSizeOverride
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java305 public final int getWindowType() {
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DShellRoot.java91 int getWindowType() { in getWindowType() method in ShellRoot
H A DNonAppWindowAnimationAdapter.java150 mWindowContainer.getWindowType()); in createRemoteAnimationTarget()
H A DWindowContextListenerController.java159 @WindowType int getWindowType(IBinder clientToken) { in getWindowType() method in WindowContextListenerController
H A DWindowToken.java783 @WindowType int getWindowType() { in getWindowType() method in WindowToken
H A DRecentsAnimationController.java460 if (window.getWindowType() != TYPE_BASE_APPLICATION in isInterestingForAllDrawn()
H A DWindowManagerService.java1684 .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 DTransition.java2019 return wc.getWindowType() == TYPE_INPUT_METHOD; in isInputMethod()
2990 final int type = wc.getWindowType(); in getChangeFlags()
H A DDisplayPolicy.java1111 overrides[j].getWindowType(), getFrameProvider(win, i, j)); in addWindowLw()
H A DDisplayContent.java6029 return w.getWindowType() == TYPE_BASE_APPLICATION in getKeepClearAreas()
7054 return findAreaForWindowType(windowToken.getWindowType(), windowToken.mOptions, in findAreaForToken()
H A DWindowContainer.java4171 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType() method in WindowContainer
H A DWindowState.java5960 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType() method in WindowState
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1712 method public final int getWindowType();
4184 method public abstract int getWindowType();
/aosp14/frameworks/base/services/
H A Dart-profile12053 HSPLcom/android/server/wm/WindowState;->getWindowType()I