Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DPresentation.java38 import android.view.WindowManager.LayoutParams.WindowType;
218 @WindowType int type) { in Presentation()
232 private static @WindowType int getWindowType(@WindowType int type, @NonNull Display display) { in getWindowType()
319 Context outerContext, Display display, int theme, @WindowType int type) { in createPresentationContext()
H A DStatusBarManager.java185 public @interface WindowType {} annotation in StatusBarManager
H A DContextImpl.java22 import static android.view.WindowManager.LayoutParams.WindowType;
2654 public WindowContext createWindowContext(@WindowType int type, in createWindowContext()
2667 public WindowContext createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
2685 @WindowType int type, @Nullable Bundle options) { in createWindowContextInternal()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowProvider.java20 import android.view.WindowManager.LayoutParams.WindowType;
33 @WindowType
H A DWindowContextController.java25 import android.view.WindowManager.LayoutParams.WindowType;
67 public void attachToDisplayArea(@WindowType int type, int displayId, @Nullable Bundle options) { in attachToDisplayArea()
H A DWindowProviderService.java36 import android.view.WindowManager.LayoutParams.WindowType;
89 @WindowType
H A DWindowTokenClient.java40 import android.view.WindowManager.LayoutParams.WindowType;
107 public boolean attachToDisplayArea(@WindowType int type, int displayId, in attachToDisplayArea()
H A DWindowContext.java48 @WindowManager.LayoutParams.WindowType
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContextListenerController.java37 import android.view.WindowManager.LayoutParams.WindowType;
85 @NonNull WindowContainer<?> container, int ownerUid, @WindowType int type, in registerWindowContainerListener()
143 @WindowType int getWindowType(IBinder clientToken) { in getWindowType()
185 @WindowType private final int mType;
195 int ownerUid, @WindowType int type, @Nullable Bundle options) { in WindowContextListenerImpl()
H A DWindowToken.java59 import android.view.WindowManager.LayoutParams.WindowType;
794 @WindowType int getWindowType() { in getWindowType()
801 @WindowType
H A DInsetsStateController.java52 import android.view.WindowManager.LayoutParams.WindowType;
148 @WindowType int type = attrs.type; in getInsetsTypeForLayoutParams()
H A DWindowContainer.java3541 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType()
H A DWindowState.java6334 @WindowManager.LayoutParams.WindowType int getWindowType() { in getWindowType()
/aosp12/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java42 import android.view.WindowManager.LayoutParams.WindowType;
258 private WindowContext createWindowContext(@WindowType int type) { in createWindowContext()
/aosp12/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java213 public final @WindowManager.LayoutParams.WindowType int windowType;
241 @WindowManager.LayoutParams.WindowType int windowType) { in RemoteAnimationTarget()
H A DWindowManagerImpl.java161 private void assertWindowContextTypeMatches(@LayoutParams.WindowType int windowType) { in assertWindowContextTypeMatches()
H A DWindowManager.java1156 @WindowType
1641 public @interface WindowType {} annotation in WindowManager.LayoutParams
1650 public static boolean isSystemAlertWindowType(@WindowType int type) { in isSystemAlertWindowType()
/aosp12/frameworks/base/core/proto/android/view/
H A Dwindowlayoutparams.proto31 …ptional int32 type = 1 [(.android.typedef) = "android.view.WindowManager.LayoutParams.WindowType"];
/aosp12/frameworks/base/core/java/android/content/
H A DContextWrapper.java47 import android.view.WindowManager.LayoutParams.WindowType;
1055 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext()
1061 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
H A DContext.java80 import android.view.WindowManager.LayoutParams.WindowType;
6498 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext()
6526 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacks.java522 int displayId, @StatusBarManager.WindowType int window, in setWindowState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java33 import android.app.StatusBarManager.WindowType;
227 default void setWindowState(int displayId, @WindowType int window, in setWindowState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java23 import static android.app.StatusBarManager.WindowType;
908 int displayId, @WindowType int window, @WindowVisibleState int state) { in setWindowState()