Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DWindowCacheTest.java47 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 DWindowManagerServiceTests.java191 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 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()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowProviderService.java91 public abstract int getWindowType(); in getWindowType() method in WindowProviderService
161 mController.attachToDisplayArea(getWindowType(), getDisplayId(), in attachBaseContext()
H A DWindowProvider.java34 int getWindowType(); in getWindowType() method
H A DWindowContext.java143 public int getWindowType() { in getWindowType() method in WindowContext
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java171 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 DWindowCache.java95 Integer getWindowType(int windowId) { in getWindowType() method in WindowCache
H A DRotaryService.java1302 Integer type = mWindowCache.getWindowType(windowId); in handleWindowRemovedEvent()
2308 Integer windowType = mWindowCache.getWindowType(targetWindowId); in maybeClearFocusInCurrentWindow()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java304 public final int getWindowType() { in getWindowType() method in AbstractInputMethodService
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DShellRoot.java92 int getWindowType() { in getWindowType() method in ShellRoot
H A DNonAppWindowAnimationAdapter.java150 mWindowContainer.getWindowType()); in createRemoteAnimationTarget()
H A DWindowContextListenerController.java143 @WindowType int getWindowType(IBinder clientToken) { in getWindowType() method in WindowContextListenerController
H A DWindowToken.java794 @WindowType int getWindowType() { in getWindowType() method in WindowToken
H A DAccessibilityController.java1627 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 DWindowContainer.java3541 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType() method in WindowContainer
H A DWindowManagerService.java1730 .getWindowType(windowContextToken); in addWindow()
2783 final int type = mWindowContextListenerController.getWindowType(clientToken); in attachWindowContextToWindowToken()
H A DWindowState.java6334 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType() method in WindowState
H A DDisplayContent.java6533 return findAreaForWindowType(windowToken.getWindowType(), windowToken.mOptions, in findAreaForToken()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp585 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 DLayer.h704 gui::WindowInfo::Type getWindowType() const { return mWindowType; } in getWindowType() function
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1294 method public final int getWindowType();
3335 method public abstract int getWindowType();
/aosp12/frameworks/base/services/
H A Dart-profile49728 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