Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/app/
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()
DContextImpl.java23 import static android.view.WindowManager.LayoutParams.WindowType;
2902 public WindowContext createWindowContext(@WindowType int type, in createWindowContext()
2915 public WindowContext createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
2933 @WindowType int type, @Nullable Bundle options) { in createWindowContextInternal()
DStatusBarManager.java216 public @interface WindowType {} annotation in StatusBarManager
/frameworks/base/core/java/android/window/
DWindowProvider.java22 import android.view.WindowManager.LayoutParams.WindowType;
35 @WindowType
DWindowContextController.java29 import android.view.WindowManager.LayoutParams.WindowType;
103 public void attachToDisplayArea(@WindowType int type, int displayId, @Nullable Bundle options) { in attachToDisplayArea()
DWindowProviderService.java40 import android.view.WindowManager.LayoutParams.WindowType;
97 @WindowType
DWindowTokenClientController.java19 import static android.view.WindowManager.LayoutParams.WindowType;
105 @WindowType int type, int displayId, @Nullable Bundle options) { in attachToDisplayArea()
DWindowContext.java50 @WindowManager.LayoutParams.WindowType
DSnapshotDrawerUtils.java410 CharSequence title, @WindowManager.LayoutParams.WindowType int windowType, in createLayoutParameters()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContextListenerController.java38 import android.view.WindowManager.LayoutParams.WindowType;
78 @WindowType int type, @Nullable Bundle options) { in registerWindowContainerListener()
101 @WindowType int type, @Nullable Bundle options, in registerWindowContainerListener()
174 @WindowType int getWindowType(IBinder clientToken) { in getWindowType()
219 @WindowType private final int mType;
230 @WindowType int type, @Nullable Bundle options) { in WindowContextListenerImpl()
DImeTargetChangeListener.java42 @WindowManager.LayoutParams.WindowType int windowType, in onImeTargetOverlayVisibilityChanged()
DInputConfigAdapter.java114 static int getInputConfigFromWindowParams(@LayoutParams.WindowType int type, in getInputConfigFromWindowParams()
DWindowToken.java47 import android.view.WindowManager.LayoutParams.WindowType;
772 @WindowType int getWindowType() { in getWindowType()
779 @WindowType
DAccessibilityWindowsPopulator.java654 @WindowManager.LayoutParams.WindowType
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowStateController.kt45 @StatusBarManager.WindowType window: Int, in setWindowState()
73 @StatusBarManager.WindowType window: Int, in windowIsShowing()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_types.go67 var WindowType = cpp_types.AliasType("Window", XIDType) var
194 "Window": WindowType,
/frameworks/base/core/tests/coretests/src/android/window/
DWindowContextTest.java51 import android.view.WindowManager.LayoutParams.WindowType;
327 private WindowContext createWindowContext(@WindowType int type) { in createWindowContext()
/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java222 public final @WindowManager.LayoutParams.WindowType int windowType;
271 @WindowManager.LayoutParams.WindowType int windowType) { in RemoteAnimationTarget()
DWindowManagerImpl.java181 private void assertWindowContextTypeMatches(@LayoutParams.WindowType int windowType) { in assertWindowContextTypeMatches()
DWindowManager.java2106 @WindowType
2591 public @interface WindowType {} annotation in WindowManager.LayoutParams
2600 public static boolean isSystemAlertWindowType(@WindowType int type) { in isSystemAlertWindowType()
/frameworks/base/core/proto/android/view/
Dwindowlayoutparams.proto31 …ptional int32 type = 1 [(.android.typedef) = "android.view.WindowManager.LayoutParams.WindowType"];
/frameworks/base/core/java/android/content/
DContextWrapper.java52 import android.view.WindowManager.LayoutParams.WindowType;
1159 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext()
1165 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
DContext.java96 import android.view.WindowManager.LayoutParams.WindowType;
7591 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext()
7619 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DImeVisibilityStateComputer.java202 @WindowManager.LayoutParams.WindowType int windowType, boolean visible, in ImeVisibilityStateComputer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java30 import android.app.StatusBarManager.WindowType;
284 default void setWindowState(int displayId, @WindowType int window, in setWindowState()

12